diff options
author | mux <mux@FreeBSD.org> | 2004-06-28 11:32:58 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2004-06-28 11:32:58 +0000 |
commit | 252a2c97e54cad96cb3619c1408443cbd3d669de (patch) | |
tree | ac316a06267a54e39b888d6037f93864a181f955 /tools | |
parent | 7ce9a2b811534e0eee49d6f54617abb36b54db9e (diff) | |
download | FreeBSD-src-252a2c97e54cad96cb3619c1408443cbd3d669de.zip FreeBSD-src-252a2c97e54cad96cb3619c1408443cbd3d669de.tar.gz |
The location of the Boemler's PCI database has moved. Update comments
to reflect reality.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/pciid/mk_pci_vendors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/pciid/mk_pci_vendors.pl b/tools/tools/pciid/mk_pci_vendors.pl index 8a908a5..cf55692 100644 --- a/tools/tools/pciid/mk_pci_vendors.pl +++ b/tools/tools/pciid/mk_pci_vendors.pl @@ -30,7 +30,7 @@ # Generate src/share/misc/pci_vendors from the Hart and Boemler lists, # currently available at: # -# Boemler: http://www.yourvote.com/pci/ +# Boemler: http://www.pcidatabase.com/reports.php?type=tab-delimeted # Hart: http://members.datafast.net.au/dft0802/downloads.htm # # -l Where an entry is found in both input lists, use the entry with @@ -160,7 +160,7 @@ print <<HEADER_END; ; Automatically generated by src/tools/tools/pciid/mk_pci_vendors.pl ; ($optlused the -l option), using the following source lists: ; -; http://www.yourvote.com/pci/vendors.txt +; http://www.pcidatabase.com/reports.php?type=tab-delimeted ; http://members.hyperlink.com.au/~chart/download/pcidevs.txt ; ; Manual edits on this file will be lost! |