On Mon, 29 Sep 2003, Kevin Oberman wrote: > > Date: Mon, 29 Sep 2003 13:33:06 -0700 (PDT) > > From: Nate Lawson <nate_at_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. -NateReceived on Mon Sep 29 2003 - 14:30:29 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:24 UTC