diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-23 20:07:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-23 20:07:31 +0000 |
commit | 22bfe48847cc294460ac623f417c5739fba6c079 (patch) | |
tree | bbe7a3100abe71197fcef1e75fe6955ba9cb3612 /sys/arch/i386/pci | |
parent | 00159cd0e0a8a70a194eba047990c956d0d5b5d6 (diff) |
ok, i think all i82802-using host bridges are in here now
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 0206e88c46a..7ecfbf81b6d 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.22 2000/10/23 19:04:19 deraadt Exp $ */ +/* $OpenBSD: pchb.c,v 1.23 2000/10/23 20:07:30 deraadt Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -275,11 +275,15 @@ pchbattach(parent, self, aux) printf(": disabled CPU-PCI write posting"); } break; - case PCI_PRODUCT_INTEL_82810_MCH: case PCI_PRODUCT_INTEL_82810E_MCH: - case PCI_PRODUCT_INTEL_82840_HB: + case PCI_PRODUCT_INTEL_82810_DC100_MCH: + case PCI_PRODUCT_INTEL_82810_MCH: + case PCI_PRODUCT_INTEL_82815_DC100_HUB: + case PCI_PRODUCT_INTEL_82815_NOAGP_HUB: + case PCI_PRODUCT_INTEL_82815_NOGRAPH_HUB: + case PCI_PRODUCT_INTEL_82815_FULL_HUB: case PCI_PRODUCT_INTEL_82820_MCH: - case PCI_PRODUCT_INTEL_82815_HUB: + case PCI_PRODUCT_INTEL_82840_HB: sc->bt = pa->pa_memt; if (bus_space_map(sc->bt, I82802_IOBASE, I82802_IOSIZE, 0, &sc->bh) < 0) |