summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/common
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-04-29 20:49:33 +0000
committerjlemon <jlemon@FreeBSD.org>2000-04-29 20:49:33 +0000
commitc1672ab1ede5b120876596cd10edce25d5d69adc (patch)
tree0a622b9799ca049338205ee613c53d498728ed74 /sys/boot/alpha/common
parent9f5d586c97f0c69480f51fa40d06e6720f36dd6d (diff)
downloadFreeBSD-src-c1672ab1ede5b120876596cd10edce25d5d69adc.zip
FreeBSD-src-c1672ab1ede5b120876596cd10edce25d5d69adc.tar.gz
Teach the loader about the ext2fs filesystem, extended partitions, and
the new readdir function.
Diffstat (limited to 'sys/boot/alpha/common')
-rw-r--r--sys/boot/alpha/common/conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/alpha/common/conf.c b/sys/boot/alpha/common/conf.c
index d243399..5f2f519 100644
--- a/sys/boot/alpha/common/conf.c
+++ b/sys/boot/alpha/common/conf.c
@@ -59,6 +59,9 @@ struct fs_ops *file_system[] = {
#ifdef LOADER_CDROM_SUPPORT
&cd9660_fsops,
#endif
+#ifdef LOADER_EXT2FS_SUPPORT
+ &ext2fs_fsops,
+#endif
#ifdef LOADER_NET_SUPPORT
&nfs_fsops,
#endif
OpenPOWER on IntegriCloud