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: thorpej
Date: Sat Oct 23 17:16:45 UTC 2004
Modified Files:
src/sys/dev/dkwedge: dk.c
src/sys/sys: disk.h
Log Message:
- Adjust minor number usage for wedges; minor number directly maps to
unit now. Don't pretend wedges have "partitions".
- Fix a buglet related to opening char and block devices of a wedge
at the same time.
- Add dkwedge_set_bootwedge(), that MD code can call to set booted_device
and booted_wedge appropriately when MD code knows the parent disk and
the start/size of the wedge that was booted from.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/dkwedge/dk.c
cvs rdiff -r1.27 -r1.28 src/sys/sys/disk.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