diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-06-21 13:54:25 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-06-21 13:54:25 +0000 |
commit | f866eafe56a327754d101195d6d63f024fb095a5 (patch) | |
tree | 4d1e4742202dba12f83938cc03746b911958b8f0 /usr/src/man/man7d/Makefile | |
parent | ec6f18e946abf1cebedfd0d7ca47dd5a5d183ff8 (diff) | |
parent | 0999c1123c1ab769df080ccc5f1626d50663e7a8 (diff) | |
download | illumos-joyent-f866eafe56a327754d101195d6d63f024fb095a5.tar.gz |
[illumos-gate merge]
commit 0999c1123c1ab769df080ccc5f1626d50663e7a8
11202 Allow the number of NVMe submission and completion queues to be different
11228 nvme may queue more submissions than allowed
11229 nvme_get_logpage() can allocate a too small buffer to receive logpage data
11230 Panic in nvme_fill_prp() because of miscalculation of the number of PRPs per page
11231 nvme in polled mode ignores the command call back
commit c89583d1669aac784ae44a473d81f8c5f564c728
11244 Some man pages still refer to E10K
commit bde334a8dbd66dfa70ce4d7fc9dcad6e1ae45fe4
11183 /usr/lib/scsi/smp should decode general and manufacturer info
Diffstat (limited to 'usr/src/man/man7d/Makefile')
-rw-r--r-- | usr/src/man/man7d/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/man/man7d/Makefile b/usr/src/man/man7d/Makefile index eaf2c55b61..e9bb9ae157 100644 --- a/usr/src/man/man7d/Makefile +++ b/usr/src/man/man7d/Makefile @@ -254,9 +254,7 @@ _MANLINKS= 1394.7d \ urandom.7d \ usb.7d -sparc_MANLINKS= drmach.7d \ - ngdr.7d \ - ngdrmach.7d +sparc_MANLINKS= drmach.7d MANFILES = $(_MANFILES) $($(MACH)_MANFILES) MANLINKS = $(_MANLINKS) $($(MACH)_MANLINKS) @@ -265,8 +263,6 @@ bscbus.7d := LINKSRC = bscv.7d i2bsc.7d := LINKSRC = bscv.7d drmach.7d := LINKSRC = dr.7d -ngdr.7d := LINKSRC = dr.7d -ngdrmach.7d := LINKSRC = dr.7d fdc.7d := LINKSRC = fd.7d |