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.
Details
- Reviewers
manu emaste - Commits
- rGdd8a74e74d99: fwget: add support for various WiFi NICs
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Here's an example of how this could look (sorts out a duplicate, applies two fixups based on previous reviews)
fwget -v -n
Trying to match device 0x0042 in class network and vendor qca with pci_network_qca
Trying to match device 0x157b in class network and vendor intel with pci_network_intel
Trying to match device 0x157b in class network and vendor intel with pci_network_intel
Trying to match device 0x157b in class network and vendor intel with pci_network_intel
Trying to match device 0x7915 in class old and vendor mediatek with pci_old_mediatek
Trying to match device 0x7915 in fixed up class network and vendor mediatek with pci_network_mediatek
Trying to match device 0x003c in class network and vendor qca with pci_network_qca
Trying to match device 0x0608 in class network and vendor mediatek with pci_network_mediatek
Trying to match device 0x1101 in class misc and vendor qca with pci_misc_qca
Trying to match device 0x1101 in fixed up class network and vendor qca with pci_network_qca
Needed firmware packages: 'wifi-firmware-ath10k-kmod wifi-firmware-mt76-kmod wifi-firmware-ath11k-kmod'