Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/cobalt/stand/boot
Module Name: src
Committed By: tsutsui
Date: Tue May 13 14:26:20 UTC 2008
Modified Files:
src/sys/arch/cobalt/stand/boot: conf.c devopen.c
Log Message:
On netboot specify only FS_OPS(nfs) explicitly for file_system[] fs_ops.
Trying block device fs_ops like ext2fs on netboot could be problematic
on some conditions since not all libsa functions handle errors properly.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/cobalt/stand/boot/conf.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/cobalt/stand/boot/devopen.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