Support ustarfs for floppy-disk.
This commit is contained in:
parent
c605cde63a
commit
1b489faed2
|
@ -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),
|
||||
};
|
||||
|
||||
|
|
|
@ -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 @@ $NetBSD: version,v 1.10 2010/10/14 06:58:22 kiyohara Exp $
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue