diff options
-rw-r--r-- | sys/boot/efi/loader/conf.c | 3 | ||||
-rw-r--r-- | sys/boot/ia64/efi/conf.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index b7f581f..125ccde 100644 --- a/sys/boot/efi/loader/conf.c +++ b/sys/boot/efi/loader/conf.c @@ -53,11 +53,12 @@ static const char rcsid[] = /* Exported for libstand */ struct devsw *devsw[] = { -/* &efi_disk, */ + &efifs_dev, NULL }; struct fs_ops *file_system[] = { + &efi_fsops, &ufs_fsops, &zipfs_fsops, NULL diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index b7f581f..125ccde 100644 --- a/sys/boot/ia64/efi/conf.c +++ b/sys/boot/ia64/efi/conf.c @@ -53,11 +53,12 @@ static const char rcsid[] = /* Exported for libstand */ struct devsw *devsw[] = { -/* &efi_disk, */ + &efifs_dev, NULL }; struct fs_ops *file_system[] = { + &efi_fsops, &ufs_fsops, &zipfs_fsops, NULL |