mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Boot from efifs first.
This commit is contained in:
parent
9b6a75edb3
commit
436122c232
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92657
@ -53,8 +53,8 @@ static const char rcsid[] =
|
||||
|
||||
/* Exported for libstand */
|
||||
struct devsw *devsw[] = {
|
||||
&netdev,
|
||||
&efifs_dev,
|
||||
&netdev,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@ -53,8 +53,8 @@ static const char rcsid[] =
|
||||
|
||||
/* Exported for libstand */
|
||||
struct devsw *devsw[] = {
|
||||
&netdev,
|
||||
&efifs_dev,
|
||||
&netdev,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user