diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-09-07 08:52:53 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-09-07 08:52:53 +0000 |
| commit | 96bf6ac71eec12c18b503b4539b59f473807fe25 (patch) | |
| tree | 7cfb4de239649ead9b8c438cc32c4d2222966d26 | |
| parent | fc2b065c4133bcb4e38cea74eac818c918b3a88b (diff) | |
Notes
| -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 b7f581fb993e..125ccde28287 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 b7f581fb993e..125ccde28287 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 |
