summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2007-06-03 22:56:22 +0000
committertedu <tedu@openbsd.org>2007-06-03 22:56:22 +0000
commitfcc57d24bc590d27095ab8b2690e47b851d507e5 (patch)
tree490820db7dbc6d54edb4a9e12a794f1f477d5a8a
parentput raidc inside ifdef CRYPTO, since it won't work without it (diff)
downloadwireguard-openbsd-fcc57d24bc590d27095ab8b2690e47b851d507e5.tar.xz
wireguard-openbsd-fcc57d24bc590d27095ab8b2690e47b851d507e5.zip
if the 915gm didn't work on i386, it's worrisome here too. remove it.
-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: