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: martin
Date: Sun Jan 10 13:42:34 UTC 2010
Modified Files:
src/sys/kern: subr_autoconf.c
src/sys/rump/librump/rumpdev: rump_dev.c
Log Message:
Add a new optional function device_register_post_config(), symmetric to
device register, called after config is done with a device.
Only used if an arch defines __HAVE_DEVICE_REGISTER_POSTCONFIG.
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.10 -r1.11 src/sys/rump/librump/rumpdev/rump_dev.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