DragonFly BSD
DragonFly commits List (threaded) for 2009-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: geode/cs5536 - Add support for wdog/gpio/timers/identfication


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 4 Oct 2009 06:06:53 -0700 (PDT)

commit a75ee873df5802d7c89b1ea5a1d04acd6318a42d
Author: Alex Hornung <ahornung@gmail.com>
Date:   Sun Oct 4 13:09:57 2009 +0100

    geode/cs5536 - Add support for wdog/gpio/timers/identfication
    
    * Add drivers for geode lx and cs5536 chips to register watchdogs,
      timers and gpio these chips have.
    * Add missing defines for the geode and cs5536 timers and pci device
      ids.
    
    Partially-Obtained-from: OpenBSD
    Partially-Obtained-from: FreeBSD

Summary of changes:
 sys/bus/pci/pcidevs.h           |    3 +
 sys/platform/pc32/i386/cs5536.c |  503 +++++++++++++++++++++++++++++++++++++++
 sys/platform/pc32/i386/geode.c  |  243 +++++++++++++++++++
 sys/sys/systimer.h              |    4 +
 4 files changed, 753 insertions(+), 0 deletions(-)
 create mode 100644 sys/platform/pc32/i386/cs5536.c
 create mode 100644 sys/platform/pc32/i386/geode.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a75ee873df5802d7c89b1ea5a1d04acd6318a42d


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]