Module Name: src Committed By: pgoyette Date: Thu Mar 4 03:10:18 UTC 2010
Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Replace ACPI_FREE() with AcpiOsFree() so we no longer need to define _COMPONENT (we don't have a bit defined for SMBUS anyway). This was uncovered by turning on ACPI_DEBUG for the i386 ALL kernel config. Reported by Greg Woods on current-users@ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/smbus_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.