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

看板DFBSD_commit作者時間16年前 (2009/10/04 21:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AoAFWP1 (DFBSD_commit)