Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/01/2003 13:12:37
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.