git: nvme - Implement ioctl support to retrieve log pages
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 18 00:02:43 PDT 2016
commit 43844926a802f7ff6676984ccfee74fdf16a8670
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Jun 17 23:57:25 2016 -0700
nvme - Implement ioctl support to retrieve log pages
* Implement general ioctl support
* Implement NVMEIOCGETLOG which retrieves a log page.
Summary of changes:
sys/dev/disk/nvme/Makefile | 3 +-
sys/dev/disk/nvme/nvme.c | 7 ++-
sys/dev/disk/nvme/nvme.h | 7 +++
sys/dev/disk/nvme/nvme_admin.c | 2 +
sys/dev/disk/nvme/nvme_chipset.h | 16 ++++---
sys/dev/disk/nvme/nvme_disk.c | 15 +++++-
sys/dev/disk/nvme/nvme_dragonfly.h | 1 +
.../disk/nvme/{nvme_dragonfly.h => nvme_ioctl.c} | 53 +++++++++++-----------
sys/dev/disk/nvme/{nvme_fw.h => nvme_ioctl.h} | 15 ++++++
9 files changed, 83 insertions(+), 36 deletions(-)
copy sys/dev/disk/nvme/{nvme_dragonfly.h => nvme_ioctl.c} (67%)
copy sys/dev/disk/nvme/{nvme_fw.h => nvme_ioctl.h} (79%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/43844926a802f7ff6676984ccfee74fdf16a8670
--
DragonFly BSD source repository
More information about the Commits
mailing list