git: geode/cs5536 - Add support for wdog/gpio/timers/identfication
Alex Hornung
alexh at crater.dragonflybsd.org
Sun Oct 4 06:07:56 PDT 2009
commit a75ee873df5802d7c89b1ea5a1d04acd6318a42d
Author: Alex Hornung <ahornung at 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
More information about the Commits
mailing list