diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-02-25 17:08:07 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-02-25 17:08:07 -0300 |
commit | 9727db88d57089be6483104de435626cdbad883a (patch) | |
tree | d1dc38d702b6ee1333974a84946a44f49b9fd07e /hw/xfree86/common/xf86PciInfo.h | |
parent | f19f7b8e53ed6609fc1fdd272de5521417946209 (diff) |
No more "-scanpci" given that we already have it in libpciaccess.
(Yeah, lets nuke dead code!)
Diffstat (limited to 'hw/xfree86/common/xf86PciInfo.h')
-rw-r--r-- | hw/xfree86/common/xf86PciInfo.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/xfree86/common/xf86PciInfo.h b/hw/xfree86/common/xf86PciInfo.h index 0630cfa82..356c7db4d 100644 --- a/hw/xfree86/common/xf86PciInfo.h +++ b/hw/xfree86/common/xf86PciInfo.h @@ -40,9 +40,8 @@ * or for non-video devices unless they're needed by a driver or elsewhere. * A comprehensive set of PCI vendor, device and subsystem data is * auto-generated from the ../etc/pci.ids file using the pciids2c.pl script, - * and is used in both the scanpci module and the scanpci utility. Don't - * modify the pci.ids file. If new/corrected entries are required, add them - * to ../etc/extrapci.ids. + * and is used in scanpci utility. Don't modify the pci.ids file. If + * new/corrected entries are required, add them to ../etc/extrapci.ids. */ #ifndef _XF86_PCIINFO_H |