diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-08-05 17:00:10 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-08-05 17:00:10 +0000 |
commit | 66c79aa402b7f1fa4d367e18838b6a23976333de (patch) | |
tree | f09a3cca3a73706980210f1e8c13d4812b680a76 /sys | |
parent | a11652f536eaabb3d98901de59f88b73b58fa78d (diff) |
Add one more Compaq Smart Array 6i.
Found in an HP DL380 G4 and works nicely.
OK mickey@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ciss_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ciss_pci.c b/sys/dev/pci/ciss_pci.c index a9d35976614..192339714ce 100644 --- a/sys/dev/pci/ciss_pci.c +++ b/sys/dev/pci/ciss_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ciss_pci.c,v 1.3 2005/08/02 23:48:59 mickey Exp $ */ +/* $OpenBSD: ciss_pci.c,v 1.4 2005/08/05 17:00:09 mpf Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -57,6 +57,7 @@ const struct pci_matchid ciss_pci_devices[] = { { PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_CSA6400 }, { PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_CSA6400EM }, { PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_CSA6422 }, + { PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_CSA64XX }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAV100 }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP800 }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP600 }, |