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

Cache object: 0104fc59c444b8b55beeeb7aab6d978c


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