Fixes to Network layer code.

This commit is contained in:
waltje
2017-05-12 17:33:28 -04:00
parent f68965eb7f
commit bce795b632
7 changed files with 80 additions and 105 deletions

View File

@@ -475,6 +475,7 @@ void resetpchard(void)
model_init();
video_init();
speaker_init();
network_reset();
ide_ter_disable();
ide_qua_disable();
@@ -497,7 +498,6 @@ void resetpchard(void)
}
}
network_reset();
resetide();
scsi_card_init();