[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/sparc64/conf/GENERIC

Version: -  FREEBSD  -  FREEBSD8  -  FREEBSD7  -  FREEBSD72  -  FREEBSD71  -  FREEBSD70  -  FREEBSD6  -  FREEBSD64  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD5  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  xnu-1456.1.26  -  OPENSOLARIS  -  minix-3-1-1  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  excerpts  -  bigexcerpts 

    1 #
    2 # GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
    3 #
    4 # For more information on this file, please read the config(5) manual page,
    5 # and/or the handbook section on Kernel Configuration Files:
    6 #
    7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    8 #
    9 # The handbook is also available locally in /usr/share/doc/handbook
   10 # if you've installed the doc distribution, otherwise always see the
   11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   12 # latest information.
   13 #
   14 # An exhaustive list of options and more detailed explanations of the
   15 # device lines is also present in the ../../conf/NOTES and NOTES files.
   16 # If you are in doubt as to the purpose or necessity of a line, check first
   17 # in NOTES.
   18 #
   19 # $FreeBSD: head/sys/sparc64/conf/GENERIC 203758 2010-02-10 16:30:04Z attilio $
   20 
   21 cpu             SUN4U
   22 ident           GENERIC
   23 
   24 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
   25 
   26 # Platforms supported
   27 #       At this time all platforms are supported, as-is.
   28 
   29 options         SCHED_4BSD              # 4BSD scheduler
   30 #options        PREEMPTION              # Enable kernel thread preemption
   31 options         INET                    # InterNETworking
   32 options         INET6                   # IPv6 communications protocols
   33 options         SCTP                    # Stream Control Transmission Protocol
   34 options         FFS                     # Berkeley Fast Filesystem
   35 options         SOFTUPDATES             # Enable FFS soft updates support
   36 options         UFS_ACL                 # Support for access control lists
   37 options         UFS_DIRHASH             # Improve performance on big directories
   38 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
   39 options         MD_ROOT                 # MD is a potential root device
   40 options         NFSCLIENT               # Network Filesystem Client
   41 options         NFSSERVER               # Network Filesystem Server
   42 options         NFSLOCKD                # Network Lock Manager
   43 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
   44 #options        MSDOSFS                 # MSDOS Filesystem
   45 options         CD9660                  # ISO 9660 Filesystem
   46 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
   47 options         PSEUDOFS                # Pseudo-filesystem framework
   48 options         GEOM_PART_GPT           # GUID Partition Tables.
   49 options         GEOM_LABEL              # Provides labelization
   50 options         COMPAT_43TTY            # BSD 4.3 TTY compat (sgtty)
   51 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
   52 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
   53 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
   54 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
   55 options         KTRACE                  # ktrace(1) support
   56 options         STACK                   # stack(9) support
   57 options         SYSVSHM                 # SYSV-style shared memory
   58 options         SYSVMSG                 # SYSV-style message queues
   59 options         SYSVSEM                 # SYSV-style semaphores
   60 options         P1003_1B_SEMAPHORES     # POSIX-style semaphores
   61 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
   62 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
   63 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
   64 options         AUDIT                   # Security event auditing
   65 options         MAC                     # TrustedBSD MAC Framework
   66 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
   67 
   68 # Debugging for use in -current
   69 options         KDB                     # Enable kernel debugger support.
   70 options         DDB                     # Support DDB.
   71 options         GDB                     # Support remote GDB.
   72 options         DEADLKRES               # Enable the deadlock resolver
   73 options         INVARIANTS              # Enable calls of extra sanity checking
   74 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
   75 options         WITNESS                 # Enable checks to detect deadlocks and cycles
   76 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
   77 
   78 # Make an SMP-capable kernel by default
   79 options         SMP                     # Symmetric MultiProcessor Kernel
   80 
   81 # Standard busses
   82 device          ebus
   83 device          isa
   84 device          pci
   85 device          sbus
   86 device          central
   87 device          fhc
   88 
   89 # Floppy drives
   90 #device         fdc
   91 
   92 # ATA and ATAPI devices
   93 device          ata
   94 device          atadisk         # ATA disk drives
   95 device          atapicd         # ATAPI CDROM drives
   96 #device         atapifd         # ATAPI floppy drives
   97 #device         atapist         # ATAPI tape drives
   98 #       Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
   99 #       and you will not mount an ATA /.
  100 #options        ATA_STATIC_ID   # Static device numbering
  101 
  102 # SCSI Controllers
  103 device          ahc             # AHA2940 and onboard AIC7xxx devices
  104 options         AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
  105 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
  106                                         # output.  Adds ~128k to driver.
  107 device          isp             # Qlogic family
  108 device          ispfw           # Firmware module for Qlogic host adapters
  109 device          mpt             # LSI-Logic MPT-Fusion
  110 device          sym             # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
  111 device          esp             # NCR53c9x (FEPS/FAS366)
  112 
  113 # SCSI peripherals
  114 device          scbus           # SCSI bus (required for SCSI)
  115 device          ch              # SCSI media changers
  116 device          da              # Direct Access (disks)
  117 device          sa              # Sequential Access (tape etc)
  118 device          cd              # CD
  119 device          pass            # Passthrough device (direct SCSI access)
  120 device          ses             # SCSI Environmental Services (and SAF-TE)
  121 
  122 # RAID controllers
  123 #device         amr             # AMI MegaRAID
  124 #device         mlx             # Mylex DAC960 family
  125 
  126 # atkbdc0 controls both the keyboard and the PS/2 mouse
  127 device          atkbdc          # AT keyboard controller
  128 device          atkbd           # AT keyboard
  129 device          psm             # PS/2 mouse
  130 
  131 device          kbdmux          # keyboard multiplexer
  132 
  133 # syscons is the default console driver, resembling an SCO console
  134 device          sc
  135 device          creator         # Creator, Creator3D and Elite3D framebuffers
  136 device          machfb          # ATI Mach64 framebuffers
  137 device          splash          # Splash screen and screen saver support
  138 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
  139 
  140 # Builtin hardware
  141 device          auxio           # auxiliary I/O device
  142 device          eeprom          # eeprom (really a front-end for the MK48Txx)
  143 device          mk48txx         # Mostek MK48Txx clocks
  144 device          rtc             # rtc (really a front-end for the MC146818)
  145 device          mc146818        # Motorola MC146818 and compatible clocks
  146 device          epic            # Sun Fire V215/V245 LEDs
  147 
  148 # Serial (COM) ports
  149 device          puc             # Multi-channel uarts
  150 device          scc             # Serial communications controllers.
  151 device          uart            # Multi-uart driver
  152 
  153 # Parallel port
  154 #device         ppc
  155 #device         ppbus           # Parallel port bus (required)
  156 #device         lpt             # Printer
  157 #device         plip            # TCP/IP over parallel
  158 #device         ppi             # Parallel port interface device
  159 #device         vpo             # Requires scbus and da
  160 
  161 # PCI Ethernet NICs.
  162 #device         de              # DEC/Intel DC21x4x (``Tulip'')
  163 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
  164 #device         ixgb            # Intel PRO/10GbE Ethernet Card
  165 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
  166 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
  167 device          txp             # 3Com 3cR990 (``Typhoon'')
  168 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
  169 
  170 # PCI Ethernet NICs that use the common MII bus controller code.
  171 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  172 device          miibus          # MII bus support
  173 #device         bfe             # Broadcom BCM440x 10/100 Ethernet
  174 device          bge             # Broadcom BCM570xx Gigabit Ethernet
  175 device          cas             # Sun Cassini/Cassini+ and NS DP83065 Saturn
  176 device          dc              # DEC/Intel 21143 and various workalikes
  177 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
  178 device          gem             # Sun GEM/Sun ERI/Apple GMAC
  179 device          hme             # Sun HME (Happy Meal Ethernet)
  180 device          nge             # NatSemi DP83820 gigabit Ethernet
  181 #device         pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
  182 device          re              # RealTek 8139C+/8169/8169S/8110S
  183 device          rl              # RealTek 8129/8139
  184 device          sf              # Adaptec AIC-6915 (``Starfire'')
  185 #device         sis             # Silicon Integrated Systems SiS 900/SiS 7016
  186 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
  187 device          ste             # Sundance ST201 (D-Link DFE-550TX)
  188 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
  189 #device         tl              # Texas Instruments ThunderLAN
  190 #device         tx              # SMC EtherPower II (83c170 ``EPIC'')
  191 device          vr              # VIA Rhine, Rhine II
  192 #device         wb              # Winbond W89C840F
  193 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
  194 
  195 # Wireless NIC cards
  196 device          wlan            # 802.11 support
  197 options         IEEE80211_DEBUG # enable debug msgs
  198 options         IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's
  199 options         IEEE80211_SUPPORT_MESH  # enable 802.11s D3.0 support
  200 device          wlan_wep        # 802.11 WEP support
  201 device          wlan_ccmp       # 802.11 CCMP support
  202 device          wlan_tkip       # 802.11 TKIP support
  203 device          wlan_amrr       # AMRR transmit rate control algorithm
  204 device          ath             # Atheros pci/cardbus NIC's
  205 device          ath_hal         # Atheros HAL (Hardware Access Layer)
  206 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
  207 device          ath_rate_sample # SampleRate tx rate control for ath
  208 
  209 # Pseudo devices.
  210 device          loop            # Network loopback
  211 device          random          # Entropy device
  212 device          ether           # Ethernet support
  213 device          vlan            # 802.1Q VLAN support
  214 device          tun             # Packet tunnel.
  215 device          pty             # BSD-style compatibility pseudo ttys
  216 device          md              # Memory "disks"
  217 device          gif             # IPv6 and IPv4 tunneling
  218 device          faith           # IPv6-to-IPv4 relaying (translation)
  219 device          firmware        # firmware assist module
  220 
  221 # The `bpf' device enables the Berkeley Packet Filter.
  222 # Be aware of the administrative consequences of enabling this!
  223 # Note that 'bpf' is required for DHCP.
  224 device          bpf             # Berkeley packet filter
  225 
  226 # USB support
  227 device          uhci            # UHCI PCI->USB interface
  228 device          ohci            # OHCI PCI->USB interface
  229 device          ehci            # EHCI PCI->USB interface (USB 2.0)
  230 device          usb             # USB Bus (required)
  231 #device         udbp            # USB Double Bulk Pipe devices
  232 device          uhid            # "Human Interface Devices"
  233 device          ukbd            # Keyboard
  234 device          ulpt            # Printer
  235 device          umass           # Disks/Mass storage - Requires scbus and da
  236 device          ums             # Mouse
  237 device          urio            # Diamond Rio 500 MP3 player
  238 # USB Serial devices
  239 device          uark            # Technologies ARK3116 based serial adapters
  240 device          ubsa            # Belkin F5U103 and compatible serial adapters
  241 device          uftdi           # For FTDI usb serial adapters
  242 device          uipaq           # Some WinCE based devices
  243 device          uplcom          # Prolific PL-2303 serial adapters
  244 device          uslcom          # SI Labs CP2101/CP2102 serial adapters
  245 device          uvisor          # Visor and Palm devices
  246 device          uvscom          # USB serial support for DDI pocket's PHS
  247 # USB Ethernet, requires miibus
  248 device          aue             # ADMtek USB Ethernet
  249 device          axe             # ASIX Electronics USB Ethernet
  250 device          cdce            # Generic USB over Ethernet
  251 device          cue             # CATC USB Ethernet
  252 device          kue             # Kawasaki LSI USB Ethernet
  253 device          rue             # RealTek RTL8150 USB Ethernet
  254 device          udav            # Davicom DM9601E USB
  255 # USB Wireless
  256 device          rum             # Ralink Technology RT2501USB wireless NICs
  257 device          uath            # Atheros AR5523 wireless NICs
  258 device          ural            # Ralink Technology RT2500USB wireless NICs
  259 device          zyd             # ZyDAS zb1211/zb1211b wireless NICs
  260 
  261 # FireWire support
  262 device          firewire        # FireWire bus code
  263 device          sbp             # SCSI over FireWire (Requires scbus and da)
  264 device          fwe             # Ethernet over FireWire (non-standard!)
  265 device          fwip            # IP over FireWire (RFC 2734,3146)
  266 device          dcons           # Dumb console driver
  267 device          dcons_crom      # Configuration ROM for dcons

Cache object: bf6df6f510acceed22a9f86a9541546a


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