Date: Tue, 9 Dec 2003 12:09:51 -0800 (PST) From: Nate Lawson <nate@root.org> To: "Robin P. Blanchard" <robin.blanchard@gactr.uga.edu> Cc: current@freebsd.org Subject: RE: ACPI problem Message-ID: <20031209120840.P43181@root.org> In-Reply-To: <EE3D3FBAFFCAED448C21C398FDAD91AC013BDDE0@EBE1.gc.nat> References: <EE3D3FBAFFCAED448C21C398FDAD91AC013BDDE0@EBE1.gc.nat>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031209120840.P43181>