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/5.3/sys/conf/options.amd64 136588 2004-10-16 08:43:07Z cvs2svn $
    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                 opt_perfmon.h
    8 PMAP_SHPGPERPROC        opt_pmap.h
    9 
   10 # Options for emulators.  These should only be used at config time, so
   11 # they are handled like options for static filesystems
   12 # (see src/sys/conf/options), except for broken debugging options.
   13 COMPAT_IA32             opt_compat.h
   14 #IBCS2                  opt_dontuse.h
   15 #COMPAT_LINUX           opt_dontuse.h
   16 COMPAT_LINUX32          opt_compat.h
   17 #COMPAT_SVR4            opt_dontuse.h
   18 #DEBUG_SVR4             opt_svr4.h
   19 #NDISAPI                opt_dontuse.h
   20 
   21 CLK_CALIBRATION_LOOP            opt_clock.h
   22 CLK_USE_I8254_CALIBRATION       opt_clock.h
   23 TIMER_FREQ                      opt_clock.h
   24 
   25 VGA_ALT_SEQACCESS       opt_vga.h
   26 VGA_DEBUG               opt_vga.h
   27 VGA_NO_FONT_LOADING     opt_vga.h
   28 VGA_NO_MODE_CHANGE      opt_vga.h
   29 VGA_SLOW_IOACCESS       opt_vga.h
   30 VGA_WIDTH90             opt_vga.h
   31 
   32 ATKBD_DFLT_KEYMAP       opt_atkbd.h
   33 
   34 # -------------------------------
   35 # isdn4bsd: passive PCI cards
   36 # -------------------------------
   37 ELSA_QS1PCI             opt_i4b.h
   38 # -------------------------------
   39 # isdn4bsd: misc options
   40 # -------------------------------
   41 # temporary workaround for SMP machines
   42 I4B_SMP_WORKAROUND      opt_i4b.h
   43 # enable VJ compression code for ipr i/f
   44 IPR_VJ                  opt_i4b.h
   45 IPR_LOG                 opt_i4b.h
   46 
   47 # -------------------------------
   48 # EOF
   49 # -------------------------------
   50 HAMMER                  opt_cpu.h
   51 PPC_PROBE_CHIPSET       opt_ppc.h
   52 PPC_DEBUG               opt_ppc.h
   53 PSM_HOOKRESUME          opt_psm.h
   54 PSM_RESETAFTERSUSPEND   opt_psm.h
   55 PSM_DEBUG               opt_psm.h
   56 NO_MIXED_MODE
   57 DEV_ATPIC               opt_atpic.h

Cache object: 90cdf5e185ff3987d84253b3286d4439


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