freebsd-src/tools
Sheldon Hearn a320ca2f9a Add the script that will be used to maintain src/share/misc/pci_vendors.
The script written and used originally by msmith has been lost.

This version takes the Boemler and Heckenbach lists and produces merged
output.  It defaults to ignoring any entries from Heckenbach already
found in Boemler but the -l option causes it to take the entry with the
longest description where an entry appears in both lists.

If this script is replaced, care should be taken to

1) Always use upper-case hexidecimal tokens in device ids.

2) Always keep device lists sorted within vendor lists, which must also
   be sorted.

3) Do not try to include input from the previous pci_vendors file, since
   bogus ids seem to be removed from both the Boemler and Heckenbach
   lists from time to time.
2001-11-22 14:26:30 +00:00
..
3.0-upgrade
diag ISO_ -> ISO 2001-06-11 01:29:40 +00:00
LibraryReport
regression Make a start at a regression test for the unaligned trap handler. 2001-10-19 22:10:13 +00:00
test Add $FreeBSD$. 2001-10-08 12:28:31 +00:00
tools Add the script that will be used to maintain src/share/misc/pci_vendors. 2001-11-22 14:26:30 +00:00
install.sh
README

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.