diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-08 18:17:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-08 18:17:22 +0000 |
commit | 33826abb8849a9fe524e7c13937767705d3c7d0b (patch) | |
tree | 384ef0d5c2a0560bafd836ea212a3af4832b1965 | |
parent | fb1494b2483b49b6e5bdfdc5a58edb8cabc5d84f (diff) |
PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693
-rw-r--r-- | sys/arch/alpha/pci/sio.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/sio_pic.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/alpha/pci/sio.c b/sys/arch/alpha/pci/sio.c index 23776832526..701bb0aee1c 100644 --- a/sys/arch/alpha/pci/sio.c +++ b/sys/arch/alpha/pci/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.14 1998/06/29 05:32:54 downsj Exp $ */ +/* $OpenBSD: sio.c,v 1.15 1999/02/08 18:17:21 millert Exp $ */ /* $NetBSD: sio.c,v 1.15 1996/12/05 01:39:36 cgd Exp $ */ /* @@ -111,7 +111,7 @@ siomatch(parent, match, aux) struct pci_attach_args *pa = aux; if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CONTAQ && - PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CONTAQ_SIO && + PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CONTAQ_82C693 && pa->pa_function == 0) return (1); diff --git a/sys/arch/alpha/pci/sio_pic.c b/sys/arch/alpha/pci/sio_pic.c index 7bdad3f9d38..56ad7958e5a 100644 --- a/sys/arch/alpha/pci/sio_pic.c +++ b/sys/arch/alpha/pci/sio_pic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio_pic.c,v 1.13 1999/01/11 05:11:03 millert Exp $ */ +/* $OpenBSD: sio_pic.c,v 1.14 1999/02/08 18:17:21 millert Exp $ */ /* $NetBSD: sio_pic.c,v 1.16 1996/11/17 02:05:26 cgd Exp $ */ /* @@ -194,7 +194,7 @@ cy82c693_setup_elcr() continue; if (PCI_VENDOR(id) != PCI_VENDOR_CONTAQ || - PCI_PRODUCT(id) != PCI_PRODUCT_CONTAQ_SIO) + PCI_PRODUCT(id) != PCI_PRODUCT_CONTAQ_82C693) continue; /* diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ebb7958d321..0d53d451d07 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.116 1999/02/03 08:55:34 downsj Exp $ +$OpenBSD: pcidevs,v 1.117 1999/02/08 18:17:20 millert Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -765,7 +765,7 @@ product COMPEX COMPEXE 0x1401 Ethernet /* Contaq Microsystems products */ product CONTAQ 82C599 0x0600 82C599 PCI-VLB -product CONTAQ SIO 0xc693 CY82C693U PCI-ISA +product CONTAQ 82C693 0xc693 CY82C693U PCI-ISA /* Corollary Products */ product COROLLARY CBUSII_PCIB 0x0014 C-Bus II-PCI |