From: aaron Date: Thu, 6 Apr 2000 18:21:42 +0000 (+0000) Subject: Don't match AIC6915 -- that's a network card, supported by sf(4). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2c2e40134d60158d24ebf9e6a12c43f4d9c8037e;p=openbsd Don't match AIC6915 -- that's a network card, supported by sf(4). --- diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c index 2097e308fcb..bbcc4c14324 100644 --- a/sys/dev/pci/ahc_pci.c +++ b/sys/dev/pci/ahc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_pci.c,v 1.14 2000/04/05 04:29:59 smurph Exp $ */ +/* $OpenBSD: ahc_pci.c,v 1.15 2000/04/06 18:21:42 aaron Exp $ */ /* $NetBSD: ahc_pci.c,v 1.9 1996/10/21 22:56:24 thorpej Exp $ */ /* @@ -171,7 +171,6 @@ void *match, *aux; case PCI_PRODUCT_ADP_398XU: case PCI_PRODUCT_ADP_2944U: case PCI_PRODUCT_ADP_2940UWPro: - case PCI_PRODUCT_ADP_AIC6915: case PCI_PRODUCT_ADP_7895: return (1); }