Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 06:26:30 -0800 (PST)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools README src/tools/tools/pciid mk_pci_vendors.pl
Message-ID:  <200111221426.fAMEQUB89525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sheldonh    2001/11/22 06:26:30 PST

  Modified files:
    tools/tools          README 
  Added files:
    tools/tools/pciid    mk_pci_vendors.pl 
  Log:
  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.
  
  Revision  Changes    Path
  1.20      +1 -0      src/tools/tools/README
  1.1       +232 -0    src/tools/tools/pciid/mk_pci_vendors.pl (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111221426.fAMEQUB89525>