CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2009/06/07 10:58:28
Modified files: sys/arch/i386/i386: acpi_machdep.c Log message: We weren't including isa.h and therefore missing the NISA #define. This caused the PIC to not be initialized on resume, which caused much badness - things attached to the ISA bus weren't getting any interupts (for example, keyboards). Also move around some of the lapic reinit code to handle some clock initialization bits we weren't doing before. Worked out by deraadt and myself. ok deraadt@