diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-12-11 23:51:00 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-12-11 23:51:00 +0000 |
commit | dfaabf3c0084be67303a43d34e42b77f2fdfc365 (patch) | |
tree | dfde618e12b023b7cc0e5f857f352b3d5e3b077e /sys/dev | |
parent | 7c99e82b151b0cc09840b540224ed88e357e6a86 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/ciss_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/ciss_pci.c b/sys/dev/pci/ciss_pci.c index 4c1892dfae1..38ed39bb011 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.7 2005/11/23 14:46:05 mickey Exp $ */ +/* $OpenBSD: ciss_pci.c,v 1.8 2005/12/11 23:50:59 brad Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -60,8 +60,8 @@ const struct pci_matchid ciss_pci_devices[] = { { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAV100 }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP800 }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAP600 }, - { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSASP600 }, - { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSAE400 }, + { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSA_1 }, + { PCI_VENDOR_HP, PCI_PRODUCT_HP_HPSA_4 }, }; #define CISS_PCI_NDEVS sizeof(ciss_pci_devices)/sizeof(ciss_pci_devices[0]) |