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$
    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 # force isp firmware to fully loaded
   22 device          ispfw
   23 
   24 # What follows is a list of drivers that are normally in GENERIC, but either
   25 # don't work or are untested with PAE.  Be very careful before enabling any
   26 # of these drivers.  Drivers which use DMA and don't handle 64 bit physical
   27 # address properly may cause data corruption when used in a machine with more
   28 # than 4 gigabytes of memory.
   29 
   30 nodevice        ahb
   31 nodevice        amd
   32 nodevice        sym
   33 nodevice        trm
   34 
   35 nodevice        adv
   36 nodevice        adw
   37 nodevice        aha
   38 nodevice        aic
   39 nodevice        bt
   40 
   41 nodevice        ncv
   42 nodevice        nsp
   43 nodevice        stg
   44 
   45 nodevice        asr
   46 nodevice        dpt
   47 nodevice        mly
   48 nodevice        hptmv
   49 nodevice        hptrr
   50 
   51 nodevice        ida
   52 nodevice        mlx
   53 nodevice        pst
   54 
   55 nodevice        agp
   56 
   57 nodevice        txp
   58 nodevice        vx
   59 
   60 nodevice        nve
   61 nodevice        pcn
   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        sn
   77 nodevice        xe
   78 
   79 nodevice        wlan
   80 nodevice        wlan_wep        # 802.11 WEP support
   81 nodevice        wlan_ccmp       # 802.11 CCMP support
   82 nodevice        wlan_tkip       # 802.11 TKIP support
   83 nodevice        wlan_amrr       # AMRR transmit rate control algorithm
   84 nodevice        wlan_scan_ap    # 802.11 AP mode scanning
   85 nodevice        wlan_scan_sta   # 802.11 STA mode scanning
   86 nodevice        an
   87 nodevice        ath             # Atheros pci/cardbus NIC's
   88 nodevice        ath_hal         # Atheros HAL (Hardware Access Layer)
   89 nodevice        ath_rate_sample # SampleRate tx rate control for ath
   90 nodevice        awi
   91 nodevice        ral
   92 nodevice        wi
   93 nodevice        ural
   94 nodevice        rum

Cache object: f7e238a8d1420b502bf336186025b9f7


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