Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   drochner
Date:           Thu Aug 25 15:06:28 UTC 2005

Modified Files:
        src/sys/kern: kern_drvctl.c subr_autoconf.c subr_userconf.c
        src/sys/sys: device.h

Log Message:
Replace the "locnames", attached to cfdata, which was solely good for
userconf, by more complete information (including default values) about
interface attributes, attached to the drivers which provide them.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/kern/kern_drvctl.c
cvs rdiff -r1.95 -r1.96 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.15 -r1.16 src/sys/kern/subr_userconf.c
cvs rdiff -r1.75 -r1.76 src/sys/sys/device.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