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.3/sys/i386/conf/PAE 136408 2004-10-11 23:59:03Z mjacob $
    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 device          ispfw
   31 nodevice        sym
   32 nodevice        trm
   33 
   34 nodevice        adv
   35 nodevice        adw
   36 nodevice        aha
   37 nodevice        aic
   38 nodevice        bt
   39 
   40 nodevice        ncv
   41 nodevice        nsp
   42 nodevice        stg
   43 
   44 nodevice        asr
   45 nodevice        dpt
   46 nodevice        iir
   47 nodevice        mly
   48 
   49 nodevice        amr
   50 nodevice        ida
   51 nodevice        mlx
   52 nodevice        pst
   53 
   54 nodevice        agp
   55 
   56 nodevice        de
   57 nodevice        txp
   58 nodevice        vx
   59 
   60 nodevice        dc
   61 nodevice        pcn
   62 nodevice        rl
   63 nodevice        sf
   64 nodevice        sis
   65 nodevice        ste
   66 nodevice        tl
   67 nodevice        tx
   68 nodevice        vr
   69 nodevice        wb
   70 
   71 nodevice        cs
   72 nodevice        ed
   73 nodevice        ex
   74 nodevice        ep
   75 nodevice        fe
   76 nodevice        ie
   77 nodevice        lnc
   78 nodevice        sn
   79 nodevice        xe
   80 
   81 nodevice        wlan
   82 nodevice        an
   83 nodevice        awi
   84 nodevice        wi
   85 
   86 nodevice        uhci
   87 nodevice        ohci
   88 nodevice        usb
   89 nodevice        ugen
   90 nodevice        uhid
   91 nodevice        ukbd
   92 nodevice        ulpt
   93 nodevice        umass
   94 nodevice        ums
   95 nodevice        urio
   96 nodevice        uscanner
   97 nodevice        aue
   98 nodevice        axe
   99 nodevice        cue
  100 nodevice        kue
  101 nodevice        rue

Cache object: ea987cc4ce5e29a252186b641ae4d5a4


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