diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2007-11-26 21:20:56 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2007-11-26 21:20:56 +0000 |
commit | a5108a33e5ff6b0e6bd28de4d98f93feda5a892d (patch) | |
tree | d7cc4adb7adfb4944439ad881af0bdae84b7d7b7 | |
parent | da0443f0c210aa69a3981cfb38928f61bbe4cd59 (diff) |
Add new PERC6 & CERC6 PCI IDs
-rw-r--r-- | sys/dev/pci/mfi_pci.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c index 95c37ef0b20..274082dc378 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.11 2006/08/06 04:40:08 brad Exp $ */ +/* $OpenBSD: mfi_pci.c,v 1.12 2007/11/26 21:20:55 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -62,6 +62,16 @@ struct mfi_pci_device { PCI_VENDOR_DELL, 0x1f01, "Dell PERC 5/e", 0 }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5, PCI_VENDOR_DELL, 0x1f02, "Dell PERC 5/i", 0 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_DELL_PERC6, + PCI_VENDOR_DELL, 0x1f0a, "Dell PERC 6/e", 0 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_DELL_PERC6, + PCI_VENDOR_DELL, 0x1f0b, "Dell PERC 6/i", 0 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_DELL_PERC6, + PCI_VENDOR_DELL, 0x1f0d, "Dell CERC 6/i", 0 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_DELL_PERC6, + PCI_VENDOR_DELL, 0x1f0c, "Dell PERC 6/i integrated", 0 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_DELL_PERC6, + PCI_VENDOR_DELL, 0x1f11, "Dell CERC 6/i integrated", 0 }, { 0 } }; |