diff options
| author | Mark Peek <mp@FreeBSD.org> | 2002-08-12 20:37:12 +0000 |
|---|---|---|
| committer | Mark Peek <mp@FreeBSD.org> | 2002-08-12 20:37:12 +0000 |
| commit | 2381d88084027047ab235788ed46b5f7dc82978c (patch) | |
| tree | 6243b3a0869270575fedd9566cb93265c2fe516f /sys/dev/ata | |
| parent | f66270acfb8ff4b2dda23359fbdec65202ea0b72 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 13bf939e523e..b50814e1a133 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -111,6 +111,7 @@ ata_dmainit(struct ata_channel *ch, int device, #endif switch (ch->chiptype) { + case 0x24cb8086: /* Intel ICH4 */ case 0x248a8086: /* Intel ICH3 mobile */ case 0x248b8086: /* Intel ICH3 */ case 0x244a8086: /* Intel ICH2 mobile */ |
