summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-20 03:46:43 +0000
committerpeter <peter@FreeBSD.org>2002-07-20 03:46:43 +0000
commit4af604d0520417bba59538b8ce875dec93a5e6fb (patch)
tree2476432e9a75f7f817edaa842e2aad4407710475 /sys/boot/ia64/efi
parent084cc2c622b3b8b4028a02732ddcd16a0beac5ab (diff)
downloadFreeBSD-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/boot/ia64/efi')
-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 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
OpenPOWER on IntegriCloud