From 296c758b669d4c41373b4e9fe5bbde620c24697d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 20 Jul 2002 03:46:43 +0000 Subject: Disable loader ufs support. It causes the loader to crash on the Itanium2 box that I have. We have no EFI disk drivers yet anyway (maybe that is the problem). --- sys/boot/efi/loader/conf.c | 2 +- sys/boot/ia64/efi/conf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot') 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 -- cgit v1.3