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: pooka
Date: Mon Sep 21 12:14:47 UTC 2009
Modified Files:
src/sys/kern: init_main.c subr_autoconf.c
src/sys/rump/librump/rumpdev: rump_dev.c
src/sys/sys: device.h
Log Message:
Split config_init() into config_init() and config_init_mi() to help
platforms which want to call config_init() very early in the boot.
To generate a diff of this commit:
cvs rdiff -u -r1.400 -r1.401 src/sys/kern/init_main.c
cvs rdiff -u -r1.184 -r1.185 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpdev/rump_dev.c
cvs rdiff -u -r1.123 -r1.124 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