artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2e5c5d
)
Don't match AIC6915 -- that's a network card, supported by sf(4).
author
aaron
<aaron@openbsd.org>
Thu, 6 Apr 2000 18:21:42 +0000
(18:21 +0000)
committer
aaron
<aaron@openbsd.org>
Thu, 6 Apr 2000 18:21:42 +0000
(18:21 +0000)
sys/dev/pci/ahc_pci.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/ahc_pci.c
b/sys/dev/pci/ahc_pci.c
index
2097e30
..
bbcc4c1
100644
(file)
--- a/
sys/dev/pci/ahc_pci.c
+++ b/
sys/dev/pci/ahc_pci.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ahc_pci.c,v 1.1
4 2000/04/05 04:29:59 smurph Exp $
*/
+/* $OpenBSD: ahc_pci.c,v 1.1
5 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);
}