diff options
author | 2016-05-03 03:12:46 +0000 | |
---|---|---|
committer | 2016-05-03 03:12:46 +0000 | |
commit | 68b28d3eb75c42900ea863ec0c8165404923d9cf (patch) | |
tree | e9e6a055be10769563a0210b0d348b46c6fb53d3 | |
parent | telnet should not verify if hostname is a fully qualified domain (diff) | |
download | wireguard-openbsd-68b28d3eb75c42900ea863ec0c8165404923d9cf.tar.xz wireguard-openbsd-68b28d3eb75c42900ea863ec0c8165404923d9cf.zip |
samsung use the same pci device id for multiple nvme parts
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a11194e9e35..97d981e55e2 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1794 2016/04/24 06:42:24 jsg Exp $ +$OpenBSD: pcidevs,v 1.1795 2016/05/03 03:12:46 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6511,7 +6511,7 @@ product SAMSUNG SWL2210P 0xa000 MagicLAN SWL-2210P product SAMSUNG2 S4LN053X01 0x1600 S4LN053X01 product SAMSUNG2 XP941 0xa800 XP941 product SAMSUNG2 SM951_AHCI 0xa801 SM951 AHCI -product SAMSUNG2 SM951_NVME 0xa802 SM951 NVMe +product SAMSUNG2 NVME 0xa802 NVMe /* Sangoma products */ product SANGOMA A10X 0x0300 A10x |