From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 08:03:51 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 6874F37B401 for ; Wed, 13 Aug 2003 08:03:51 -0700 (PDT) Received: from www.mail15.com (www.mail15.com [194.186.131.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E7043FBF for ; Wed, 13 Aug 2003 08:03:50 -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 h7DF3hLu026392 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 13 Aug 2003 19:03:47 +0400 (MSD) (envelope-from wa1ter@myrealbox.com) Message-ID: <3F3A6159.20402@myrealbox.com> Date: Wed, 13 Aug 2003 09:03:37 -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: kernel hangs at serial port during boot 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 15:03:51 -0000 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 The previous kernel compiled on July 22 worked fine and I've made no changes to the kernel configuration. I'm using the standard GENERIC.hints files copied to /boot/device.hints, and the previous kernel used irq 4 for the same device with no complaints. I have different machine running today's current kernel which is perfectly happy with the serial ports so there must be something funky about this machine, but I don't know what. Hmm. I see that my working machine prints this dmesg: "sio0 port 0x3f8-0x3ff irq 4 on acpi0" so perhaps the difference in machines has something to do with acpi? Anyone else seeing this?