freebsd-nq/sys/dev/acpi
Mike Smith 81a324e8b0 Shut up some debugging messages that appear to have been left on by
default.

Fix the identify/probe/attach cycle somewhat.  Now in acpi_identify we
parse enough of the RSDT/FACP to find the communications port and
interrupt so that we can establish these as resources on the acpi device.

Pass the softc to acpi_queue_event so that it doesn't dereference NULL
when acpi_intr is invoked in the attach routine (because devclass_get_softc
isn't going to work yet).

Account for our allocated resources properly so that we can free them
if required.
2000-09-27 01:40:47 +00:00
..
aml Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE. 2000-09-21 13:01:19 +00:00
acpi_powerres.c Shut up some debugging messages that appear to have been left on by 2000-09-27 01:40:47 +00:00
acpi.c Shut up some debugging messages that appear to have been left on by 2000-09-27 01:40:47 +00:00
acpi.h Shut up some debugging messages that appear to have been left on by 2000-09-27 01:40:47 +00:00