Change the text for the ServerWorks north bridge chips. RCC is now
officially listed as ServerWorks by www.pcisig.com.
This commit is contained in:
parent
34fc4aef48
commit
e0284d2eb1
@ -212,21 +212,21 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
|
||||
s = "OPTi 82C822 host to PCI Bridge";
|
||||
break;
|
||||
|
||||
/* RCC -- vendor 0x1166 */
|
||||
/* ServerWorks -- vendor 0x1166 */
|
||||
case 0x00051166:
|
||||
s = "RCC HE host to PCI bridge";
|
||||
s = "ServerWorks NB6536 2.0HE host to PCI bridge";
|
||||
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
|
||||
break;
|
||||
|
||||
case 0x00061166:
|
||||
/* FALLTHROUGH */
|
||||
case 0x00081166:
|
||||
s = "RCC host to PCI bridge";
|
||||
s = "ServerWorks host to PCI bridge";
|
||||
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
|
||||
break;
|
||||
|
||||
case 0x00091166:
|
||||
s = "RCC LE host to PCI bridge";
|
||||
s = "ServerWorks NB6635 3.0LE host to PCI bridge";
|
||||
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
|
||||
break;
|
||||
|
||||
|
@ -212,21 +212,21 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
|
||||
s = "OPTi 82C822 host to PCI Bridge";
|
||||
break;
|
||||
|
||||
/* RCC -- vendor 0x1166 */
|
||||
/* ServerWorks -- vendor 0x1166 */
|
||||
case 0x00051166:
|
||||
s = "RCC HE host to PCI bridge";
|
||||
s = "ServerWorks NB6536 2.0HE host to PCI bridge";
|
||||
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
|
||||
break;
|
||||
|
||||
case 0x00061166:
|
||||
/* FALLTHROUGH */
|
||||
case 0x00081166:
|
||||
s = "RCC host to PCI bridge";
|
||||
s = "ServerWorks host to PCI bridge";
|
||||
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
|
||||
break;
|
||||
|
||||
case 0x00091166:
|
||||
s = "RCC LE host to PCI bridge";
|
||||
s = "ServerWorks NB6635 3.0LE host to PCI bridge";
|
||||
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user