Date: Tue, 19 Jul 2005 19:57:34 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: marcolz@ilse.net, jmg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/83671: Can't get comconsole to work properly on Supermicro X5DPR-IG2+/X5DPR-8G2+ Message-ID: <200507191957.j6JJvY3E064992@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: Can't get comconsole to work properly on Supermicro X5DPR-IG2+/X5DPR-8G2+ State-Changed-From-To: open->feedback State-Changed-By: jmg State-Changed-When: Tue Jul 19 19:54:42 GMT 2005 State-Changed-Why: have you tried to add the following commands in loader.conf: hint.sio.0.port="0x2F8" hint.sio.0.irq="3" hint.sio.0.flags="0x0" hint.sio.1.port="0x3F8" hint.sio.1.irq="4" hint.sio.1.flags="0x10" We have similar problems on our consoles, and this gets them both to the same port... though now you have to make sure your second unnamed port is turned on... Our sio dmesg: sio0: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio1: type 16550A, console http://www.freebsd.org/cgi/query-pr.cgi?pr=83671
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507191957.j6JJvY3E064992>