Add yet another VIA ATA100 southbridge.

This commit is contained in:
Søren Schmidt 2001-11-13 11:37:23 +00:00
parent 7afba84a9f
commit e29e633207
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86322
2 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,7 @@ ata_dmainit(struct ata_softc *scp, int device,
case 0x05711106: /* VIA 82C571, 82C586, 82C596, 82C686 */
if (ata_find_dev(parent, 0x06861106, 0x40) ||
ata_find_dev(parent, 0x82311106, 0) ||
ata_find_dev(parent, 0x30741106, 0)) { /* 82C686b */
if (udmamode >= 5) {
error = ata_command(scp, device, ATA_C_SETFEATURES, 0,

View File

@ -162,6 +162,7 @@ ata_pci_match(device_t dev)
if (ata_find_dev(dev, 0x05961106, 0))
return "VIA 82C596 ATA33 controller";
if (ata_find_dev(dev, 0x06861106, 0x40) ||
ata_find_dev(dev, 0x82311106, 0) ||
ata_find_dev(dev, 0x30741106, 0))
return "VIA 82C686 ATA100 controller";
if (ata_find_dev(dev, 0x06861106, 0))