From fc497a4fc2accacc07b81af1bd635da98ff3dde8 Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 21 Sep 2009 08:17:57 +0000 Subject: Collapase interrupt supporting functions to a new module, and switch from x86emu to this new module. This changeset also brings a fix for bugs introduced with the initial x86emu commit, which prevents the user from using some display mode or cause instant reboots during mode switch. Submitted by: paradox --- sys/conf/files | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/conf/files') diff --git a/sys/conf/files b/sys/conf/files index 2b99879..bdd1854 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2828,6 +2828,8 @@ dev/xen/netfront/netfront.c optional xen | xenhvm dev/xen/xenpci/xenpci.c optional xenpci dev/xen/xenpci/evtchn.c optional xenpci dev/xen/xenpci/machine_reboot.c optional xenpci -contrib/x86emu/x86emu.c optional x86emu | dpms | vesa -contrib/x86emu/x86emu_util.c optional x86emu | dpms | vesa +dev/x86bios/x86bios.c optional x86bios | dpms | vesa +dev/x86bios/x86bios_alloc.c optional x86bios | dpms | vesa +contrib/x86emu/x86emu.c optional x86bios | dpms | vesa +contrib/x86emu/x86emu_util.c optional x86bios | dpms | vesa -- cgit v1.1