ACPI problem

Nate Lawson nate at root.org
Tue Dec 9 12:09:51 PST 2003


On Tue, 9 Dec 2003, Robin P. Blanchard wrote:
> > 7. Try building the acpi kernel module with options
> > ACPI_DEBUG
>
> I was thinking about your suggestion (above) and was wondering if there were
> a way to automate ACPI_DEBUG (rather than modifying the makefile in the
> module dir itself). Would the following do the trick ?
>
> # fgrep ACPI_DEBUG /etc/make.conf
> COPTFLAGS=-O -pipe -DACPI_DEBUG

That's not the best way.  Here's the quickest way:
  cd /sys/modules/acpi && make clean && make all install ACPI_DEBUG=1

Or, build a kernel with acpi compiled in and add options ACPI_DEBUG to
your kernel config.

-Nate


More information about the freebsd-current mailing list