Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/23/2004 17:14:12
Module Name: src
Committed By: thorpej
Date: Sat Oct 23 17:14:12 UTC 2004
Modified Files:
src/sys/kern: kern_subr.c
src/sys/sys: device.h
Log Message:
- Centralize the declaration of booted_device and booted_partition.
- Add a booted_wedge variable that indicates the wedge that was booted
from. If this is NULL, booted_partition is consulted.
- Adjust setroot() and its support routines for root-on-wedges. Could
use some tidy-up, but this works for now.
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/kern/kern_subr.c
cvs rdiff -r1.71 -r1.72 src/sys/sys/device.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.