CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/08/11 15:22:44
Modified files: sys/arch/i386/i386: acpi_machdep.c sys/arch/i386/include: cpu.h sys/arch/i386/isa: clock.c sys/arch/amd64/amd64: acpi_machdep.c sys/arch/amd64/include: cpu.h sys/arch/amd64/isa: clock.c Log message: Disable the RTC the periodic interrupt. Leaving it enabled causes the Dell Inspirion 4150 to wake up immediately even though RTC_EN isn't set in the PM1 Enable register. ok deraadt@, mlarkin@