From owner-freebsd-current@FreeBSD.ORG Wed Mar 17 10:18:52 2004 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 4E5FB16A4CE for ; Wed, 17 Mar 2004 10:18:52 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4414743D31 for ; Wed, 17 Mar 2004 10:18:52 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3A17372DD4; Wed, 17 Mar 2004 10:18:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 3749C72DD2; Wed, 17 Mar 2004 10:18:52 -0800 (PST) Date: Wed, 17 Mar 2004 10:18:52 -0800 (PST) From: Doug White To: Martin Blapp In-Reply-To: <20040317125118.C75533@cvs.imp.ch> Message-ID: <20040317101706.E52341@carver.gumbysoft.com> References: <20040317125118.C75533@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Keyboard only useable with IBM I-Series345 if it isdisconnected at boot time. 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, 17 Mar 2004 18:18:52 -0000 On Wed, 17 Mar 2004, Martin Blapp wrote: > With acpi, USB does not work at all, and the normal keyboard only works > if I disconnect it during boot and connect it later. This worked > with earlier ACPI version, so there must be a regression somewhere. I spent some time on this and choked it up to a DSDT bug. There is some really scary stuff involving an enable bit for the LPC bus and the floppy controller in there, and I think the probe order for the ACPI namespace has to probe the floppy first, which we don't do. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org