diff options
author | Marcel Telka <marcel@telka.sk> | 2017-10-30 21:21:31 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-11-03 22:31:36 +0000 |
commit | 73aec61f121b76770fd2fc92e75823ebfe36cbd6 (patch) | |
tree | 08594f954159b6dcdbbf2c60265db7e080954d95 | |
parent | b852c2f54326f8ac1daa372a88bfe951dd7e20ed (diff) | |
download | illumos-joyent-73aec61f121b76770fd2fc92e75823ebfe36cbd6.tar.gz |
8747 Intel Wifi Link 5300 (pciex8086,4236) works well with iwn(7d)
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Aporoved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/pkg/manifests/driver-network-iwh.mf | 2 | ||||
-rw-r--r-- | usr/src/pkg/manifests/driver-network-iwn.mf | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/pkg/manifests/driver-network-iwh.mf b/usr/src/pkg/manifests/driver-network-iwh.mf index 71fe1f9b51..f8e42d1ca7 100644 --- a/usr/src/pkg/manifests/driver-network-iwh.mf +++ b/usr/src/pkg/manifests/driver-network-iwh.mf @@ -43,8 +43,6 @@ dir path=usr/share/man/man7d driver name=iwh clone_perms="iwh 0666 root sys" perms="* 0666 root sys" \ alias=pciex8086,4232 \ alias=pciex8086,4235 \ - alias=pciex8086,4236 \ - alias=pciex8086,4236.8086.1011 \ alias=pciex8086,4237 \ alias=pciex8086,423a \ alias=pciex8086,423b \ diff --git a/usr/src/pkg/manifests/driver-network-iwn.mf b/usr/src/pkg/manifests/driver-network-iwn.mf index a7b55d2c7a..d949c63985 100644 --- a/usr/src/pkg/manifests/driver-network-iwn.mf +++ b/usr/src/pkg/manifests/driver-network-iwn.mf @@ -37,6 +37,7 @@ dir path=usr/share/man/man7d driver name=iwn clone_perms="iwn 0666 root sys" perms="* 0666 root sys" \ alias=pciex8086,422b \ alias=pciex8086,422c \ + alias=pciex8086,4236 \ alias=pciex8086,4238 \ alias=pciex8086,4239 \ alias=pciex8086,82 \ |