diff options
author | peter <peter@FreeBSD.org> | 2002-07-20 03:46:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-20 03:46:43 +0000 |
commit | 4af604d0520417bba59538b8ce875dec93a5e6fb (patch) | |
tree | 2476432e9a75f7f817edaa842e2aad4407710475 /sys | |
parent | 084cc2c622b3b8b4028a02732ddcd16a0beac5ab (diff) | |
download | FreeBSD-src-4af604d0520417bba59538b8ce875dec93a5e6fb.zip FreeBSD-src-4af604d0520417bba59538b8ce875dec93a5e6fb.tar.gz |
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).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/efi/loader/conf.c | 2 | ||||
-rw-r--r-- | sys/boot/ia64/efi/conf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index dea2285..ac30416 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 dea2285..ac30416 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 |