Support serial UART without FIFO. Patch from EluanCM.
This commit is contained in:
parent
1181b13c2d
commit
dcf354688d
6 changed files with 24 additions and 20 deletions
|
|
@ -68,7 +68,7 @@ void ps2_write(uint16_t port, uint8_t val, void *p)
|
|||
case 0x102:
|
||||
lpt1_remove();
|
||||
if (val & 0x04)
|
||||
serial1_init(0x3f8, 4);
|
||||
serial1_init(0x3f8, 4, 1);
|
||||
else
|
||||
serial1_remove();
|
||||
if (val & 0x10)
|
||||
|
|
|
|||
Loading…
Reference in a new issue