mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Revert r335276
This was causing issues for people booting. I will likely bring this back as an optional feature, similar to boot0sio, like gptboot-serial or something. PR: 221526 Reported by: O. Hartmann <ohartmann@walstatt.org>, Thomas Laus <lausts@acm.org>
This commit is contained in:
parent
a3552326dc
commit
ec82884e87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335398
@ -285,16 +285,6 @@ main(void)
|
||||
bootinfo.bi_memsizes_valid++;
|
||||
bootinfo.bi_bios_dev = dsk.drive;
|
||||
|
||||
/*
|
||||
* Initialize the serial console early with a modern default of 115200.
|
||||
* Later, we'll read PATH_DOTCONFIG and reconfigure serial according
|
||||
* to the configuration provided.
|
||||
*/
|
||||
opts = OPT_SET(RBX_DUAL);
|
||||
ioctrl = (IO_SERIAL|IO_KEYBOARD);
|
||||
if (sio_init(115200) != 0)
|
||||
ioctrl &= ~IO_SERIAL;
|
||||
|
||||
#ifdef LOADER_GELI_SUPPORT
|
||||
geli_init();
|
||||
#endif
|
||||
|
@ -693,16 +693,6 @@ main(void)
|
||||
}
|
||||
setheap(heap_next, heap_end);
|
||||
|
||||
/*
|
||||
* Initialize the serial console early with a modern default of 115200.
|
||||
* Later, we'll read PATH_DOTCONFIG and reconfigure serial according
|
||||
* to the configuration provided.
|
||||
*/
|
||||
opts = OPT_SET(RBX_DUAL);
|
||||
ioctrl = (IO_SERIAL|IO_KEYBOARD);
|
||||
if (sio_init(115200) != 0)
|
||||
ioctrl &= ~IO_SERIAL;
|
||||
|
||||
dsk = malloc(sizeof(struct dsk));
|
||||
dsk->drive = *(uint8_t *)PTOV(ARGS);
|
||||
dsk->type = dsk->drive & DRV_HARD ? TYPE_AD : TYPE_FD;
|
||||
|
Loading…
Reference in New Issue
Block a user