diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-15 11:42:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-15 11:42:57 +0000 |
commit | 5f4330ccc953bc2e59ed838a6a22bb031fbba6dc (patch) | |
tree | 36e577da1c544cbaf022614ad1a0b4cf31a6a57a /sys/arch/i386/pci | |
parent | b46e1537a8983c1a64ca45b50f3ad603ef1ab35e (diff) |
Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids.
Based on Linux's pci.ids and sata_svw.c
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pci_intr_fixup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pci_intr_fixup.c b/sys/arch/i386/pci/pci_intr_fixup.c index 9c945e33e0d..fa429d84150 100644 --- a/sys/arch/i386/pci/pci_intr_fixup.c +++ b/sys/arch/i386/pci/pci_intr_fixup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_intr_fixup.c,v 1.39 2005/09/27 23:02:09 beck Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.40 2005/10/15 11:42:56 brad Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -166,7 +166,7 @@ const struct pciintr_icu_table { { PCI_VENDOR_OPTI, PCI_PRODUCT_OPTI_82C700, opti82c700_init }, - { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_ROSB4, + { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_OSB4, osb4_init }, { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_CSB5, osb4_init }, |