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

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 Alpha platform kernels
    3 
    4 EV5                     opt_global.h
    5 EV4                     opt_global.h
    6 DEC_KN300               opt_cpu.h
    7 DEC_KN8AE               opt_cpu.h
    8 DEC_EB164               opt_cpu.h
    9 DEC_EB64PLUS            opt_cpu.h
   10 DEC_KN20AA              opt_cpu.h
   11 DEC_2100_A50            opt_cpu.h
   12 DEC_2100_A500           opt_cpu.h
   13 DEC_ST550               opt_cpu.h
   14 DEC_ST6600              opt_cpu.h
   15 DEC_AXPPCI_33           opt_cpu.h
   16 DEC_1000A               opt_cpu.h
   17 API_UP1000              opt_cpu.h
   18 
   19 MAXMEM
   20 
   21 PPC_PROBE_CHIPSET       opt_ppc.h
   22 PPC_DEBUG               opt_ppc.h
   23 
   24 VGA_ALT_SEQACCESS       opt_vga.h
   25 VGA_DEBUG               opt_vga.h
   26 VGA_NO_FONT_LOADING     opt_vga.h
   27 VGA_NO_MODE_CHANGE      opt_vga.h
   28 VGA_SLOW_IOACCESS       opt_vga.h
   29 VGA_WIDTH90             opt_vga.h
   30 
   31 GFB_DEBUG               opt_gfb.h
   32 GFB_NO_FONT_LOADING     opt_gfb.h
   33 GFB_NO_MODE_CHANGE      opt_gfb.h
   34 
   35 TGA_DEBUG               opt_tga.h
   36 TGA_NO_FONT_LOADING     opt_tga.h
   37 TGA_NO_MODE_CHANGE      opt_tga.h
   38 
   39 PSM_HOOKRESUME          opt_psm.h
   40 PSM_RESETAFTERSUSPEND   opt_psm.h
   41 PSM_DEBUG               opt_psm.h
   42 
   43 # Atkbd options
   44 ATKBD_DFLT_KEYMAP       opt_atkbd.h
   45 
   46 # Clock options
   47 CLK_USE_I8254_CALIBRATION       opt_clock.h
   48 TIMER_FREQ                      opt_clock.h
   49 
   50 # Options for emulators.  These should only be used at config time, so
   51 # they are handled like options for static filesystems
   52 # (see src/sys/conf/options).
   53 COMPAT_LINUX            opt_dontuse.h
   54 COMPAT_OSF1             opt_dontuse.h

Cache object: c52966cb9ec5299562a93de598248dc4


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