Merge pull request #3706 from yishayv/plip_fix
Init LPT before Network to fix PLIP mode.
This commit is contained in:
@@ -1071,11 +1071,13 @@ pc_reset_hard_init(void)
|
|||||||
/* Reset and reconfigure the Sound Card layer. */
|
/* Reset and reconfigure the Sound Card layer. */
|
||||||
sound_card_reset();
|
sound_card_reset();
|
||||||
|
|
||||||
|
/* Initialize parallel devices. */
|
||||||
|
/* note: PLIP LPT side has to be initialized before the network side */
|
||||||
|
lpt_devices_init();
|
||||||
|
|
||||||
/* Reset and reconfigure the Network Card layer. */
|
/* Reset and reconfigure the Network Card layer. */
|
||||||
network_reset();
|
network_reset();
|
||||||
|
|
||||||
lpt_devices_init();
|
|
||||||
|
|
||||||
/* Reset and reconfigure the serial ports. */
|
/* Reset and reconfigure the serial ports. */
|
||||||
serial_standalone_init();
|
serial_standalone_init();
|
||||||
serial_passthrough_init();
|
serial_passthrough_init();
|
||||||
|
Reference in New Issue
Block a user