diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2017-11-27 01:37:40 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2017-11-27 01:37:40 +0000 |
commit | 2ad7fe4f7cac633d43dad1b854a39f4e838200f4 (patch) | |
tree | e2de6d9bceac500e629e519bfe3452a5b3fa076f /sys | |
parent | 5c2a2c80a89852572d9587f7b01b3fcc07171eb4 (diff) |
add SAS3.5 megaraids
Diffstat (limited to 'sys')
-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 cd00cb10e2e..aea4f83537d 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1825 2017/08/28 09:43:18 stsp Exp $ +$OpenBSD: pcidevs,v 1.1826 2017/11/27 01:37:39 jmatthew Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5544,6 +5544,12 @@ product SYMBIOS 885 0x000d 53c885 product SYMBIOS 875 0x000f 53c875 product SYMBIOS 1510 0x0010 53c1510 product SYMBIOS 895A 0x0012 53c895A +product SYMBIOS MEGARAID_3516 0x0014 MegaRAID SAS3516 +product SYMBIOS MEGARAID_3416 0x0015 MegaRAID SAS3416 +product SYMBIOS MEGARAID_3508 0x0016 MegaRAID SAS3508 +product SYMBIOS MEGARAID_3408 0x0017 MegaRAID SAS3408 +product SYMBIOS MEGARAID_3504 0x001b MegaRAID SAS3504 +product SYMBIOS MEGARAID_3404 0x001c MegaRAID SAS3404 product SYMBIOS 1010 0x0020 53c1010-33 product SYMBIOS 1010_2 0x0021 53c1010-66 product SYMBIOS 1030 0x0030 53c1030 |