#
d33f5a0a |
| 23-Apr-2024 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi
Update and add (new) PCI IDs for Realtek rtw88/89, Mediatek 7996/7925, QCA ath1xk, and add Intel iwlwifi IDs.
Rather than using
fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi
Update and add (new) PCI IDs for Realtek rtw88/89, Mediatek 7996/7925, QCA ath1xk, and add Intel iwlwifi IDs.
Rather than using a package per driver add fine(r) grained flavors even though it is a lot more likely to break in certain cases.
For Intel we need a great level of detail to match PCI IDs so also pass the full pciconf -l line to into the pci_* files as "$2" to have access to these.
This lines up with ports commit 80f50c9eb66d.
Sponsored by: The FreeBSD Foundation Reviewed by: manu (earlier version) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D44918
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 ...
|
#
d198b877 |
| 26-Apr-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
fwget: Introduce new utility
This script's goal is to check the system for peripherals that needs firmware and install the needed packages for them. For now it only support pci subsystem and only vi
fwget: Introduce new utility
This script's goal is to check the system for peripherals that needs firmware and install the needed packages for them. For now it only support pci subsystem and only video classes for AMD and Intel GPUs.
Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D39825
show more ...
|