diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2007-06-01 22:45:18 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2007-06-01 22:45:18 +0000 |
commit | f87ac954cebb32a7c5146ba8ec338c00d436efdd (patch) | |
tree | 5ec83143df90a3a6c3ac12ad32ce26a2b41ea98c /sys/arch | |
parent | 3961af7bf9bee4ac739f9cdded9fc189f79836d9 (diff) |
Revert INTEL_82915GM part of tedu's commit as it hung my T43
ok tedu@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 751ce1b8764..cc7e23002f1 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.55 2007/05/31 22:35:48 tedu Exp $ */ +/* $OpenBSD: pchb.c,v 1.56 2007/06/01 22:45:17 biorn Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -351,7 +351,6 @@ pchbattach(struct device *parent, struct device *self, void *aux) 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: |