CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/07/30 08:19:12
Modified files: sys/arch/i386/i386: apm.c cpu.c hibernate_machdep.c i686_mem.c ipifuncs.c k6_mem.c lapic.c longrun.c machdep.c powernow-k7.c sys/arch/i386/include: cpufunc.h sys/arch/i386/isa: clock.c joy.c npx.c sys/arch/i386/pci: elan520.c sys/dev/isa : gus.c Log message: Use the MI interrupt enable/distable API instead of the MD one on i386 and remove the MD API. ok deraadt@