summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-03-25 20:36:57 +0000
committerjhb <jhb@FreeBSD.org>2004-03-25 20:36:57 +0000
commit00ea003e16ce8e592c79a9b1f60823a691b58f1f (patch)
tree29943e26347d5ed0762a0f9d63f39ad1a26069ab /sys/boot
parent218baaaa7ee1edd240d75b8ec5926d0fbd0cbcd2 (diff)
downloadFreeBSD-src-00ea003e16ce8e592c79a9b1f60823a691b58f1f.zip
FreeBSD-src-00ea003e16ce8e592c79a9b1f60823a691b58f1f.tar.gz
Enable splitfs in the Alpha boot loaders.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/common/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/common/conf.c b/sys/boot/alpha/common/conf.c
index 26a36f7..71562b3 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
};
OpenPOWER on IntegriCloud