diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-24 02:52:42 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-24 02:52:42 +0000 |
commit | 038d812cd22ca5b18d18f21206bb3d8345e94460 (patch) | |
tree | 44d31f607097545c104f0ff94d0b5f991cddabd0 | |
parent | 9692fe590ba3c877a1ff27d51c6255329787a949 (diff) |
add a PCI id for Dell PERC 4e/Di and 4e/Si adapters.
From the Linux megaraid driver.
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index be95c9565a3..8a9983a262c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1026 2006/02/23 18:02:54 brad Exp $ +$OpenBSD: pcidevs,v 1.1027 2006/02/24 02:52:41 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1245,6 +1245,7 @@ product DELL PERC_4DI 0x000e PERC 4/Di i960 product DELL PERC_4DI_2 0x000f PERC 4/Di Verde product DELL RAC_4 0x0011 RAC 4 product DELL RAC_4_VUART 0x0012 RAC 4 Virtual UART +product DELL PERC_4E_DiSi 0x0013 PERC 4e/Di/Si product DELL RAC_4_SMIC 0x0014 RAC 4 SMIC product DELL PERC_4EDI 0x0013 PERC 4e/Di product DELL PERC_3DI_2_SUB 0x00cf PERC 3/Di @@ -2305,7 +2306,7 @@ product SYMBIOS SAS1078 0x0060 SAS1078 product SYMBIOS 875J 0x008f 53c875J product SYMBIOS MEGARAID_320 0x0407 MegaRAID 320 product SYMBIOS MEGARAID_3202E 0x0408 MegaRAID 320-2E -product SYMBIOS SATA8 0x0409 MegaRAID SATA 8x +product SYMBIOS SATA8 0x0409 MegaRAID SATA 4x/8x product SYMBIOS FC909 0x0620 FC909 product SYMBIOS FC909A 0x0621 FC909A product SYMBIOS FC929 0x0622 FC929 |