aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichsmb/ichsmb_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add a device ID for the 631xESB/6321ESB SMBus controller.John Baldwin2007-01-111-0/+4
* Various updates to most of the smbus(4) drivers:John Baldwin2007-01-111-24/+6
* Make ichsmb unloadable.Brian Somers2005-07-291-1/+0
* Make ichsmb(4) child device handling properly.Takanori Watanabe2005-06-101-0/+7
* Make ichsmb loadable.Takanori Watanabe2005-06-051-0/+3
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.Doug Ambrisko2004-06-241-0/+7
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Update the comment to indicate ICH5 supportNate Lawson2003-08-311-1/+1
* Add support for the 82801EB (ICH5) SMBus controller.Nate Lawson2003-08-311-0/+4
* Use __FBSDID().David E. O'Brien2003-08-241-6/+6
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* typo.Yoshihiro Takahashi2002-10-181-4/+4
* Add PCI ID for ICH4 SMBus controller.Mark Peek2002-08-121-1/+5
* Detect and attach to the ICH3 SMBus controller.John Baldwin2002-05-081-0/+4
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Add missing #include.Archie Cobbs2000-12-081-0/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.Archie Cobbs2000-10-061-0/+204