Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/config



Module Name:    src
Committed By:   drochner
Date:           Tue Jun 10 12:35:32 UTC 2008

Modified Files:
        src/usr.bin/config: config.5 gram.y main.c scan.l

Log Message:
Seperate pseudo-devs which don't use device_t et al. (the classical
ones, mostly network pseudo interfaces) and those which use autoconf
to attach instances dynamically, or to attach child devices.
Use a new keyword "defpseudodev" for the latter.
Issue a warning if interface attributes are used with "old" pseudodevs,
but let it work as before for now. This will be removed soon.
approved by cube


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.bin/config/config.5 src/usr.bin/config/gram.y
cvs rdiff -r1.25 -r1.26 src/usr.bin/config/main.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/config/scan.l

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