The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/conf/options.i386

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$
    2 # Options specific to the i386 platform kernels
    3 
    4 AUTO_EOI_1              opt_auto_eoi.h
    5 AUTO_EOI_2              opt_auto_eoi.h
    6 BROKEN_KEYBOARD_RESET   opt_reset.h
    7 COUNT_XINVLTLB_HITS     opt_smp.h
    8 COUNT_IPIS              opt_smp.h
    9 DISABLE_PG_G            opt_pmap.h
   10 DISABLE_PSE             opt_pmap.h
   11 I586_PMC_GUPROF         opt_i586_guprof.h
   12 MAXMEM
   13 MPTABLE_FORCE_HTT
   14 MP_WATCHDOG
   15 PERFMON
   16 PMAP_SHPGPERPROC        opt_pmap.h
   17 POWERFAIL_NMI           opt_trap.h
   18 
   19 # Options for emulators.  These should only be used at config time, so
   20 # they are handled like options for static filesystems
   21 # (see src/sys/conf/options), except for broken debugging options.
   22 COMPAT_AOUT             opt_dontuse.h
   23 IBCS2                   opt_dontuse.h
   24 COMPAT_LINUX            opt_dontuse.h
   25 COMPAT_SVR4             opt_dontuse.h
   26 DEBUG_SVR4              opt_svr4.h
   27 LINPROCFS               opt_dontuse.h
   28 LINSYSFS                opt_dontuse.h
   29 NDISAPI                 opt_dontuse.h
   30 PECOFF_DEBUG            opt_pecoff.h
   31 PECOFF_SUPPORT          opt_dontuse.h
   32 
   33 # Change KVM size.  Changes things all over the kernel.
   34 KVA_PAGES               opt_global.h
   35 
   36 # Physical address extensions and support for >4G ram.  As above.
   37 PAE                     opt_global.h
   38 
   39 CLK_CALIBRATION_LOOP            opt_clock.h
   40 CLK_USE_I8254_CALIBRATION       opt_clock.h
   41 TIMER_FREQ                      opt_clock.h
   42 
   43 CPU_ATHLON_SSE_HACK             opt_cpu.h
   44 CPU_BLUELIGHTNING_3X            opt_cpu.h
   45 CPU_BLUELIGHTNING_FPU_OP_CACHE  opt_cpu.h
   46 CPU_BTB_EN                      opt_cpu.h
   47 CPU_CYRIX_NO_LOCK               opt_cpu.h
   48 CPU_DIRECT_MAPPED_CACHE         opt_cpu.h
   49 CPU_DISABLE_5X86_LSSER          opt_cpu.h
   50 CPU_DISABLE_CMPXCHG             opt_global.h    # XXX global, unlike other CPU_*
   51 CPU_DISABLE_SSE                 opt_cpu.h
   52 CPU_ELAN                        opt_cpu.h
   53 CPU_ELAN_PPS                    opt_cpu.h
   54 CPU_ELAN_XTAL                   opt_cpu.h
   55 CPU_ENABLE_LONGRUN              opt_cpu.h
   56 CPU_FASTER_5X86_FPU             opt_cpu.h
   57 CPU_GEODE                       opt_cpu.h
   58 CPU_I486_ON_386                 opt_cpu.h
   59 CPU_IORT                        opt_cpu.h
   60 CPU_L2_LATENCY                  opt_cpu.h
   61 CPU_LOOP_EN                     opt_cpu.h
   62 CPU_PPRO2CELERON                opt_cpu.h
   63 CPU_RSTK_EN                     opt_cpu.h
   64 CPU_SOEKRIS                     opt_cpu.h
   65 CPU_SUSP_HLT                    opt_cpu.h
   66 CPU_UPGRADE_HW_CACHE            opt_cpu.h
   67 CPU_WT_ALLOC                    opt_cpu.h
   68 CYRIX_CACHE_REALLY_WORKS        opt_cpu.h
   69 CYRIX_CACHE_WORKS               opt_cpu.h
   70 NO_F00F_HACK                    opt_cpu.h
   71 NO_MEMORY_HOLE                  opt_cpu.h
   72 
   73 # The CPU type affects the endian conversion functions all over the kernel.
   74 I486_CPU                opt_global.h
   75 I586_CPU                opt_global.h
   76 I686_CPU                opt_global.h
   77 
   78 # options for serial support
   79 COM_ESP                 opt_sio.h
   80 COM_MULTIPORT           opt_sio.h
   81 CONSPEED                opt_sio.h
   82 GDBSPEED                opt_sio.h
   83 
   84 VGA_ALT_SEQACCESS       opt_vga.h
   85 VGA_DEBUG               opt_vga.h
   86 VGA_NO_FONT_LOADING     opt_vga.h
   87 VGA_NO_MODE_CHANGE      opt_vga.h
   88 VGA_SLOW_IOACCESS       opt_vga.h
   89 VGA_WIDTH90             opt_vga.h
   90 
   91 VESA
   92 VESA_DEBUG              opt_vesa.h
   93 
   94 PSM_DEBUG               opt_psm.h
   95 PSM_HOOKRESUME          opt_psm.h
   96 PSM_RESETAFTERSUSPEND   opt_psm.h
   97 
   98 ATKBD_DFLT_KEYMAP       opt_atkbd.h
   99 
  100 # Video spigot
  101 SPIGOT_UNSECURE         opt_spigot.h
  102 
  103 # Enables NETGRAPH support for Cronyx adapters
  104 NETGRAPH_CRONYX         opt_ng_cronyx.h
  105 
  106 # -------------------------------
  107 # isdn4bsd: passive ISA cards
  108 # -------------------------------
  109 TEL_S0_8                opt_i4b.h
  110 TEL_S0_16               opt_i4b.h
  111 TEL_S0_16_3             opt_i4b.h
  112 AVM_A1                  opt_i4b.h
  113 USR_STI                 opt_i4b.h
  114 ITKIX1                  opt_i4b.h
  115 ELSA_PCC16              opt_i4b.h
  116 # -------------------------------
  117 # isdn4bsd: passive ISA PnP cards
  118 # -------------------------------
  119 CRTX_S0_P               opt_i4b.h
  120 DRN_NGO                 opt_i4b.h
  121 TEL_S0_16_3_P           opt_i4b.h
  122 SEDLBAUER               opt_i4b.h
  123 DYNALINK                opt_i4b.h
  124 ASUSCOM_IPAC            opt_i4b.h
  125 ELSA_QS1ISA             opt_i4b.h
  126 SIEMENS_ISURF2          opt_i4b.h
  127 EICON_DIVA              opt_i4b.h
  128 COMPAQ_M610             opt_i4b.h
  129 # -------------------------------
  130 # isdn4bsd: passive PCI cards
  131 # -------------------------------
  132 ELSA_QS1PCI             opt_i4b.h
  133 # -------------------------------
  134 # isdn4bsd: misc options
  135 # -------------------------------
  136 # temporary workaround for SMP machines
  137 I4B_SMP_WORKAROUND      opt_i4b.h
  138 # enable VJ compression code for ipr i/f
  139 #XXXBZ#IPR_VJ                   opt_i4b.h
  140 #XXXBZ#IPR_LOG                  opt_i4b.h
  141 
  142 # Device options
  143 DEV_APIC                opt_apic.h
  144 DEV_NPX                 opt_npx.h
  145 ASR_COMPAT              opt_asr.h
  146 
  147 # Debugging
  148 NPX_DEBUG               opt_npx.h
  149 STOP_NMI                opt_cpu.h
  150 
  151 # BPF just-in-time compiler
  152 BPF_JITTER              opt_bpf.h

Cache object: 49527fb65f89a206f8dea60f2989e825


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.