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).
This commit is contained in:
Peter Wemm 2002-07-20 03:46:43 +00:00
parent df0e0b8823
commit 296c758b66
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ struct devsw *devsw[] = {
struct fs_ops *file_system[] = {
&efi_fsops,
&ufs_fsops,
/* &ufs_fsops, */
&nfs_fsops,
&zipfs_fsops,
NULL

View File

@ -60,7 +60,7 @@ struct devsw *devsw[] = {
struct fs_ops *file_system[] = {
&efi_fsops,
&ufs_fsops,
/* &ufs_fsops, */
&nfs_fsops,
&zipfs_fsops,
NULL