Deleted Added
sdiff udiff text old ( 158687 ) new ( 160813 )
full compact
1# $FreeBSD: head/sys/conf/options.i386 158687 2006-05-17 09:33:15Z phk $
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
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 ---