diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-22 23:03:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-22 23:03:49 +0000 |
commit | 5a7e86d61fb486aaf694709f60c6015ad509f4a6 (patch) | |
tree | 882ac10f2e03ba90f57c48de065b289d53feff70 /sys | |
parent | fb06990844ba5981ac025b0d448e49796f402f43 (diff) |
match more serverworks "double bridges", based on discussions with nate and
brad
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index f7c6d5aca1f..2b4e9fad5ec 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.35 2002/07/12 20:17:03 mickey Exp $ */ +/* $OpenBSD: pchb.c,v 1.36 2002/08/22 23:03:48 deraadt Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -190,6 +190,8 @@ pchbattach(parent, self, aux) case PCI_PRODUCT_RCC_CIOB20: case PCI_PRODUCT_RCC_CNB20LE: case PCI_PRODUCT_RCC_CMIC_HE: + case PCI_PRODUCT_RCC_XX5: + case PCI_PRODUCT_RCC_CIOBX2: bdnum = pci_conf_read(pa->pa_pc, pa->pa_tag, 0x44); if (bdnum == 0) break; |