Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2009 12:53:54 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/tools/pciid mk_pci_vendors.pl
Message-ID:  <200906061254.n56CsBXR005279@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2009-06-06 12:53:54 UTC

  FreeBSD src repository

  Modified files:
    tools/tools/pciid    mk_pci_vendors.pl 
  Log:
  SVN rev 193584 on 2009-06-06 12:53:54Z by edwin
  
  When trying to see if we could update the share/misc/pci_vendors,
  I found out that the input format of the Boemler list was different
  than what the code expected: The last two fields were interpreted
  as one. Checking the csv version of the list it showed that there
  was sometimes a chipset number in the column before the card
  description.
  
  This is a rewrite to use the CSV format of the Boemler list. The
  output is differently formatted: Instead of the "chip description",
  it is now "description (chip)"
  
  Revision  Changes    Path
  1.6       +99 -79    src/tools/tools/pciid/mk_pci_vendors.pl



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