Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: mycroft
Date: Mon Aug 2 18:43:38 UTC 2004
Modified Files:
src/sys/dev/pci: devlist2h.awk ehci_pci.c ohci_pci.c pci_subr.c
pcivar.h uhci_pci.c
Log Message:
For the PCIVERBOSE case, separate vendors and products into separate tables.
Eliminating redundant pointers in the tables saves nearly 20K (20% of the table
size). In the process, add a pci_findproduct() and make that and
pci_findvendor() return a "const char *".
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/pci/devlist2h.awk
cvs rdiff -r1.15 -r1.16 src/sys/dev/pci/ehci_pci.c
cvs rdiff -r1.25 -r1.26 src/sys/dev/pci/ohci_pci.c
cvs rdiff -r1.58 -r1.59 src/sys/dev/pci/pci_subr.c
cvs rdiff -r1.62 -r1.63 src/sys/dev/pci/pcivar.h
cvs rdiff -r1.26 -r1.27 src/sys/dev/pci/uhci_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index