Include the ffsv2 filesystem ops. Necessary but not sufficient for booting

from an FFSv2 filesystem. Similar change tested on NetBSD-3
This commit is contained in:
abs 2005-08-20 20:09:25 +00:00
parent cd1cc7810a
commit 60d651f649
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: filesystem.c,v 1.10 2005/06/23 19:44:00 junyoung Exp $ */
/* $NetBSD: filesystem.c,v 1.11 2005/08/20 20:09:25 abs Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
@ -41,6 +41,7 @@
struct fs_ops file_system[] = {
FS_OPS(ustarfs), /* this can work from tape, so put it first */
FS_OPS(ffsv2),
FS_OPS(ufs),
FS_OPS(cd9660),
FS_OPS(lfsv1),