From e0284d2eb1d6683cba302cb7bb56f1e19943d83b Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 14 Oct 2000 23:45:09 +0000 Subject: [PATCH] Change the text for the ServerWorks north bridge chips. RCC is now officially listed as ServerWorks by www.pcisig.com. --- sys/amd64/pci/pci_bus.c | 8 ++++---- sys/i386/pci/pci_bus.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c index 1f7d6c0cae1f..e2d6bd6637c9 100644 --- a/sys/amd64/pci/pci_bus.c +++ b/sys/amd64/pci/pci_bus.c @@ -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; diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index 1f7d6c0cae1f..e2d6bd6637c9 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -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;