From owner-freebsd-current Mon Feb 3 0:54:20 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F76137B401 for ; Mon, 3 Feb 2003 00:54:19 -0800 (PST) Received: from pakastelohi.cypherpunks.to (pakastelohi.cypherpunks.to [213.130.163.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BAB43F3F for ; Mon, 3 Feb 2003 00:54:18 -0800 (PST) (envelope-from shamrock@cypherpunks.to) Received: from VAIO650 (unknown [208.201.229.160]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pakastelohi.cypherpunks.to (Postfix) with ESMTP id C990736484 for ; Mon, 3 Feb 2003 09:54:10 +0100 (CET) From: "Lucky Green" To: Subject: L440gx+ serial BIOS needs text mode Date: Mon, 3 Feb 2003 00:53:58 -0800 Message-ID: <001301c2cb61$cbd70d90$6601a8c0@VAIO650> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a dual PIII Intel L440gx+ (VA Linux) server. I am running CURRENT cvsupped a few hours ago. This motherboard provides access to the BIOS via sio1. When booting, the serial BIOS shows everything that's happening until the point of booting the kernel (where it seems to switch video modes to have a bright white character set rather than the dull white/grey characters used initially). 1) Is there a way to prevent the FreeBSD kernel from ever switching into this different video mode, thus allowing me to continue to use the built-in serial terminal? The machine is a headless server, I don't care if video works as long as I can pull out a serial terminal. Furthermore, dmesg shows: -------- sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A -------- While Google shows several other users seeing same output, I have been unable to find a post that clearly explained what the cause of this "not in bitmap" error is. While sio1 is used by the serial BIOS and therefore reasonably could be expected to cause some error, sio0 should work just fine. 2) Even if the above errors are harmless, how do I make them go away? TIA, --Lucky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message