From a89217cae7b2119ab17529f800ae4fc335ec5e63 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 6 Jan 2018 20:14:01 +0000 Subject: [PATCH] Add Silicon Motion SM2260 NVMe. --- sys/dev/pci/pcidevs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1