Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2003 16:30:30 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        Kevin Oberman <oberman@es.net>
Cc:        current@freebsd.org
Subject:   Re: [acpi-jp 2706] Re: Odd ACPI behavior 
Message-ID:  <20030929162952.C78670@root.org>
In-Reply-To: <20030929203636.24DEA5D09@ptavv.es.net>
References:  <20030929203636.24DEA5D09@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 29 Sep 2003, Kevin Oberman wrote:
> > Date: Mon, 29 Sep 2003 13:33:06 -0700 (PDT)
> > From: Nate Lawson <nate@root.org>
> > ACPI attaches the bus twice.  See sys/dev/acpica/acpi.c:
> >
> >     /*
> >      * Scan all of the child devices we have created and let them probe/attach.
> >      */
> >     ACPI_DEBUG_PRINT((ACPI_DB_OBJECTS, "first bus_generic_attach\n"));
> >     bus_generic_attach(bus);
> >
> >     /*
> >      * Some of these children may have attached others as part of their attach
> >      * process (eg. the root PCI bus driver), so rescan.
> >      */
> >     ACPI_DEBUG_PRINT((ACPI_DB_OBJECTS, "second bus_generic_attach\n"));
> >     bus_generic_attach(bus);
>
> 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.

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030929162952.C78670>