aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/efi/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c
index dea22853bae8..ac3041626d72 100644
--- a/sys/boot/ia64/efi/conf.c
+++ b/sys/boot/ia64/efi/conf.c
@@ -60,7 +60,7 @@ struct devsw *devsw[] = {
struct fs_ops *file_system[] = {
&efi_fsops,
- &ufs_fsops,
+/* &ufs_fsops, */
&nfs_fsops,
&zipfs_fsops,
NULL