Build firmware for rsu(4), rtwn(4), and urtwn(4).
authorkevlo <kevlo@openbsd.org>
Mon, 4 Oct 2021 01:33:42 +0000 (01:33 +0000)
committerkevlo <kevlo@openbsd.org>
Mon, 4 Oct 2021 01:33:42 +0000 (01:33 +0000)
commit1e1b982acbdd35adc789ddd1966f0cd417cba070
treeec8eb4e3cea146a2dbb0c7f80ff5dc6e8d462e22
parent2f22c03877562cecfe7a5d75957f3a51d58a0c46
Build firmware for rsu(4), rtwn(4), and urtwn(4).
We have to install the files with new filenames (removal of "fw" from each of
the filenames) and change the driver to use the new filenames,
such that the package becomes irrelevant.

Discussed with deraadt@ and sthen@

ok deraadt@
13 files changed:
share/man/man4/rsu.4
share/man/man4/rtwn.4
share/man/man4/urtwn.4
sys/dev/microcode/Makefile
sys/dev/microcode/rsu/Makefile [new file with mode: 0644]
sys/dev/microcode/rsu/build.c [new file with mode: 0644]
sys/dev/microcode/rtwn/Makefile [new file with mode: 0644]
sys/dev/microcode/rtwn/build.c [new file with mode: 0644]
sys/dev/microcode/urtwn/Makefile [new file with mode: 0644]
sys/dev/microcode/urtwn/build.c [new file with mode: 0644]
sys/dev/pci/if_rtwn.c
sys/dev/usb/if_rsu.c
sys/dev/usb/if_urtwn.c