summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ahc_pci.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-07-25 09:49:22 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-07-25 09:49:22 +0000
commit6afc98837e83dfc74c9a8117774bed6cd46c4eed (patch)
tree5c3c2d1ff20e6d0f60c98f7f00698bbe83689e95 /sys/dev/pci/ahc_pci.c
parentd608d209d0e5baa2f0afbbfc5c20bfccda013a6f (diff)
The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers.
Jason Ackley <jason@ackley.net> in PR3368
Diffstat (limited to 'sys/dev/pci/ahc_pci.c')
-rw-r--r--sys/dev/pci/ahc_pci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c
index 770927b74d3..eb5ad245a02 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.37 2003/02/18 13:14:42 jmc Exp $ */
+/* $OpenBSD: ahc_pci.c,v 1.38 2003/07/25 09:49:21 henning Exp $ */
/* $NetBSD: ahc_pci.c,v 1.9 1996/10/21 22:56:24 thorpej Exp $ */
/*
@@ -160,8 +160,6 @@ const struct pci_matchid ahc_pci_devices[] = {
{ PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7810 },
{ PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7850 },
{ PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7855 },
- { PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC5900 },
- { PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC5905 },
{ PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7860 },
{ PCI_VENDOR_ADP, PCI_PRODUCT_ADP_2940AU },
{ PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7870 },