Deleted Added
full compact
options.i386 (158687) options.i386 (160813)
1# $FreeBSD: head/sys/conf/options.i386 158687 2006-05-17 09:33:15Z phk $
1# $FreeBSD: head/sys/conf/options.i386 160813 2006-07-29 18:38:54Z marcel $
2# Options specific to the i386 platform kernels
3
4AUTO_EOI_1 opt_auto_eoi.h
5AUTO_EOI_2 opt_auto_eoi.h
6BROKEN_KEYBOARD_RESET opt_reset.h
7COUNT_XINVLTLB_HITS opt_smp.h
8COUNT_IPIS opt_smp.h
9DISABLE_PG_G opt_pmap.h

--- 60 unchanged lines hidden (view full) ---

70NO_F00F_HACK opt_cpu.h
71NO_MEMORY_HOLE opt_cpu.h
72
73# The CPU type affects the endian conversion functions all over the kernel.
74I486_CPU opt_global.h
75I586_CPU opt_global.h
76I686_CPU opt_global.h
77
2# Options specific to the i386 platform kernels
3
4AUTO_EOI_1 opt_auto_eoi.h
5AUTO_EOI_2 opt_auto_eoi.h
6BROKEN_KEYBOARD_RESET opt_reset.h
7COUNT_XINVLTLB_HITS opt_smp.h
8COUNT_IPIS opt_smp.h
9DISABLE_PG_G opt_pmap.h

--- 60 unchanged lines hidden (view full) ---

70NO_F00F_HACK opt_cpu.h
71NO_MEMORY_HOLE opt_cpu.h
72
73# The CPU type affects the endian conversion functions all over the kernel.
74I486_CPU opt_global.h
75I586_CPU opt_global.h
76I686_CPU opt_global.h
77
78# options for serial support
79COM_ESP opt_sio.h
80COM_MULTIPORT opt_sio.h
81CONSPEED opt_sio.h
82GDBSPEED opt_sio.h
83
78VGA_ALT_SEQACCESS opt_vga.h
79VGA_DEBUG opt_vga.h
80VGA_NO_FONT_LOADING opt_vga.h
81VGA_NO_MODE_CHANGE opt_vga.h
82VGA_SLOW_IOACCESS opt_vga.h
83VGA_WIDTH90 opt_vga.h
84
85VESA

--- 61 unchanged lines hidden ---
84VGA_ALT_SEQACCESS opt_vga.h
85VGA_DEBUG opt_vga.h
86VGA_NO_FONT_LOADING opt_vga.h
87VGA_NO_MODE_CHANGE opt_vga.h
88VGA_SLOW_IOACCESS opt_vga.h
89VGA_WIDTH90 opt_vga.h
90
91VESA

--- 61 unchanged lines hidden ---