diff options
author | 2000-05-01 19:34:22 +0000 | |
---|---|---|
committer | 2000-05-01 19:34:22 +0000 | |
commit | 823ad451cd5af734bb02eab46210dfd16c455099 (patch) | |
tree | 7342469150a1cb5666ce5c801ed922602eefa697 | |
parent | sync (diff) | |
download | wireguard-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.c | 3 |
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); |