History log of /freebsd-current/usr.sbin/fwget/pci/pci_network_mediatek
Revision Date Author Comments
# 0be82d56 23-May-2023 Bjoern A. Zeeb <bz@FreeBSD.org>

fwget: update pci_network_mediatek for mt7996

Add support for another chipset and fix mt7915 to not match on
all IDs.


# 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 lists for now.

Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D40073