Changes between Version 17 and Version 18 of NVMe_Support
- Timestamp:
- Oct 26, 2016, 9:34:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NVMe_Support
v17 v18 19 19 == NVMe support in the different OS == 20 20 ||=OS and driver=||=Supported by OS=||=Supported by Smartmontools=||=Native management tools=||=Notes=|| 21 ||Linux , since kernel version 3.3|| ✓ || ✓ ||[https://github.com/linux-nvme/nvme-cli nvme-cli], [https://github.com/xnox/nvme-user nvme-user] || ||21 ||Linux 3.3 or later|| ✓ || ✓ ||[https://github.com/linux-nvme/nvme-cli nvme-cli], [https://github.com/xnox/nvme-user nvme-user] || || 22 22 ||FreeBSD 9.2 or later|| ✓ || ✓ ||[https://www.freebsd.org/cgi/man.cgi?query=nvmecontrol nvmecontrol]|| || 23 23 ||NetBSD|| (✓) || (✓) || [http://netbsd.gw.com/cgi-bin/man-cgi/man?nvmectl+8+NetBSD-current nvmectl] ||NVMe support will be available in upcoming [https://www.netbsd.org/changes/changes-8.0.html#nvme%284%29 NetBSD 8.0]. Smartmontools supports this since r4343. || 24 ||OpenBSD || (✓) || - || ?? ||NVMe support will be available in upcoming [https://www.openbsd.org/60.html OpenBSD 6.0].||24 ||OpenBSD 6.0 or later|| ✓ || - || ?? || Does the [http://man.openbsd.org/?query=nvme&apropos=1 OpenBSD NVMe] driver provide NVMe pass-through functionality? || 25 25 ||OSX 10.10.3+ native NVMe support || ✓ || - || ||Only Apple-branded NVMe devices are supported, monitoring API is implemented (NVMeSMARTClient) but not documented. It is also possible to use this driver with non-Apple devices using [https://github.com/RehabMan/patch-nvme patch-nvme] project. || 26 26 ||OSX with [http://www.macvidcards.com/nvme-driver.html MacVidCards NVMe driver] || ✓ || - || nvme-cli tool distributed with the driver ||IOCTL format is not documented, driver is closed source and seems to be abandoned ||