Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 1999 09:58:41 -0700 (PDT)
From:      Roger Hardiman <roger@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci pci.c
Message-ID:  <199910011658.JAA82898@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
roger       1999/10/01 09:58:41 PDT

  Modified files:
    sys/pci              pci.c 
  Log:
  Backout part of the changes made in 1.111
  
  For unknown devices the output will now be
    pci0: unknown card (vendor=0x109e, dev=0x0878) at 14.1 irq 19
  instead of
    pci0: unknown card DD^0878 (vendor=0x109e, dev=0x0878) at 14.1 irq 19
  
  Before this change, the code used to take the PCI vendor id and translate it
  into a three letter ASCII name.
  For PnP devices, the vendor id _does_ map to a nice ASCII name
  (eg Creative Labs PnP ID maps to "CTL", ESS PnP ID maps to "ESS")
  
  But there is no such mapping for PCI devices, as can be seen by the
  example above where the Brooktree PCI vendor ID maps to "DD^"
  
  The PCI Special Interest Group confirmed they do not have any mappings
  from vendor ID to ASCII.
  
  Revision  Changes    Path
  1.119     +2 -10     src/sys/pci/pci.c



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?199910011658.JAA82898>