Recognise VIA Apollo KT133A bridge.

PR:	30061
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
MFC after:	1 week
This commit is contained in:
Doug Rabson 2001-08-30 14:17:48 +00:00
parent c0ff9709a5
commit 7e59bf6765
2 changed files with 4 additions and 0 deletions

View file

@ -72,6 +72,8 @@ agp_via_match(device_t dev)
return ("VIA 82C598 (Apollo MVP3) host to PCI bridge");
case 0x06911106:
return ("VIA 82C691 (Apollo Pro) host to PCI bridge");
case 0x03051106:
return ("VIA 82C8363 (Apollo KT133A) host to PCI bridge");
};
if (pci_get_vendor(dev) == 0x1106)

View file

@ -72,6 +72,8 @@ agp_via_match(device_t dev)
return ("VIA 82C598 (Apollo MVP3) host to PCI bridge");
case 0x06911106:
return ("VIA 82C691 (Apollo Pro) host to PCI bridge");
case 0x03051106:
return ("VIA 82C8363 (Apollo KT133A) host to PCI bridge");
};
if (pci_get_vendor(dev) == 0x1106)