summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-07 08:52:53 +0000
committerdfr <dfr@FreeBSD.org>2001-09-07 08:52:53 +0000
commit99af25f895d861fefc2a8ac7e177811be928f3f1 (patch)
tree7cfb4de239649ead9b8c438cc32c4d2222966d26
parentb750cc500ad6f9a9f2613e3047aa3f5b3dea17be (diff)
downloadFreeBSD-src-99af25f895d861fefc2a8ac7e177811be928f3f1.zip
FreeBSD-src-99af25f895d861fefc2a8ac7e177811be928f3f1.tar.gz
Hook up the native EFI filesystem reader.
-rw-r--r--sys/boot/efi/loader/conf.c3
-rw-r--r--sys/boot/ia64/efi/conf.c3
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
OpenPOWER on IntegriCloud