Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2004 15:15:35 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Alexandre Sunny Kovalenko <Alex.Kovalenko@verizon.net>
Cc:        current@freebsd.org
Subject:   Re: Undefined symbols in ACPI module
Message-ID:  <20040106151337.K27817@root.org>

next in thread | raw e-mail | index | archive | help
You probably compiled a module with ACPI_DEBUG and then turned that option
off.

   cd /sys/modules/acpi/acpi && make ACPI_DEBUG=1 clean
   cd $KERNCONF/sys/modules/acpi/acpi && make ACPI_DEBUG=1 clean

(KERNCONF is your kernel compile dir).

-Nate



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