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/i386/conf/PAE

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 #
    2 # PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
    3 #
    4 # $FreeBSD: releng/5.2/sys/i386/conf/PAE 122008 2003-11-03 22:49:19Z jhb $
    5 
    6 include GENERIC
    7 
    8 ident           PAE-GENERIC
    9 
   10 # To make a PAE kernel, the next option is needed
   11 options         PAE                     # Physical Address Extensions Kernel
   12 
   13 # Compile acpi in statically since the module isn't built properly.  Most
   14 # machines which support large amounts of memory require acpi.
   15 device          acpi
   16 
   17 # Don't build modules with this kernel config, since they are not built with
   18 # the correct options headers.
   19 makeoptions     NO_MODULES=yes
   20 
   21 # What follows is a list of drivers that are normally in GENERIC, but either
   22 # don't work or are untested with PAE.  Be very careful before enabling any
   23 # of these drivers.  Drivers which use DMA and don't handle 64 bit physical
   24 # address properly may cause data corruption when used in a machine with more
   25 # than 4 gigabytes of memory.
   26 
   27 nodevice        ahb
   28 nodevice        amd
   29 nodevice        isp
   30 nodevice        sym
   31 nodevice        trm
   32 
   33 nodevice        adv
   34 nodevice        adw
   35 nodevice        aha
   36 nodevice        aic
   37 nodevice        bt
   38 
   39 nodevice        ncv
   40 nodevice        nsp
   41 nodevice        stg
   42 
   43 nodevice        asr
   44 nodevice        dpt
   45 nodevice        iir
   46 nodevice        mly
   47 
   48 nodevice        amr
   49 nodevice        ida
   50 nodevice        mlx
   51 nodevice        pst
   52 
   53 nodevice        agp
   54 
   55 nodevice        de
   56 nodevice        txp
   57 nodevice        vx
   58 
   59 nodevice        dc
   60 nodevice        pcn
   61 nodevice        rl
   62 nodevice        sf
   63 nodevice        sis
   64 nodevice        ste
   65 nodevice        tl
   66 nodevice        tx
   67 nodevice        vr
   68 nodevice        wb
   69 
   70 nodevice        cs
   71 nodevice        ed
   72 nodevice        ex
   73 nodevice        ep
   74 nodevice        fe
   75 nodevice        ie
   76 nodevice        lnc
   77 nodevice        sn
   78 nodevice        xe
   79 
   80 nodevice        wlan
   81 nodevice        an
   82 nodevice        awi
   83 nodevice        wi
   84 
   85 nodevice        uhci
   86 nodevice        ohci
   87 nodevice        usb
   88 nodevice        ugen
   89 nodevice        uhid
   90 nodevice        ukbd
   91 nodevice        ulpt
   92 nodevice        umass
   93 nodevice        ums
   94 nodevice        urio
   95 nodevice        uscanner
   96 nodevice        aue
   97 nodevice        axe
   98 nodevice        cue
   99 nodevice        kue

Cache object: 1bcdfe2ec72f37b82af81596dfa5f270


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