summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-05-01 19:34:22 +0000
committerderaadt <deraadt@openbsd.org>2000-05-01 19:34:22 +0000
commit823ad451cd5af734bb02eab46210dfd16c455099 (patch)
tree7342469150a1cb5666ce5c801ed922602eefa697
parentsync (diff)
downloadwireguard-openbsd-823ad451cd5af734bb02eab46210dfd16c455099.tar.xz
wireguard-openbsd-823ad451cd5af734bb02eab46210dfd16c455099.zip
another RCC host bridge with a pci behind it
-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);