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 };