summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-11-15 10:51:02 +0200
committerRichard Lowe <richlowe@richlowe.net>2017-11-16 15:43:33 -0500
commit9d218268650a3767f3df2612043a730a935ea2a9 (patch)
tree7b7551100d1517245b9d1d576ed1f164e6c768cb /usr
parent5b5fb15366257580ddfa65c652a1da8e0c6d4fd5 (diff)
downloadillumos-joyent-9d218268650a3767f3df2612043a730a935ea2a9.tar.gz
8804 nvme: add alias for pciclass,010802
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Michal Nowak <mnowak@startmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr')
-rw-r--r--usr/src/pkg/manifests/driver-storage-nvme.mf4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/driver-storage-nvme.mf b/usr/src/pkg/manifests/driver-storage-nvme.mf
index 45b5a333f7..d2742de3c2 100644
--- a/usr/src/pkg/manifests/driver-storage-nvme.mf
+++ b/usr/src/pkg/manifests/driver-storage-nvme.mf
@@ -38,7 +38,9 @@ dir path=usr/sbin
dir path=usr/share
dir path=usr/share/man
dir path=usr/share/man/man7d
-driver name=nvme alias=pciexclass,010802 class=disk perms="* 0600 root sys"
+driver name=nvme class=disk perms="* 0600 root sys" \
+ alias=pciclass,010802 \
+ alias=pciexclass,010802
file path=kernel/drv/$(ARCH64)/nvme group=sys
file path=kernel/drv/nvme group=sys
file path=kernel/drv/nvme.conf group=sys