aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ichwd
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* ichwd: don't attach to isa pnp device(s) by accidentAndriy Gapon2009-11-071-1/+1
| | | | | | | | Reviewed by: imp, des MFC after: 1 week Notes: svn path=/head/; revision=199015
* Add a driver for the watchdog timer function present on the LPC interfaceDag-Erling Smørgrav2004-05-111-0/+8
bridge in Intel ICH-series chipsets. The original implementation was by W. Daryl Hawkins of Texas A&M, but I have made substantial modifications. Notes: svn path=/head/; revision=129124