aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichwd
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-242-2/+2
* MFC of device support for Intel S7000FC4URJack F Vogel2007-11-262-0/+2
* Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)Dag-Erling Smørgrav2007-08-132-76/+229
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-271-2/+0
* In one of the previous commits I accidentally removed the enabling of theNick Hibma2007-03-131-1/+4
* Align the interfaces for the various watchdogs and make the interfaceNick Hibma2006-12-151-30/+12
* Re-work the bus attachment somewhat. Make the rids unique forDoug Ambrisko2006-02-172-37/+51
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* make code less broken, only try to create unit 0 since there can onlyJohn-Mark Gurney2004-06-131-2/+4
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Remove some debugging printf()s and a pointless device_set_desc() call.Dag-Erling Smørgrav2004-05-151-12/+7
* Add a driver for the watchdog timer function present on the LPC interfaceDag-Erling Smørgrav2004-05-112-0/+505