diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-06 18:21:43 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-06 18:21:43 +0000 |
commit | f2856b39bcbfb3bfa5295f13f53810dcbbb0e599 (patch) | |
tree | f730d64745124a78322bb1303084f0b59ceca6de | |
parent | 4512cea31c94e21bbf22ca99a5bb525ea7a8c84c (diff) |
Don't match AIC6915 -- that's a network card, supported by sf(4).
-rw-r--r-- | sys/dev/pci/ahc_pci.c | 3 |
1 files changed, 1 insertions, 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); } |