diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-11-17 06:56:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-11-17 06:56:57 +0000 |
commit | 747719a86ad8a0bee0da8dd3ae14d58fca06ffea (patch) | |
tree | 1c31f962ee072afbc6b31f7af40e65acbebd5b44 /sys | |
parent | 90e84db15629b948cd132cffc04efb0944334ba3 (diff) |
Add the HP Smart Array P711m/P712m PCI ids.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ciss_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/ciss_pci.c b/sys/dev/pci/ciss_pci.c index fa2ebdcfe0b..fe0c051978c 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.12 2008/06/11 20:24:47 jsg Exp $ */ +/* $OpenBSD: ciss_pci.c,v 1.13 2008/11/17 06:56:56 brad Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -68,6 +68,8 @@ const struct pci_matchid ciss_pci_devices[] = { { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP410I }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP411 }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP600 }, + { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP711M }, + { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP712M }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP800 }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP812 }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAV100 }, |