diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-25 07:11:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-25 07:11:16 +0000 |
commit | 1b6f262caaaf5d1305dd26fa4a461ec92c0ac5bf (patch) | |
tree | 7dbab0c5f1fe0034ae40e189b1af2f05e1113f97 /sys/dev/pci/ahc_pci.c | |
parent | 8a673de83542bad94329cf537d6ec2b0a9d75ba8 (diff) |
support AAA131U2; cmaxwell@themanor.net
Diffstat (limited to 'sys/dev/pci/ahc_pci.c')
-rw-r--r-- | sys/dev/pci/ahc_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c index e76c23e0c2f..3e17732547c 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.40 2003/08/15 23:01:01 fgsch Exp $ */ +/* $OpenBSD: ahc_pci.c,v 1.41 2003/09/25 07:11:15 deraadt Exp $ */ /* $NetBSD: ahc_pci.c,v 1.9 1996/10/21 22:56:24 thorpej Exp $ */ /* @@ -176,6 +176,7 @@ const struct pci_matchid ahc_pci_devices[] = { { PCI_VENDOR_ADP, PCI_PRODUCT_ADP_2944U }, { PCI_VENDOR_ADP, PCI_PRODUCT_ADP_2940UWPro }, { PCI_VENDOR_ADP, PCI_PRODUCT_ADP_7895 }, + { PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_AAA131U2 }, { PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_AIC7890 }, { PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_2940U2 }, { PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_2930U2 }, @@ -286,6 +287,7 @@ void *aux; case PCI_PRODUCT_ADP2_AIC7890: case PCI_PRODUCT_ADP2_2940U2: case PCI_PRODUCT_ADP2_2930U2: + case PCI_PRODUCT_ADP2_AAA131U2: ahc->chip |= AHC_AIC7890; break; case PCI_PRODUCT_ADP2_AIC7892: |