summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-dma.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-19 22:14:54 +0000
committerjhb <jhb@FreeBSD.org>2002-07-19 22:14:54 +0000
commit30a6c156b0914f916ff894851baf808789ba371f (patch)
treebe0e2426f50cbe36bbcb1bed324dfb80a337f102 /sys/dev/ata/ata-dma.c
parentfebe98ab987ed825ad33e6021d93952ba1a00eb5 (diff)
downloadFreeBSD-src-30a6c156b0914f916ff894851baf808789ba371f.zip
FreeBSD-src-30a6c156b0914f916ff894851baf808789ba371f.tar.gz
Add PCI ID for the ICH4 ATA100 controller.
Sponsored by: The Weather Channel
Diffstat (limited to 'sys/dev/ata/ata-dma.c')
-rw-r--r--sys/dev/ata/ata-dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c
index b0f9cf8..4cbf6d2 100644
--- a/sys/dev/ata/ata-dma.c
+++ b/sys/dev/ata/ata-dma.c
@@ -216,6 +216,7 @@ ata_dmainit(struct ata_device *atadev, int apiomode, int wdmamode, int udmamode)
#endif
switch (chiptype) {
+ case 0x24cb8086: /* Intel ICH4 */
case 0x248a8086: /* Intel ICH3 mobile */
case 0x248b8086: /* Intel ICH3 */
case 0x244a8086: /* Intel ICH2 mobile */
OpenPOWER on IntegriCloud