From 436122c232977b98699bcb59b1fb3e3dd19129e6 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 19 Mar 2002 10:50:41 +0000 Subject: 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(-) (limited to 'sys') diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index a76b119921d3f..dea22853bae8f 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 a76b119921d3f..dea22853bae8f 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 }; -- cgit v1.3