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

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/10.2/sys/conf/options.amd64 283280 2015-05-22 09:03:55Z whu $
    2 # Options specific to AMD64 platform kernels
    3 
    4 AUTO_EOI_1              opt_auto_eoi.h
    5 AUTO_EOI_2              opt_auto_eoi.h
    6 COUNT_XINVLTLB_HITS     opt_smp.h
    7 COUNT_IPIS              opt_smp.h
    8 MAXMEM
    9 PERFMON
   10 MPTABLE_FORCE_HTT
   11 MP_WATCHDOG
   12 NKPT                    opt_pmap.h
   13 PV_STATS                opt_pmap.h
   14 
   15 # Options for emulators.  These should only be used at config time, so
   16 # they are handled like options for static filesystems
   17 # (see src/sys/conf/options), except for broken debugging options.
   18 COMPAT_FREEBSD32        opt_compat.h
   19 #IBCS2                  opt_dontuse.h
   20 #COMPAT_LINUX           opt_dontuse.h
   21 COMPAT_LINUX32          opt_compat.h
   22 #COMPAT_SVR4            opt_dontuse.h
   23 #DEBUG_SVR4             opt_svr4.h
   24 IMAGACT_BINMISC         opt_dontuse.h
   25 LINPROCFS               opt_dontuse.h
   26 LINSYSFS                opt_dontuse.h
   27 NDISAPI                 opt_dontuse.h
   28 
   29 TIMER_FREQ                      opt_clock.h
   30 
   31 # options for serial support
   32 COM_ESP                 opt_sio.h
   33 COM_MULTIPORT           opt_sio.h
   34 CONSPEED                opt_sio.h
   35 GDBSPEED                opt_sio.h
   36 COM_NO_ACPI             opt_sio.h
   37 
   38 VGA_ALT_SEQACCESS       opt_vga.h
   39 VGA_DEBUG               opt_vga.h
   40 VGA_NO_FONT_LOADING     opt_vga.h
   41 VGA_NO_MODE_CHANGE      opt_vga.h
   42 VGA_SLOW_IOACCESS       opt_vga.h
   43 VGA_WIDTH90             opt_vga.h
   44 
   45 VESA
   46 VESA_DEBUG              opt_vesa.h
   47 
   48 # AGP debugging support
   49 AGP_DEBUG               opt_agp.h
   50 
   51 ATKBD_DFLT_KEYMAP       opt_atkbd.h
   52 
   53 # -------------------------------
   54 # EOF
   55 # -------------------------------
   56 HAMMER                  opt_cpu.h
   57 PSM_HOOKRESUME          opt_psm.h
   58 PSM_RESETAFTERSUSPEND   opt_psm.h
   59 PSM_DEBUG               opt_psm.h
   60 DEV_ATPIC               opt_atpic.h
   61 
   62 # Debugging
   63 KDTRACE_FRAME           opt_kdtrace.h
   64 
   65 # BPF just-in-time compiler
   66 BPF_JITTER              opt_bpf.h
   67 
   68 XENHVM                  opt_global.h
   69 
   70 HYPERV                  opt_global.h
   71 
   72 # options for the Intel C600 SAS driver (isci)
   73 ISCI_LOGGING    opt_isci.h

Cache object: 4492b805aba7474327b0cb96f669df4c


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