5138ffa8 | 12-May-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
fwget: remove logging redirects
After adding addpkg() in 10aa369afd9946da18ae51b07aeadc3314fba56d the redirects are no longer needed. We can now log directly so simplify the code.
Reported by: man
fwget: remove logging redirects
After adding addpkg() in 10aa369afd9946da18ae51b07aeadc3314fba56d the redirects are no longer needed. We can now log directly so simplify the code.
Reported by: manu Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D40077
show more ...
|
dd8a74e7 | 11-May-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
fwget: add support for various WiFi NICs
Add support for Realtek, QCA, and Mediatek WiFi NIC cards. We group the matching entries by driver in sub-functions in order to semi-automatically create the
fwget: add support for various WiFi NICs
Add support for Realtek, QCA, and Mediatek WiFi NIC cards. We group the matching entries by driver in sub-functions in order to semi-automatically create the lists for now.
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D40073
show more ...
|
17cec33e | 11-May-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
fwget: improve the pci base script
When matching "class" only match the class byte and not subclass and programming interface. Extend the list of supported classes by network, old, and misc (for no
fwget: improve the pci base script
When matching "class" only match the class byte and not subclass and programming interface. Extend the list of supported classes by network, old, and misc (for no better names on the latter two). Extend the list of known vendors for various WiFi NICs. Add a "pci_fixup_class" as some wireless cards have unexpected PCI classes set. In case we cannot find a matching file for the original try to see if a "fixed up" version exists. This allows us to avoid duplicate matching files for the same vendor/driver but different chipsets.
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D40072
show more ...
|