Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/bebox/stand/boot Support ustarfs for floppy-disk.



details:   https://anonhg.NetBSD.org/src/rev/3c06bae2793f
branches:  trunk
changeset: 758098:3c06bae2793f
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Oct 18 17:56:40 2010 +0000

description:
Support ustarfs for floppy-disk.

diffstat:

 sys/arch/bebox/stand/boot/filesystem.c |  4 +++-
 sys/arch/bebox/stand/boot/version      |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 09ee6383b036 -r 3c06bae2793f sys/arch/bebox/stand/boot/filesystem.c
--- a/sys/arch/bebox/stand/boot/filesystem.c    Mon Oct 18 16:36:11 2010 +0000
+++ b/sys/arch/bebox/stand/boot/filesystem.c    Mon Oct 18 17:56:40 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: filesystem.c,v 1.8 2010/10/14 06:50:44 kiyohara Exp $  */
+/*     $NetBSD: filesystem.c,v 1.9 2010/10/18 17:56:40 kiyohara Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -30,11 +30,13 @@
  */
 
 #include <lib/libsa/stand.h>
+#include <lib/libsa/ustarfs.h>
 #include <ufs.h>
 
 struct fs_ops file_system[] = {
        FS_OPS(ffsv1),
        FS_OPS(ffsv2),
+       FS_OPS(ustarfs),
        FS_OPS(null),
 };
 
diff -r 09ee6383b036 -r 3c06bae2793f sys/arch/bebox/stand/boot/version
--- a/sys/arch/bebox/stand/boot/version Mon Oct 18 16:36:11 2010 +0000
+++ b/sys/arch/bebox/stand/boot/version Mon Oct 18 17:56:40 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.10 2010/10/14 06:58:22 kiyohara Exp $
+$NetBSD: version,v 1.11 2010/10/18 17:56:40 kiyohara Exp $
 
 1.1:           Boot program for BeBox; initial revision
 1.2:           check BUS FREQ, add clock information
@@ -11,3 +11,4 @@
 1.7:           Support kernel load from IDE HDD with onboard wdc.
 1.8:           Support kernel load from SCSI HDD with onboard siop.
                (EXPERIMENTAL)
+1.9:           Support ustarfs for floppy.



Home | Main Index | Thread Index | Old Index