etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks aap)
This commit is contained in:
parent
00328b5759
commit
ed238e7ef8
5 changed files with 1873 additions and 0 deletions
|
@ -438,6 +438,16 @@ to be present on attach in
|
|||
or
|
||||
.B /boot.
|
||||
See iwl section above for configuration details.
|
||||
.TP
|
||||
.B wpi
|
||||
Intel PRO Wireless 3945abg PCI/PCI-Express wireless adapters require
|
||||
firmware from
|
||||
.B http://firmware.openbsd.org/firmware/*/wpi-firmware*.tgz
|
||||
to be present on attach in
|
||||
.B /lib/firmware
|
||||
or
|
||||
.B /boot.
|
||||
See iwl section above for configuration details.
|
||||
.SS DISKS, TAPES
|
||||
(S)ATA controllers are autodetected.
|
||||
.SS \fL*nodma=\fP
|
||||
|
|
1860
sys/src/9/pc/etherwpi.c
Normal file
1860
sys/src/9/pc/etherwpi.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -69,6 +69,7 @@ link
|
|||
etheryuk pci
|
||||
etherwavelan wavelan devi82365 cis pci
|
||||
etheriwl pci wifi
|
||||
etherwpi pci wifi
|
||||
etherrt2860 pci wifi
|
||||
ethervirtio pci
|
||||
ethermedium
|
||||
|
|
|
@ -70,6 +70,7 @@ link
|
|||
etheryuk pci
|
||||
etherwavelan wavelan devi82365 cis pci
|
||||
etheriwl pci wifi
|
||||
etherwpi pci wifi
|
||||
etherrt2860 pci wifi
|
||||
ethervirtio pci
|
||||
ethermedium
|
||||
|
|
|
@ -68,6 +68,7 @@ link
|
|||
# etheryuk pci
|
||||
# etherwavelan wavelan devi82365 cis pci
|
||||
etheriwl pci wifi
|
||||
etherwpi pci wifi
|
||||
# etherrt2860 pci wifi
|
||||
ethervirtio pci
|
||||
ethermedium
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue