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 2002-07-20 03:46:43 +00:00
parent 084cc2c622
commit 4af604d052
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