Module Name: src
Committed By: tsutsui
Date: Sun May 3 11:32:04 UTC 2009
Modified Files:
src/sys/arch/hp700/stand/boot: conf.c
Log Message:
Enable support for UFS2 boot. Tested on 735/125.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp700/stand/boot/conf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/stand/boot/conf.c
diff -u src/sys/arch/hp700/stand/boot/conf.c:1.4 src/sys/arch/hp700/stand/boot/conf.c:1.5
--- src/sys/arch/hp700/stand/boot/conf.c:1.4 Sat May 10 19:11:59 2008
+++ src/sys/arch/hp700/stand/boot/conf.c Sun May 3 11:32:04 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.4 2008/05/10 19:11:59 skrll Exp $ */
+/* $NetBSD: conf.c,v 1.5 2009/05/03 11:32:04 tsutsui Exp $ */
/* $OpenBSD: conf.c,v 1.12 2000/05/30 22:02:28 mickey Exp $ */
@@ -43,7 +43,8 @@
struct fs_ops file_system[] = {
FS_OPS(lif),
- FS_OPS(ufs),
+ FS_OPS(ffsv1),
+ FS_OPS(ffsv2),
FS_OPS(cd9660),
};
int nfsys = NENTS(file_system);