From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 10:18:32 2003 Return-Path: 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 E4BB137B401 for ; Wed, 13 Aug 2003 10:18:32 -0700 (PDT) Received: from www.mail15.com (www.mail15.com [194.186.131.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id E382643FBD for ; Wed, 13 Aug 2003 10:18:31 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com (adsl-67-114-253-48.dsl.lsan03.pacbell.net [67.114.253.48]) (authenticated bits=0) by www.mail15.com (8.12.9/8.12.6) with ESMTP id h7DHIOLu032676 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 13 Aug 2003 21:18:28 +0400 (MSD) (envelope-from wa1ter@myrealbox.com) Message-ID: <3F3A72C3.1070204@myrealbox.com> Date: Wed, 13 Aug 2003 10:17:55 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5a) Gecko/20030812 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: kernel hangs at serial port during boot (solved) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 17:18:33 -0000 walt wrote: > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > I changed the Plug-n-Play BIOS setting and now it works normally again. I also changed the ACPI-aware-OS BIOS setting to YES and I notice that the acpi.ko module is now loading at boot, which it didn't before. I think this is an old thing that I didn't notice until today, however. What surprised me is that the machine has been working for years with the 'wrong' BIOS setting and just now stopped working. Were there some kernel changes recently which would account for this?