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 | |
parent | 8a673de83542bad94329cf537d6ec2b0a9d75ba8 (diff) |
support AAA131U2; cmaxwell@themanor.net
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ahc_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
2 files changed, 5 insertions, 2 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: diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 6179ce13548..869a31f7413 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.670 2003/09/23 03:37:23 jason Exp $ + $OpenBSD: pcidevs,v 1.671 2003/09/25 07:11:15 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -430,6 +430,7 @@ product ADP 7895 0x7895 AIC-7895 product ADP2 2940U2 0x0010 AHA-2940U2 U2 product ADP2 2930U2 0x0011 AHA-2930U2 U2 +product ADP2 AAA131U2 0x0013 AAA-131U2 U2 product ADP2 AIC7890 0x001f AIC-7890/1 U2 product ADP2 AIC7892 0x008f AIC-7892 U160 product ADP2 29160 0x0080 AHA-29160 U160 |