summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_pci.c
Commit message (Expand)AuthorAgeFilesLines
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handlejhb2008-06-061-3/+1
* Add the Intel 82801FB (ICH6) SMBus controller and theremko2007-11-261-0/+8
* Add a device ID for the 631xESB/6321ESB SMBus controller.jhb2007-01-111-0/+4
* Various updates to most of the smbus(4) drivers:jhb2007-01-111-24/+6
* Make ichsmb unloadable.brian2005-07-291-1/+0
* Make ichsmb(4) child device handling properly.takawata2005-06-101-0/+7
* Make ichsmb loadable.takawata2005-06-051-0/+3
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.ambrisko2004-06-241-0/+7
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Update the comment to indicate ICH5 supportnjl2003-08-311-1/+1
* Add support for the 82801EB (ICH5) SMBus controller.njl2003-08-311-0/+4
* Use __FBSDID().obrien2003-08-241-6/+6
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* typo.nyan2002-10-181-4/+4
* Add PCI ID for ICH4 SMBus controller.mp2002-08-121-1/+5
* Detect and attach to the ICH3 SMBus controller.jhb2002-05-081-0/+4
* Catch up to header include changes:jhb2001-03-281-0/+1
* Add missing #include.archie2000-12-081-0/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-061-0/+204
OpenPOWER on IntegriCloud