From 2c2e40134d60158d24ebf9e6a12c43f4d9c8037e Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 6 Apr 2000 18:21:42 +0000 Subject: [PATCH] Don't match AIC6915 -- that's a network card, supported by sf(4). --- sys/dev/pci/ahc_pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } -- 2.20.1