etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks aap)

This commit is contained in:
cinap_lenrek 2015-06-28 18:32:54 +02:00
parent 00328b5759
commit ed238e7ef8
5 changed files with 1873 additions and 0 deletions

View file

@ -438,6 +438,16 @@ to be present on attach in
or or
.B /boot. .B /boot.
See iwl section above for configuration details. 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 .SS DISKS, TAPES
(S)ATA controllers are autodetected. (S)ATA controllers are autodetected.
.SS \fL*nodma=\fP .SS \fL*nodma=\fP

1860
sys/src/9/pc/etherwpi.c Normal file

File diff suppressed because it is too large Load diff

View file

@ -69,6 +69,7 @@ link
etheryuk pci etheryuk pci
etherwavelan wavelan devi82365 cis pci etherwavelan wavelan devi82365 cis pci
etheriwl pci wifi etheriwl pci wifi
etherwpi pci wifi
etherrt2860 pci wifi etherrt2860 pci wifi
ethervirtio pci ethervirtio pci
ethermedium ethermedium

View file

@ -70,6 +70,7 @@ link
etheryuk pci etheryuk pci
etherwavelan wavelan devi82365 cis pci etherwavelan wavelan devi82365 cis pci
etheriwl pci wifi etheriwl pci wifi
etherwpi pci wifi
etherrt2860 pci wifi etherrt2860 pci wifi
ethervirtio pci ethervirtio pci
ethermedium ethermedium

View file

@ -68,6 +68,7 @@ link
# etheryuk pci # etheryuk pci
# etherwavelan wavelan devi82365 cis pci # etherwavelan wavelan devi82365 cis pci
etheriwl pci wifi etheriwl pci wifi
etherwpi pci wifi
# etherrt2860 pci wifi # etherrt2860 pci wifi
ethervirtio pci ethervirtio pci
ethermedium ethermedium