diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2018-06-16 21:29:40 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2018-06-16 21:29:40 +0000 |
commit | 5ae4d3cc9bf2af2e00fa6f351cb0a1c5ceca6df6 (patch) | |
tree | d6b2b6d6491081136860eb36a4afef18009b18f5 /sys/dev | |
parent | 54ded09ce9873512573ad9719d28fe777d558743 (diff) |
add SAS3.5 megaraids in SAS HBA mode
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 8e9737f43af..2eedc6df8a8 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1850 2018/05/24 02:53:13 mlarkin Exp $ +$OpenBSD: pcidevs,v 1.1851 2018/06/16 21:29:39 jmatthew Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5789,6 +5789,12 @@ product SYMBIOS SAS3108_3 0x0094 SAS3108 product SYMBIOS SAS3108_4 0x0095 SAS3108 product SYMBIOS SAS3004 0x0096 SAS3004 product SYMBIOS SAS3008 0x0097 SAS3008 +product SYMBIOS SAS3516 0x00aa SAS3516 +product SYMBIOS SAS3516_1 0x00ab SAS3516 +product SYMBIOS SAS3416 0x00ac SAS3416 +product SYMBIOS SAS3508 0x00ad SAS3508 +product SYMBIOS SAS3508_1 0x00ae SAS3508 +product SYMBIOS SAS3408 0x00af SAS3408 product SYMBIOS MEGARAID_320 0x0407 MegaRAID 320 product SYMBIOS MEGARAID_3202E 0x0408 MegaRAID 320-2E product SYMBIOS MEGARAID_SATA 0x0409 MegaRAID SATA 4x/8x |