Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ichsmb(4) child device handling properly. | takawata | 2005-06-10 | 1 | -0/+7 |
| | |||||
* | Make ichsmb loadable. | takawata | 2005-06-05 | 1 | -0/+3 |
| | | | | | PR: kern/81912 Submitted by: nork | ||||
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
| | |||||
* | Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32. | ambrisko | 2004-06-24 | 1 | -0/+7 |
| | | | | This is also require for 6300ESB. | ||||
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
| | |||||
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
| | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde | ||||
* | Update the comment to indicate ICH5 support | njl | 2003-08-31 | 1 | -1/+1 |
| | |||||
* | Add support for the 82801EB (ICH5) SMBus controller. | njl | 2003-08-31 | 1 | -0/+4 |
| | | | | | | PR: kern/55485 Submitted by: Shin-ichi Yoshimoto <yosimoto@waishi.jp> MFC after: 1 day | ||||
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -6/+6 |
| | | | | Also some minor style cleanups. | ||||
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
| | | | | | tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. | ||||
* | typo. | nyan | 2002-10-18 | 1 | -4/+4 |
| | | | | | Submitted by: SAWADA Hodaka <hoda@tail.gr.jp> MFC after: 1 day | ||||
* | Add PCI ID for ICH4 SMBus controller. | mp | 2002-08-12 | 1 | -1/+5 |
| | |||||
* | Detect and attach to the ICH3 SMBus controller. | jhb | 2002-05-08 | 1 | -0/+4 |
| | | | | | | | PR: i386/36972 Submitted by: Colin Perkins <csp@isi.edu> Requested by: Larry Rosenman <ler@lerctr.org> MFC After: 7 days | ||||
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -0/+1 |
| | | | | | - <sys/mutex.h> now requires <sys/systm.h> - <sys/mutex.h> and <sys/sx.h> now require <sys/lock.h> | ||||
* | Add missing #include. | archie | 2000-12-08 | 1 | -0/+1 |
| | |||||
* | Driver for the Intel 82801AA (ICH) SMBus controller and compatibles. | archie | 2000-10-06 | 1 | -0/+204 |
Obtained from: Whistle source tree |