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:   matt
Date:           Mon Nov 17 23:33:42 UTC 2008

Modified Files:
        src/sys/dev/pci: devlist2h.awk pci_subr.c

Log Message:
Store pcidevs in a more compact manner.  Instead of many string with duplicate
words, store each word individual in a long string and then store offsets
in the string to that word.  This reduces the space needed by half.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/devlist2h.awk
cvs rdiff -r1.75 -r1.76 src/sys/dev/pci/pci_subr.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