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

Cache object: b42d932867011a8e84c145b97fb80a1d


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