mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add PCI ID for the ICH4 ATA100 controller.
Sponsored by: The Weather Channel
This commit is contained in:
parent
16e12eab5a
commit
c584bd8f63
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100380
@ -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 */
|
||||
|
@ -146,6 +146,9 @@ ata_pci_match(device_t dev)
|
||||
case 0x248b8086:
|
||||
return "Intel ICH3 ATA100 controller";
|
||||
|
||||
case 0x24cb8086:
|
||||
return "Intel ICH4 ATA100 controller";
|
||||
|
||||
case 0x522910b9:
|
||||
if (pci_get_revid(dev) >= 0xc4)
|
||||
return "AcerLabs Aladdin ATA100 controller";
|
||||
|
Loading…
Reference in New Issue
Block a user