--- src/sys/i386/acpica/Attic/acpi_machdep.c 2004/05/26 19:10:00 1.4 +++ src/sys/i386/acpica/Attic/acpi_machdep.c 2005/04/11 06:05:53 1.5 @@ -327,6 +327,8 @@ acpi_capm_init(struct acpi_softc *sc) { cdevsw_add(&apm_cdevsw, 0, 0); make_dev(&apm_cdevsw, 0, 0, 5, 0664, "apm"); + make_dev(&apm_cdevsw, 8, 0, 5, 0664, "apm"); + printf("Warning: ACPI is disabling APM's device. You can't run both\n"); } int