Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: mrg
Date: Sat Feb 1 11:12:36 UTC 2003
Modified Files:
src/sys/kern: subr_devsw.c
Log Message:
in devsw_name2blk(), as we use strncmp(), make sure the next character
in the device is either nul or a digit. this avoids "raid0" being
matched as the "ra" device (and thus failing to find anything at all
causing my raid0 root to fail) on my vax.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/kern/subr_devsw.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