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:   tsutsui
Date:           Sat Oct 14 19:53:52 UTC 2006

Modified Files:
        src/sys/dev/pci: if_vge.c if_vgevar.h

Log Message:
- use MGETHDR() and MCLGET() rather than m_gethdr() and m_clget()
- KNF, ANSIfy, remove register decls
- some more cosmetics


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/pci/if_vge.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/if_vgevar.h

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