mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Now that the console setup is identical to that on other platforms,
we also need to have the right sio(4) flags: sio0: flags=0x10 so that it will be console. sio1: flags=0x80 so that it can be used as debug port.
This commit is contained in:
parent
cb9d2f078d
commit
9faba323b6
1 changed files with 2 additions and 0 deletions
|
|
@ -25,8 +25,10 @@ hint.mcclock.0.port="0x70"
|
|||
hint.sio.0.at="isa"
|
||||
hint.sio.0.port="0x3F8"
|
||||
hint.sio.0.irq="4"
|
||||
hint.sio.0.flags="0x10"
|
||||
hint.sio.1.at="isa"
|
||||
hint.sio.1.port="0x2F8"
|
||||
hint.sio.1.irq="3"
|
||||
hint.sio.1.flags="0x80"
|
||||
hint.ppc.0.at="isa"
|
||||
hint.ppc.0.irq="7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue