diff options
Diffstat (limited to 'sys/arch/alpha/pci/sio_pic.c')
-rw-r--r-- | sys/arch/alpha/pci/sio_pic.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; /* |