From owner-freebsd-current@FreeBSD.ORG Tue Sep 30 00:02:18 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 A3AE016A4B3 for ; Tue, 30 Sep 2003 00:02:18 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F0C44030 for ; Tue, 30 Sep 2003 00:02:17 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id RAA24467; Tue, 30 Sep 2003 17:01:55 +1000 Date: Tue, 30 Sep 2003 17:00:33 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: <20030929162952.C78670@root.org> Message-ID: <20030930164718.O3523@gamplex.bde.org> References: <20030929203636.24DEA5D09@ptavv.es.net> <20030929162952.C78670@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.FreeBSD.org cc: current@freebsd.org Subject: Re: [acpi-jp 2706] Re: Odd ACPI behavior 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: Tue, 30 Sep 2003 07:02:18 -0000 On Mon, 29 Sep 2003, Nate Lawson wrote: > On Mon, 29 Sep 2003, Kevin Oberman wrote: > > > ACPI attaches the bus twice. See sys/dev/acpica/acpi.c: > > > > Thanks. That explains why I get the message twice, but why do I get it > > at all when the device is disabled in the device.hints file? > > Dunno. That's probably an sio(4) problem. It does that on my laptop > also. It would be a layering violation for sio(4) to even look at the disabled flag. However, it has to look at this flag for consoles, since new-bus is is not initialized when consoles are attached. Bruce