From 99af25f895d861fefc2a8ac7e177811be928f3f1 Mon Sep 17 00:00:00 2001 From: dfr Date: Fri, 7 Sep 2001 08:52:53 +0000 Subject: Hook up the native EFI filesystem reader. --- sys/boot/efi/loader/conf.c | 3 ++- sys/boot/ia64/efi/conf.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys') 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 -- cgit v1.1