Make the second serial port available for general use by default.

We've been talking about this for years, but nobody has done it.
(and I don't think anybody has used this for debugging since Doug
and I were doing the initial bootstrapping..)
This commit is contained in:
Andrew Gallatin 2002-10-30 01:34:41 +00:00
parent 8a7562d079
commit 206f3c68cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106178

View File

@ -21,6 +21,5 @@ hint.sio.0.irq="4"
hint.sio.1.at="isa"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
hint.sio.1.flags="0x50"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"