Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.

This commit is contained in:
Alan Cox 1999-10-25 06:28:04 +00:00
parent 9515a35166
commit eab7cc95c4
7 changed files with 38 additions and 0 deletions

View File

@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
/* AMD -- vendor 0x1022 */
case 0x70061022:
s = "AMD-751 host to PCI bridge";
break;
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";

View File

@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
/* AMD -- vendor 0x1022 */
case 0x70061022:
s = "AMD-751 host to PCI bridge";
break;
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";

View File

@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
/* AMD -- vendor 0x1022 */
case 0x70061022:
s = "AMD-751 host to PCI bridge";
break;
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";

View File

@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
/* AMD -- vendor 0x1022 */
case 0x70061022:
s = "AMD-751 host to PCI bridge";
break;
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";

View File

@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
/* AMD -- vendor 0x1022 */
case 0x70061022:
s = "AMD-751 host to PCI bridge";
break;
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";

View File

@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
/* AMD -- vendor 0x1022 */
case 0x70061022:
s = "AMD-751 host to PCI bridge";
break;
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";

View File

@ -740,6 +740,10 @@ pcib_match(device_t dev)
case 0x524310b9:/* 5243 seems like 5247, need more info to divide*/
return ("AcerLabs M5243 PCI-PCI bridge");
/* AMD -- vendor 0x1022 */
case 0x70071022:
return ("AMD-751 PCI-PCI (AGP) bridge");
/* Others */
case 0x00221014:
return ("IBM 82351 PCI-PCI bridge");
@ -1085,6 +1089,10 @@ chip_match(device_t dev)
case 0x30381106:
return ("VIA 83C572 USB controller");
/* AMD -- vendor 0x1022 */
case 0x70061022:
return ("AMD-751 host to PCI bridge");
/* NEC -- vendor 0x1033 */
case 0x00021033:
return ("NEC 0002 PCI to PC-98 local bus bridge");