aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-07-20 03:46:43 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-07-20 03:46:43 +0000
commit296c758b669d4c41373b4e9fe5bbde620c24697d (patch)
tree2476432e9a75f7f817edaa842e2aad4407710475
parentdf0e0b88239a9fba0427b6cbe2513a17bcb25124 (diff)
Notes
-rw-r--r--sys/boot/efi/loader/conf.c2
-rw-r--r--sys/boot/ia64/efi/conf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c
index dea22853bae8f..ac3041626d72f 100644
--- a/sys/boot/efi/loader/conf.c
+++ b/sys/boot/efi/loader/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
diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c
index dea22853bae8f..ac3041626d72f 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