summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-01 19:34:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-01 19:34:23 +0000
commit2595982060f5845dbcd1d832af0833d5e6c9c10e (patch)
treec168c34aa7c63115f8cfdd3f6471b95c2162a089 /sys/arch/i386/pci
parente89610fb740e905341b633959f21ce7c763b50ee (diff)
another RCC host bridge with a pci behind it
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r--sys/arch/i386/pci/pchb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c
index c85a4883a99..a9c26b1a5f6 100644
--- a/sys/arch/i386/pci/pchb.c
+++ b/sys/arch/i386/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.11 2000/04/27 00:41:06 deraadt Exp $ */
+/* $OpenBSD: pchb.c,v 1.12 2000/05/01 19:34:22 deraadt Exp $ */
/* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */
/*
@@ -168,6 +168,7 @@ pchbattach(parent, self, aux)
case PCI_PRODUCT_RCC_ROSB4:
case PCI_PRODUCT_RCC_CNB20HE:
case PCI_PRODUCT_RCC_CNB20LE:
+ case PCI_PRODUCT_RCC_CMIC_HE:
bdnum = pci_conf_read(pa->pa_pc, pa->pa_tag,
0x44);