Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/boot Add ustarfs support.
details: https://anonhg.NetBSD.org/src/rev/578e1922c5f2
branches: trunk
changeset: 515559:578e1922c5f2
user: minoura <minoura%NetBSD.org@localhost>
date: Fri Sep 28 15:20:00 2001 +0000
description:
Add ustarfs support.
diffstat:
sys/arch/x68k/stand/boot/conf.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 72511ca5e987 -r 578e1922c5f2 sys/arch/x68k/stand/boot/conf.c
--- a/sys/arch/x68k/stand/boot/conf.c Fri Sep 28 15:19:33 2001 +0000
+++ b/sys/arch/x68k/stand/boot/conf.c Fri Sep 28 15:20:00 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.1 2001/09/27 10:14:49 minoura Exp $ */
+/* $NetBSD: conf.c,v 1.2 2001/09/28 15:20:00 minoura Exp $ */
/*
* Copyright (c) 2001 Minoura Makoto
@@ -31,6 +31,7 @@
#include <lib/libsa/ufs.h>
#include <lib/libsa/lfs.h>
#include <lib/libsa/cd9660.h>
+#include <lib/libsa/ustarfs.h>
#include "libx68k.h"
@@ -57,6 +58,8 @@
lfs_stat },
{ cd9660_open, cd9660_close, cd9660_read, cd9660_write, cd9660_seek,
cd9660_stat },
+ { ustarfs_open, ustarfs_close, ustarfs_read, ustarfs_write, ustarfs_seek,
+ ustarfs_stat },
};
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
Home |
Main Index |
Thread Index |
Old Index