diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2018-01-10 15:44:42 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2018-01-10 15:44:42 +0000 |
commit | df32eff6349957183fdb94421db236a40b645fb6 (patch) | |
tree | 97c774b4f2a7ea61b6c60be82fa2e22d4288f818 /sys/dev | |
parent | 0b7c001183536695b46fe033c152c2f109b77de7 (diff) |
add another Apple NVMe
Diffstat (limited to 'sys/dev')
-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 6ca0f2e10cc..b1a18934d42 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1833 2018/01/06 20:14:01 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1834 2018/01/10 15:44:41 jcs Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -930,7 +930,8 @@ product APPLE INTREPID2_ATA 0x0069 Intrepid 2 ATA product APPLE INTREPID2_FW 0x006a Intrepid 2 FireWire product APPLE INTREPID2_GMAC 0x006b Intrepid 2 GMAC product APPLE BCM5701 0x1645 BCM5701 -product APPLE NVME 0x2001 NVMe +product APPLE NVME1 0x2001 NVMe +product APPLE NVME2 0x2003 NVMe /* Aralion products */ product ARALION ARS106S 0x0301 ARS106S |