Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/boot Enable ffsv2 in boot.
details: https://anonhg.NetBSD.org/src/rev/8b9cbb08992f
branches: trunk
changeset: 318600:8b9cbb08992f
user: ragge <ragge%NetBSD.org@localhost>
date: Tue May 01 07:03:47 2018 +0000
description:
Enable ffsv2 in boot.
diffstat:
sys/arch/vax/boot/boot/conf.c | 4 ++--
sys/arch/vax/boot/xxboot/bootxx.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 5cfac21f7ccc -r 8b9cbb08992f sys/arch/vax/boot/boot/conf.c
--- a/sys/arch/vax/boot/boot/conf.c Tue May 01 07:03:33 2018 +0000
+++ b/sys/arch/vax/boot/boot/conf.c Tue May 01 07:03:47 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.17 2017/05/22 16:59:32 ragge Exp $ */
+/* $NetBSD: conf.c,v 1.18 2018/05/01 07:03:47 ragge Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -84,7 +84,7 @@
struct fs_ops file_system[] = {
FS_OPS(ffsv1),
- //FS_OPS(ffsv2),
+ FS_OPS(ffsv2),
FS_OPS(nfs),
FS_OPS(cd9660),
FS_OPS(ustarfs),
diff -r 5cfac21f7ccc -r 8b9cbb08992f sys/arch/vax/boot/xxboot/bootxx.c
--- a/sys/arch/vax/boot/xxboot/bootxx.c Tue May 01 07:03:33 2018 +0000
+++ b/sys/arch/vax/boot/xxboot/bootxx.c Tue May 01 07:03:47 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootxx.c,v 1.37 2013/06/28 01:13:40 matt Exp $ */
+/* $NetBSD: bootxx.c,v 1.38 2018/05/01 07:03:47 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -187,7 +187,7 @@
struct fs_ops file_system[] = {
#ifdef NEED_UFS
{ ffsv1_open, 0, ffsv1_read, 0, 0, ffsv1_stat },
- //{ ffsv2_open, 0, ffsv2_read, 0, 0, ffsv2_stat },
+ { ffsv2_open, 0, ffsv2_read, 0, 0, ffsv2_stat },
#endif
#ifdef NEED_CD9660
{ cd9660_open, 0, cd9660_read, 0, 0, cd9660_stat },
Home |
Main Index |
Thread Index |
Old Index