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: releng/6.3/sys/conf/options.i386 173886 2007-11-24 19:45:58Z cvs2svn $
    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 DISABLE_PG_G            opt_pmap.h
    8 DISABLE_PSE             opt_pmap.h
    9 I586_PMC_GUPROF         opt_i586_guprof.h
   10 MAXMEM
   11 MPTABLE_FORCE_HTT
   12 PERFMON
   13 PMAP_SHPGPERPROC        opt_pmap.h
   14 POWERFAIL_NMI           opt_trap.h
   15 PPC_DEBUG               opt_ppc.h
   16 PPC_PROBE_CHIPSET       opt_ppc.h
   17 MP_WATCHDOG             opt_mp_watchdog.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 NDISAPI                 opt_dontuse.h
   28 PECOFF_DEBUG            opt_pecoff.h
   29 PECOFF_SUPPORT          opt_dontuse.h
   30 
   31 # Change KVM size.  Changes things all over the kernel.
   32 KVA_PAGES               opt_global.h
   33 
   34 # Physical address extensions and support for >4G ram.  As above.
   35 PAE                     opt_global.h
   36 
   37 CLK_CALIBRATION_LOOP            opt_clock.h
   38 CLK_USE_I8254_CALIBRATION       opt_clock.h
   39 TIMER_FREQ                      opt_clock.h
   40 
   41 CPU_ATHLON_SSE_HACK             opt_cpu.h
   42 CPU_BLUELIGHTNING_3X            opt_cpu.h
   43 CPU_BLUELIGHTNING_FPU_OP_CACHE  opt_cpu.h
   44 CPU_BTB_EN                      opt_cpu.h
   45 CPU_CYRIX_NO_LOCK               opt_cpu.h
   46 CPU_DIRECT_MAPPED_CACHE         opt_cpu.h
   47 CPU_DISABLE_5X86_LSSER          opt_cpu.h
   48 CPU_DISABLE_CMPXCHG             opt_global.h    # XXX global, unlike other CPU_*
   49 CPU_DISABLE_SSE                 opt_cpu.h
   50 CPU_ELAN                        opt_cpu.h
   51 CPU_ELAN_PPS                    opt_cpu.h
   52 CPU_ELAN_XTAL                   opt_cpu.h
   53 CPU_ENABLE_LONGRUN              opt_cpu.h
   54 CPU_FASTER_5X86_FPU             opt_cpu.h
   55 CPU_GEODE                       opt_cpu.h
   56 CPU_I486_ON_386                 opt_cpu.h
   57 CPU_IORT                        opt_cpu.h
   58 CPU_L2_LATENCY                  opt_cpu.h
   59 CPU_LOOP_EN                     opt_cpu.h
   60 CPU_PPRO2CELERON                opt_cpu.h
   61 CPU_RSTK_EN                     opt_cpu.h
   62 CPU_SOEKRIS                     opt_cpu.h
   63 CPU_SUSP_HLT                    opt_cpu.h
   64 CPU_UPGRADE_HW_CACHE            opt_cpu.h
   65 CPU_WT_ALLOC                    opt_cpu.h
   66 CYRIX_CACHE_REALLY_WORKS        opt_cpu.h
   67 CYRIX_CACHE_WORKS               opt_cpu.h
   68 NO_F00F_HACK                    opt_cpu.h
   69 NO_MEMORY_HOLE                  opt_cpu.h
   70 
   71 # The CPU type affects the endian conversion functions all over the kernel.
   72 I486_CPU                opt_global.h
   73 I586_CPU                opt_global.h
   74 I686_CPU                opt_global.h
   75 
   76 VGA_ALT_SEQACCESS       opt_vga.h
   77 VGA_DEBUG               opt_vga.h
   78 VGA_NO_FONT_LOADING     opt_vga.h
   79 VGA_NO_MODE_CHANGE      opt_vga.h
   80 VGA_SLOW_IOACCESS       opt_vga.h
   81 VGA_WIDTH90             opt_vga.h
   82 
   83 VESA
   84 VESA_DEBUG              opt_vesa.h
   85 
   86 PSM_DEBUG               opt_psm.h
   87 PSM_HOOKRESUME          opt_psm.h
   88 PSM_RESETAFTERSUSPEND   opt_psm.h
   89 
   90 ATKBD_DFLT_KEYMAP       opt_atkbd.h
   91 
   92 # pcvt(4) has a bunch of options
   93 FAT_CURSOR              opt_pcvt.h
   94 PCVT_123GENERIC         opt_pcvt.h
   95 PCVT_24LINESDEF         opt_pcvt.h
   96 PCVT_CTRL_ALT_DEL       opt_pcvt.h
   97 PCVT_GREENSAVER         opt_pcvt.h
   98 PCVT_INHIBIT_NUMLOCK    opt_pcvt.h
   99 PCVT_META_ESC           opt_pcvt.h
  100 PCVT_NO_LED_UPDATE      opt_pcvt.h
  101 PCVT_NSCREENS           opt_pcvt.h
  102 PCVT_NULLCHARS          opt_pcvt.h
  103 PCVT_PRETTYSCRNS        opt_pcvt.h
  104 PCVT_SCANSET            opt_pcvt.h
  105 PCVT_SCREENSAVER        opt_pcvt.h
  106 PCVT_SETCOLOR           opt_pcvt.h
  107 PCVT_SHOWKEYS           opt_pcvt.h
  108 PCVT_SLOW_INTERRUPT     opt_pcvt.h
  109 PCVT_SYSBEEPF           opt_pcvt.h
  110 PCVT_UPDATEFAST         opt_pcvt.h
  111 PCVT_UPDATESLOW         opt_pcvt.h
  112 PCVT_USEKBDSEC          opt_pcvt.h
  113 PCVT_VT220KEYB          opt_pcvt.h
  114 XSERVER                 opt_pcvt.h
  115 
  116 # Video spigot
  117 SPIGOT_UNSECURE         opt_spigot.h
  118 
  119 # Enables NETGRAPH support for Cronyx adapters
  120 NETGRAPH_CRONYX         opt_ng_cronyx.h
  121 
  122 # -------------------------------
  123 # isdn4bsd: passive ISA cards
  124 # -------------------------------
  125 TEL_S0_8                opt_i4b.h
  126 TEL_S0_16               opt_i4b.h
  127 TEL_S0_16_3             opt_i4b.h
  128 AVM_A1                  opt_i4b.h
  129 USR_STI                 opt_i4b.h
  130 ITKIX1                  opt_i4b.h
  131 ELSA_PCC16              opt_i4b.h
  132 # -------------------------------
  133 # isdn4bsd: passive ISA PnP cards
  134 # -------------------------------
  135 CRTX_S0_P               opt_i4b.h
  136 DRN_NGO                 opt_i4b.h
  137 TEL_S0_16_3_P           opt_i4b.h
  138 SEDLBAUER               opt_i4b.h
  139 DYNALINK                opt_i4b.h
  140 ASUSCOM_IPAC            opt_i4b.h
  141 ELSA_QS1ISA             opt_i4b.h
  142 SIEMENS_ISURF2          opt_i4b.h
  143 EICON_DIVA              opt_i4b.h
  144 COMPAQ_M610             opt_i4b.h
  145 # -------------------------------
  146 # isdn4bsd: passive PCI cards
  147 # -------------------------------
  148 ELSA_QS1PCI             opt_i4b.h
  149 # -------------------------------
  150 # isdn4bsd: misc options
  151 # -------------------------------
  152 # temporary workaround for SMP machines
  153 I4B_SMP_WORKAROUND      opt_i4b.h
  154 # enable VJ compression code for ipr i/f
  155 IPR_VJ                  opt_i4b.h
  156 IPR_LOG                 opt_i4b.h
  157 
  158 # Device options
  159 DEV_APIC                opt_apic.h
  160 DEV_NPX                 opt_npx.h
  161 ASR_COMPAT              opt_asr.h
  162 
  163 # Debugging
  164 KDB_STOP_NMI            opt_kdb.h
  165 NPX_DEBUG               opt_npx.h

Cache object: 2c6645a30f23a7a097c245bce6ac86d0


[ 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.