From 497bf7e88897236bcf8bf65604948fcb68be896b Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 19 Mar 2002 10:50:41 +0000 Subject: [PATCH] Boot from efifs first. --- sys/boot/efi/loader/conf.c | 2 +- sys/boot/ia64/efi/conf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index a76b119921d3..dea22853bae8 100644 --- a/sys/boot/efi/loader/conf.c +++ b/sys/boot/efi/loader/conf.c @@ -53,8 +53,8 @@ static const char rcsid[] = /* Exported for libstand */ struct devsw *devsw[] = { - &netdev, &efifs_dev, + &netdev, NULL }; diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index a76b119921d3..dea22853bae8 100644 --- a/sys/boot/ia64/efi/conf.c +++ b/sys/boot/ia64/efi/conf.c @@ -53,8 +53,8 @@ static const char rcsid[] = /* Exported for libstand */ struct devsw *devsw[] = { - &netdev, &efifs_dev, + &netdev, NULL };