From a59f1c063e8ed95a980d2774030ff4218146b2ca Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 25 Mar 2004 20:36:57 +0000 Subject: [PATCH] Enable splitfs in the Alpha boot loaders. --- sys/boot/alpha/common/conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/alpha/common/conf.c b/sys/boot/alpha/common/conf.c index 26a36f778790..71562b34c158 100644 --- a/sys/boot/alpha/common/conf.c +++ b/sys/boot/alpha/common/conf.c @@ -67,6 +67,7 @@ struct fs_ops *file_system[] = { &nfs_fsops, #endif &gzipfs_fsops, + &splitfs_fsops, NULL };