mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-16 02:28:24 +00:00
[util] Add utility to generate list of supported network cards
niclist.pl recursively scans specified source folders and builds a list of supported NICs by looking for ISA_ROM and PCI_ROM lines and outputs the list in text, CSV, JSON, HTML or DokuWiki format. Sorting and column selection is possible. The pci-utils pci.ids file is fetched from SourceForge once a day to also output the "official" vendor/device names associated with the PCI device. Signed-off-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
a9cf527641
commit
eadb6bc3fe
588
src/util/niclist.pl
Executable file
588
src/util/niclist.pl
Executable file
File diff suppressed because one or more lines are too long
2
src/util/parserom.pl
Normal file → Executable file
2
src/util/parserom.pl
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# Parse PCI_ROM and ISA_ROM entries from a source file on stdin and
|
||||
# output the relevant Makefile variable definitions to stdout
|
||||
|
Loading…
x
Reference in New Issue
Block a user