diff options
author | 2018-06-16 21:29:39 +0000 | |
---|---|---|
committer | 2018-06-16 21:29:39 +0000 | |
commit | 10517821ecc00415bb88258d23d7abf87a66b33c (patch) | |
tree | 4a5846055268b71ad98c4baba376fec174cfa337 /sys/dev | |
parent | rework the table API so that it takes a struct smtpd * context in parameter (diff) | |
download | wireguard-openbsd-10517821ecc00415bb88258d23d7abf87a66b33c.tar.xz wireguard-openbsd-10517821ecc00415bb88258d23d7abf87a66b33c.zip |
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 |