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

FreeBSD/Linux Kernel Cross Reference
sys/sun4v/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  -  3  -  10 

    1 #
    2 # GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
    3 #
    4 # For more information on this file, please read the handbook section on
    5 # 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 # For hardware specific information check HARDWARE.TXT
   20 #
   21 # $FreeBSD: head/sys/sun4v/conf/GENERIC 207077 2010-04-22 21:31:34Z thompsa $
   22 
   23 cpu             SUN4V
   24 ident           GENERIC
   25 
   26 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
   27 makeoptions     NO_MODULES=""           # disable modules (aicasm in buildenv)
   28 
   29 # Platforms supported
   30 #       At this time all platforms are supported, as-is.
   31 
   32 options         SCHED_4BSD              # 4BSD scheduler
   33 #options        PREEMPTION              # Enable kernel thread preemption
   34 options         INET                    # InterNETworking
   35 options         INET6                   # IPv6 communications protocols
   36 options         SCTP                    # Stream Control Transmission Protocol
   37 options         FFS                     # Berkeley Fast Filesystem
   38 options         SOFTUPDATES             # Enable FFS soft updates support
   39 options         UFS_ACL                 # Support for access control lists
   40 options         UFS_DIRHASH             # Improve performance on big directories
   41 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
   42 options         MD_ROOT                 # MD is a potential root device
   43 options         NFSCLIENT               # Network Filesystem Client
   44 options         NFSSERVER               # Network Filesystem Server
   45 options         NFSLOCKD                # Network Lock Manager
   46 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
   47 #options        MSDOSFS                 # MSDOS Filesystem
   48 options         NULLFS
   49 options         CD9660                  # ISO 9660 Filesystem
   50 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
   51 options         PSEUDOFS                # Pseudo-filesystem framework
   52 options         GEOM_PART_GPT           # GUID Partition Tables.
   53 options         GEOM_LABEL              # Provides labelization
   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         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
   63                                         # output.  Adds ~128k to driver.
   64 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
   65 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
   66 options         AUDIT                   # Security event auditing
   67 options         MAC                     # TrustedBSD MAC Framework
   68 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
   69 
   70 # Debugging for use in -current
   71 options         KDB                     # Enable kernel debugger support.
   72 options         KDB_TRACE
   73 options         DDB                     # Support DDB.
   74 #options        TRAP_TRACING            # Enable trap tracing.
   75 #options        TRAP_TRACE_ENTRIES=256  # Trap trace buffer entries.
   76 #options        GDB                     # Support remote GDB.
   77 #options        DEADLKRES               # Enable the deadlock resolver
   78 #options        INVARIANTS              # Enable calls of extra sanity checking
   79 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
   80 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
   81 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
   82 #options        DEBUG_LOCKS
   83 #options        DEBUG_VFS_LOCKS
   84 
   85 # To make an SMP kernel, the next line is needed
   86 options         SMP                     # Symmetric MultiProcessor Kernel
   87 
   88 # Standard busses
   89 device          pci
   90 #device         isa
   91 
   92 
   93 # Floppy drives
   94 #device         fdc
   95 
   96 # ATA and ATAPI devices
   97 device          ata
   98 #device         atadisk         # ATA disk drives
   99 device          atapicd         # ATAPI CDROM drives
  100 #device         atapifd         # ATAPI floppy drives
  101 #device         atapist         # ATAPI tape drives
  102 #       Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
  103 #       and you will not mount an ATA /.
  104 #options        ATA_STATIC_ID   # Static device numbering
  105 
  106 # SCSI Controllers
  107 #device         ahc             # AHA2940 and onboard AIC7xxx devices
  108 #device         isp             # Qlogic family
  109 #device         ispfw           # Firmware module for Qlogic host adapters
  110 device          mpt             # LSI-Logic MPT-Fusion (not yet)
  111 #device         ncr             # NCR/Symbios Logic
  112 #device         sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
  113 #device         esp             # NCR53c9x (FEPS/FAS366)
  114 
  115 # SCSI peripherals
  116 device          scbus           # SCSI bus (required for SCSI)
  117 device          ch              # SCSI media changers
  118 device          da              # Direct Access (disks)
  119 device          sa              # Sequential Access (tape etc)
  120 device          cd              # CD
  121 device          pass            # Passthrough device (direct SCSI access)
  122 device          ses             # SCSI Environmental Services (and SAF-TE)
  123 
  124 # RAID controllers
  125 #device         amr             # AMI MegaRAID
  126 #device         mlx             # Mylex DAC960 family
  127 
  128 # syscons is the default console driver, resembling an SCO console
  129 #device         sc
  130 #device         splash          # Splash screen and screen saver support
  131 #options        KBD_INSTALL_CDEV # install a CDEV entry in /dev
  132 
  133 #device         ofw_console     # Open Firmware console device
  134 
  135 # Builtin hardware
  136 #device         auxio           # auxiliary I/O device
  137 #device         clkbrd          # Clock Board (blinkenlight on Sun Exx00)
  138 #device         eeprom          # eeprom (really a front-end for the MK48Txx)
  139 #device         mk48txx         # Mostek MK48Txx clocks
  140 #device         rtc             # rtc (really a front-end for the MC146818)
  141 #device         mc146818        # Motorola MC146818 and compatible clocks
  142 
  143 # Serial (COM) ports
  144 #device         sab             # Siemens SAB82532 based serial ports
  145 #device         uart            # Multi-uart driver
  146 #device         puc             # Multi-channel uarts
  147 
  148 # Parallel port
  149 #device         ppc
  150 #device         ppbus           # Parallel port bus (required)
  151 #device         lpt             # Printer
  152 #device         plip            # TCP/IP over parallel
  153 #device         ppi             # Parallel port interface device
  154 #device         vpo             # Requires scbus and da
  155  
  156 # PCI Ethernet NICs.
  157 #device         de              # DEC/Intel DC21x4x (``Tulip'')
  158 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
  159 #device         ixgb            # Intel PRO/10GbE Ethernet Card
  160 #device         le              # AMD Am7900 LANCE and Am79C9xx PCnet
  161 #device         txp             # 3Com 3cR990 (``Typhoon'')
  162 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
  163 
  164 # PCI Ethernet NICs that use the common MII bus controller code.
  165 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  166 device          miibus          # MII bus support
  167 device          bge             # Broadcom BCM570xx Gigabit Ethernet
  168 
  169 # Pseudo devices.
  170 device          loop            # Network loopback
  171 device          random          # Entropy device
  172 device          ether           # Ethernet support
  173 device          vlan            # 802.1Q VLAN support
  174 device          tun             # Packet tunnel.
  175 device          pty             # BSD-style compatibility pseudo ttys
  176 device          md              # Memory "disks"
  177 device          gif             # IPv6 and IPv4 tunneling
  178 device          faith           # IPv6-to-IPv4 relaying (translation)
  179 
  180 # The `bpf' device enables the Berkeley Packet Filter.
  181 # Be aware of the administrative consequences of enabling this!
  182 # Note that 'bpf' is required for DHCP.
  183 device          bpf             # Berkeley packet filter
  184 
  185 # USB support
  186 options         USB_DEBUG       # enable debug msgs
  187 #device         uhci            # UHCI PCI->USB interface
  188 #device         ohci            # OHCI PCI->USB interface
  189 device          usb             # USB Bus (required)
  190 #device         udbp            # USB Double Bulk Pipe devices
  191 device          uhid            # "Human Interface Devices"
  192 #device         ukbd            # Keyboard
  193 device          ulpt            # Printer
  194 #device         umass           # Disks/Mass storage - Requires scbus and da
  195 device          ums             # Mouse
  196 #device         urio            # Diamond Rio 500 MP3 player
  197 # USB Ethernet, requires mii
  198 #device         aue             # ADMtek USB Ethernet
  199 #device         axe             # ASIX Electronics USB Ethernet
  200 #device         cdce            # Generic USB over Ethernet
  201 #device         cue             # CATC USB Ethernet
  202 #device         kue             # Kawasaki LSI USB Ethernet
  203 #device         rue             # RealTek RTL8150 USB Ethernet
  204 
  205 # FireWire support
  206 #device         firewire        # FireWire bus code
  207 #device         sbp             # SCSI over FireWire (Requires scbus and da)
  208 #device         fwe             # Ethernet over FireWire (non-standard!)
  209 
  210 #options        SIMULATOR       # compile for ISA simulator
  211 #options        KTR
  212 #options        KTR_MASK=(KTR_TRAP)
  213 #options                USB_DEBUG
  214 #options                USB_VERBOSE
  215 #options                DEBUG_LOCKS
  216 #options                DEBUG_VFS_LOCKS
  217 
  218 device          ccd
  219 
  220 # sched_lock incurs a rather high overhead at a 1000Hz with 32 cpus
  221 # on most arches and in most cases 1000Hz pessimizes performance
  222 # its choice was not adequately researched
  223 options         HZ=100

Cache object: 0ddbb9870fb3621cf01862cc068d047b


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