summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/pci
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2007-06-03 22:56:23 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2007-06-03 22:56:23 +0000
commitcf2010482ba0d3ed238f36441a018a008dc593cf (patch)
treea433dbdfe68dbd0c13059fed1884bd34be30c0ce /sys/arch/amd64/pci
parent92ca907f00842a1445679522aef13c9e68273696 (diff)
if the 915gm didn't work on i386, it's worrisome here too. remove it.
Diffstat (limited to 'sys/arch/amd64/pci')
-rw-r--r--sys/arch/amd64/pci/pchb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c
index 61ab5c9ee54..f50287a06f4 100644
--- a/sys/arch/amd64/pci/pchb.c
+++ b/sys/arch/amd64/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.8 2007/06/01 01:00:45 tedu Exp $ */
+/* $OpenBSD: pchb.c,v 1.9 2007/06/03 22:56:22 tedu Exp $ */
/* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -177,7 +177,6 @@ pchbattach(struct device *parent, struct device *self, void *aux)
#endif
switch (PCI_PRODUCT(pa->pa_id)) {
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: