Disconnect EFI HTTP support

The EFI HTTP code has been causing boot failures for people, so disable it
while a fix is being worked on.
This commit is contained in:
Rebecca Cran 2019-06-25 21:26:57 +00:00
parent 52499d1739
commit 519346ce8c

View File

@ -39,7 +39,6 @@ struct devsw *devsw[] = {
&efipart_fddev,
&efipart_cddev,
&efipart_hddev,
&efihttp_dev, /* ordering with efinet_dev matters */
&efinet_dev,
&vdisk_dev,
#ifdef EFI_ZFS_BOOT
@ -55,7 +54,6 @@ struct fs_ops *file_system[] = {
&dosfs_fsops,
&ufs_fsops,
&cd9660_fsops,
&efihttp_fsops,
&tftp_fsops,
&nfs_fsops,
&gzipfs_fsops,