diff options
author | 2018-01-06 20:14:01 +0000 | |
---|---|---|
committer | 2018-01-06 20:14:01 +0000 | |
commit | a89217cae7b2119ab17529f800ae4fc335ec5e63 (patch) | |
tree | 5142a8c8460d0b42529c1a4ed8e918c0ae520db9 | |
parent | sync (diff) | |
download | wireguard-openbsd-a89217cae7b2119ab17529f800ae4fc335ec5e63.tar.xz wireguard-openbsd-a89217cae7b2119ab17529f800ae4fc335ec5e63.zip |
Add Silicon Motion SM2260 NVMe.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index fed6f0e96c2..6ca0f2e10cc 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1832 2018/01/02 21:23:13 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1833 2018/01/06 20:14:01 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6964,6 +6964,7 @@ product SMI SM810 0x0810 LynxE product SMI SM811 0x0811 LynxE+ product SMI SM820 0x0820 Lynx3D product SMI SM910 0x0910 910 +product SMI SM2260 0x2260 SM2260 NVMe /* SMSC products */ product SMSC VICTORY66_IDE_1 0x9130 Victory66 IDE |