diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 03:58:37 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 03:58:37 +0000 |
commit | b160d0dc2fb988afdf97bed3d797889214467ee0 (patch) | |
tree | 6d795abc8f18010b286469a5d8f72c639b0c64f0 /sys | |
parent | da317d69be58a926bcc8c5fca8afd50b24451def (diff) |
add another MegaRAID PCI id.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/mfi_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c index 9620033480b..dc138f1396e 100644 --- a/sys/dev/pci/mfi_pci.c +++ b/sys/dev/pci/mfi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfi_pci.c,v 1.9 2006/05/21 20:20:17 marco Exp $ */ +/* $OpenBSD: mfi_pci.c,v 1.10 2006/08/06 03:58:36 brad Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -56,6 +56,8 @@ struct mfi_pci_device { } mfi_pci_devices[] = { { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MSAS, 0, 0, "", 0 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MVERDE_ZCR, + 0, 0, "", 0 }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5, PCI_VENDOR_DELL, 0x1f01, "Dell PERC 5/e", 0 }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5, |