diff options
Diffstat (limited to 'sys/boot/efi/loader/conf.c')
-rw-r--r-- | sys/boot/efi/loader/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index a76b119..dea2285 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 }; |