diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-31 22:35:49 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-31 22:35:49 +0000 |
commit | d34b8fac1f8aac5e58fe11e74ba9871a52ce9aed (patch) | |
tree | 7f28e29e73bc17349de81f4a7057df248fbe848e /sys/arch/i386 | |
parent | 39367576b785111b0d9ca1f2c66e9bdffb7a006e (diff) |
some more pchb that have rnd powers, IDs from NetBSD
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 76593587238..751ce1b8764 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.54 2006/12/14 17:36:12 kettenis Exp $ */ +/* $OpenBSD: pchb.c,v 1.55 2007/05/31 22:35:48 tedu Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -350,6 +350,11 @@ pchbattach(struct device *parent, struct device *self, void *aux) case PCI_PRODUCT_INTEL_82840_HB: case PCI_PRODUCT_INTEL_82850_HB: case PCI_PRODUCT_INTEL_82860_HB: + case PCI_PRODUCT_INTEL_82915G_HB: + case PCI_PRODUCT_INTEL_82915GM_HB: + case PCI_PRODUCT_INTEL_82925X_HB: + case PCI_PRODUCT_INTEL_82945GP_MCH: + case PCI_PRODUCT_INTEL_82955X_HB: sc->bt = pa->pa_memt; if (bus_space_map(sc->bt, I82802_IOBASE, I82802_IOSIZE, 0, &sc->bh)) |