diff options
author | 2016-01-14 04:04:13 +0000 | |
---|---|---|
committer | 2016-01-14 04:04:13 +0000 | |
commit | 1161aa776dd1b15182832db6703a45810685875a (patch) | |
tree | 2dcbd08226bc6f609c2ec5698c94ba66559d5667 | |
parent | Remove code supporting undocumented and inaccessible flags 'a' (diff) | |
download | wireguard-openbsd-1161aa776dd1b15182832db6703a45810685875a.tar.xz wireguard-openbsd-1161aa776dd1b15182832db6703a45810685875a.zip |
there are two types of samsung sm951
-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 bda0f6d27eb..d3f631c66ec 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1783 2015/12/31 20:39:38 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1784 2016/01/14 04:04:13 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6447,7 +6447,8 @@ product SAFENET SAFEXCEL 0x1141 SafeXcel product SAMSUNG SWL2210P 0xa000 MagicLAN SWL-2210P product SAMSUNG2 S4LN053X01 0x1600 S4LN053X01 product SAMSUNG2 XP941 0xa800 XP941 -product SAMSUNG2 SM951 0xa801 SM951 +product SAMSUNG2 SM951_AHCI 0xa801 SM951 AHCI +product SAMSUNG2 SM951_NVME 0xa802 SM951 NVMe /* Sangoma products */ product SANGOMA A10X 0x0300 A10x |