diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-05-26 06:49:33 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-05-26 06:49:33 +0000 |
commit | 6d62b40d7f8e4855ce7b115ca774e8e346c14fec (patch) | |
tree | aa914242f02f2823e8df21cb38b2c2de60fa7b9f | |
parent | 10be8c4d45bce2fa07349452315cc5bfb9752ba3 (diff) |
Match 2930CU, it works with the new driver
-rw-r--r-- | sys/dev/pci/ahc_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c index d144e89c3ea..dd2dd142914 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.17 2000/04/13 23:51:23 smurph Exp $ */ +/* $OpenBSD: ahc_pci.c,v 1.18 2000/05/26 06:49:32 chris Exp $ */ /* $NetBSD: ahc_pci.c,v 1.9 1996/10/21 22:56:24 thorpej Exp $ */ /* @@ -161,6 +161,7 @@ void *match, *aux; case PCI_PRODUCT_ADP_AIC7860: case PCI_PRODUCT_ADP_2940AU: case PCI_PRODUCT_ADP_AIC7870: + case PCI_PRODUCT_ADP_2930CU: case PCI_PRODUCT_ADP_2940: case PCI_PRODUCT_ADP_3940: case PCI_PRODUCT_ADP_3985: |