Remove leftover from r282269.
MFC after: 2 weeks X-MFC with: r282269
This commit is contained in:
parent
bee68e9400
commit
59023e6ce2
@ -514,10 +514,10 @@ compat/ndis/winx64_wrap.S optional ndisapi pci
|
|||||||
libkern/memmove.c standard
|
libkern/memmove.c standard
|
||||||
libkern/memset.c standard
|
libkern/memset.c standard
|
||||||
#
|
#
|
||||||
# x86 real mode BIOS emulator, required by atkbdc/dpms/pci/vesa
|
# x86 real mode BIOS emulator, required by dpms/pci/vesa
|
||||||
#
|
#
|
||||||
compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | pci | vesa
|
compat/x86bios/x86bios.c optional x86bios | dpms | pci | vesa
|
||||||
contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | pci | vesa
|
contrib/x86emu/x86emu.c optional x86bios | dpms | pci | vesa
|
||||||
#
|
#
|
||||||
# bvm console
|
# bvm console
|
||||||
#
|
#
|
||||||
|
@ -525,9 +525,9 @@ i386/xbox/xboxfb.c optional xboxfb
|
|||||||
dev/fb/boot_font.c optional xboxfb
|
dev/fb/boot_font.c optional xboxfb
|
||||||
i386/xbox/pic16l.s optional xbox
|
i386/xbox/pic16l.s optional xbox
|
||||||
#
|
#
|
||||||
# x86 real mode BIOS support, required by atkbdc/dpms/pci/vesa
|
# x86 real mode BIOS support, required by dpms/pci/vesa
|
||||||
#
|
#
|
||||||
compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | pci | vesa
|
compat/x86bios/x86bios.c optional x86bios | dpms | pci | vesa
|
||||||
#
|
#
|
||||||
# bvm console
|
# bvm console
|
||||||
#
|
#
|
||||||
|
@ -44,17 +44,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <machine/bus.h>
|
#include <machine/bus.h>
|
||||||
#include <machine/resource.h>
|
#include <machine/resource.h>
|
||||||
|
|
||||||
#if defined(__i386__) || defined(__amd64__)
|
|
||||||
#include <machine/md_var.h>
|
|
||||||
#include <machine/psl.h>
|
|
||||||
|
|
||||||
#include <vm/vm.h>
|
|
||||||
#include <vm/pmap.h>
|
|
||||||
#include <vm/vm_param.h>
|
|
||||||
|
|
||||||
#include <isa/isareg.h>
|
|
||||||
#endif /* __i386__ || __amd64__ */
|
|
||||||
|
|
||||||
#include <sys/kbio.h>
|
#include <sys/kbio.h>
|
||||||
#include <dev/kbd/kbdreg.h>
|
#include <dev/kbd/kbdreg.h>
|
||||||
#include <dev/atkbdc/atkbdreg.h>
|
#include <dev/atkbdc/atkbdreg.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user