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:
parent
52499d1739
commit
519346ce8c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user