summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/sio.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-02-08 18:17:22 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-02-08 18:17:22 +0000
commit33826abb8849a9fe524e7c13937767705d3c7d0b (patch)
tree384ef0d5c2a0560bafd836ea212a3af4832b1965 /sys/arch/alpha/pci/sio.c
parentfb1494b2483b49b6e5bdfdc5a58edb8cabc5d84f (diff)
PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693
Diffstat (limited to 'sys/arch/alpha/pci/sio.c')
-rw-r--r--sys/arch/alpha/pci/sio.c4
1 files changed, 2 insertions, 2 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);