freebsd-src/usr.sbin/fwget
Bjoern A. Zeeb 17cec33e75 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
2023-05-20 11:16:42 +00:00
..
pci fwget: improve the pci base script 2023-05-20 11:16:42 +00:00
fwget.8
fwget.sh fwget: simplify adding firmware images to pkg to install 2023-05-20 11:13:12 +00:00
Makefile