]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/sparc64/conf/GENERIC
Merge OpenSSL 1.0.1k.
[FreeBSD/FreeBSD.git] / sys / sparc64 / conf / GENERIC
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$
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_ULE               # ULE 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         QUOTA                   # Enable disk quotas for UFS
40 options         MD_ROOT                 # MD is a potential root device
41 options         NFSCL                   # Network Filesystem Client
42 options         NFSD                    # Network Filesystem Server
43 options         NFSLOCKD                # Network Lock Manager
44 options         NFS_ROOT                # NFS usable as /, requires NFSCL
45 #options        MSDOSFS                 # MSDOS Filesystem
46 options         CD9660                  # ISO 9660 Filesystem
47 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
48 options         PSEUDOFS                # Pseudo-filesystem framework
49 options         GEOM_PART_GPT           # GUID Partition Tables.
50 options         GEOM_LABEL              # Provides labelization
51 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
52 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
53 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
54 options         COMPAT_FREEBSD9         # Compatible with FreeBSD9
55 options         COMPAT_FREEBSD10        # Compatible with FreeBSD10
56 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
57 options         KTRACE                  # ktrace(1) support
58 options         STACK                   # stack(9) support
59 options         SYSVSHM                 # SYSV-style shared memory
60 options         SYSVMSG                 # SYSV-style message queues
61 options         SYSVSEM                 # SYSV-style semaphores
62 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
63 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
64 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
65 options         AUDIT                   # Security event auditing
66 options         CAPABILITY_MODE         # Capsicum capability mode
67 options         CAPABILITIES            # Capsicum capabilities
68 options         MAC                     # TrustedBSD MAC Framework
69 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
70
71 # Debugging support.  Always need this:
72 options         KDB                     # Enable kernel debugger support.
73 options         KDB_TRACE               # Print a stack trace for a panic.
74 # For full debugger support use (turn off in stable branch):
75 options         DDB                     # Support DDB.
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         MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
83
84 # Make an SMP-capable kernel by default
85 options         SMP                     # Symmetric MultiProcessor Kernel
86
87 # Standard busses
88 device          ebus
89 device          isa
90 device          pci
91 device          sbus
92 device          central
93 device          fhc
94
95 # Floppy drives
96 #device         fdc
97
98 # ATA controllers
99 device          ahci            # AHCI-compatible SATA controllers
100 device          ata             # Legacy ATA/SATA controllers
101 device          mvs             # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
102 device          siis            # SiliconImage SiI3124/SiI3132/SiI3531 SATA
103
104 # SCSI Controllers
105 device          ahc             # AHA2940 and onboard AIC7xxx devices
106 options         AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
107 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
108                                         # output.  Adds ~128k to driver.
109 device          esp             # AMD Am53C974, Sun ESP and FAS families
110 device          isp             # Qlogic family
111 device          ispfw           # Firmware module for Qlogic host adapters
112 device          mpt             # LSI-Logic MPT-Fusion
113 device          mps             # LSI-Logic MPT-Fusion 2
114 device          mpr             # LSI-Logic MPT-Fusion 3
115 device          sym             # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
116
117 # ATA/SCSI peripherals
118 device          scbus           # SCSI bus (required for ATA/SCSI)
119 device          ch              # SCSI media changers
120 device          da              # Direct Access (disks)
121 device          sa              # Sequential Access (tape etc)
122 device          cd              # CD
123 device          pass            # Passthrough device (direct ATA/SCSI access)
124 device          ses             # Enclosure Services (SES and SAF-TE)
125 #device         ctl             # CAM Target Layer
126
127 # RAID controllers
128 #device         amr             # AMI MegaRAID
129 #device         mlx             # Mylex DAC960 family
130
131 # atkbdc0 controls both the keyboard and the PS/2 mouse
132 device          atkbdc          # AT keyboard controller
133 device          atkbd           # AT keyboard
134 device          psm             # PS/2 mouse
135
136 device          kbdmux          # keyboard multiplexer
137
138 # syscons is the default console driver, resembling an SCO console
139 device          sc
140 device          creator         # Creator, Creator3D and Elite3D framebuffers
141 device          machfb          # ATI Mach64 framebuffers
142 device          splash          # Splash screen and screen saver support
143 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
144
145 # vt is the new video console driver
146 device          vt
147
148 # Builtin hardware
149 device          auxio           # auxiliary I/O device
150 device          eeprom          # eeprom (really a front-end for the MK48Txx)
151 device          mk48txx         # Mostek MK48Txx clocks
152 device          rtc             # rtc (really a front-end for the MC146818)
153 device          mc146818        # Motorola MC146818 and compatible clocks
154 device          epic            # Sun Fire V215/V245 LEDs
155 device          sbbc            # Sun BootBus controller (time-of-day clock for
156                                 # Serengeti and StarCat, console for Serengeti,
157                                 # requires device uart)
158
159 # Serial (COM) ports
160 device          puc             # Multi-channel uarts
161 device          scc             # Serial communications controllers.
162 device          uart            # Multi-uart driver
163
164 # Parallel port
165 #device         ppc
166 #device         ppbus           # Parallel port bus (required)
167 #device         lpt             # Printer
168 #device         ppi             # Parallel port interface device
169 #device         vpo             # Requires scbus and da
170
171 # PCI Ethernet NICs.
172 #device         de              # DEC/Intel DC21x4x (``Tulip'')
173 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
174 #device         ixgb            # Intel PRO/10GbE Ethernet Card
175 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
176 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
177 device          txp             # 3Com 3cR990 (``Typhoon'')
178 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
179
180 # PCI Ethernet NICs that use the common MII bus controller code.
181 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
182 device          miibus          # MII bus support
183 #device         bfe             # Broadcom BCM440x 10/100 Ethernet
184 device          bge             # Broadcom BCM570xx Gigabit Ethernet
185 device          cas             # Sun Cassini/Cassini+ and NS DP83065 Saturn
186 device          dc              # DEC/Intel 21143 and various workalikes
187 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
188 device          gem             # Sun GEM/Sun ERI/Apple GMAC
189 device          hme             # Sun HME (Happy Meal Ethernet)
190 device          nge             # NatSemi DP83820 gigabit Ethernet
191 #device         pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
192 device          re              # RealTek 8139C+/8169/8169S/8110S
193 device          rl              # RealTek 8129/8139
194 device          sf              # Adaptec AIC-6915 (``Starfire'')
195 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
196 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
197 device          ste             # Sundance ST201 (D-Link DFE-550TX)
198 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
199 #device         tl              # Texas Instruments ThunderLAN
200 #device         tx              # SMC EtherPower II (83c170 ``EPIC'')
201 device          vr              # VIA Rhine, Rhine II
202 #device         wb              # Winbond W89C840F
203 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
204
205 # Wireless NIC cards
206 device          wlan            # 802.11 support
207 options         IEEE80211_DEBUG # enable debug msgs
208 options         IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's
209 options         IEEE80211_SUPPORT_MESH  # enable 802.11s D3.0 support
210 device          wlan_wep        # 802.11 WEP support
211 device          wlan_ccmp       # 802.11 CCMP support
212 device          wlan_tkip       # 802.11 TKIP support
213 device          wlan_amrr       # AMRR transmit rate control algorithm
214 device          ath             # Atheros NICs
215 device          ath_pci         # Atheros pci/cardbus glue
216 device          ath_hal         # Atheros HAL (Hardware Access Layer)
217 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
218 device          ath_rate_sample # SampleRate tx rate control for ath
219
220 # Pseudo devices.
221 device          loop            # Network loopback
222 device          random          # Entropy device
223 device          ether           # Ethernet support
224 device          vlan            # 802.1Q VLAN support
225 device          tun             # Packet tunnel.
226 device          md              # Memory "disks"
227 device          gif             # IPv6 and IPv4 tunneling
228 device          firmware        # firmware assist module
229
230 # The `bpf' device enables the Berkeley Packet Filter.
231 # Be aware of the administrative consequences of enabling this!
232 # Note that 'bpf' is required for DHCP.
233 device          bpf             # Berkeley packet filter
234
235 # USB support
236 options         USB_DEBUG       # enable debug msgs
237 device          uhci            # UHCI PCI->USB interface
238 device          ohci            # OHCI PCI->USB interface
239 device          ehci            # EHCI PCI->USB interface (USB 2.0)
240 device          usb             # USB Bus (required)
241 device          ukbd            # Keyboard
242 device          umass           # Disks/Mass storage - Requires scbus and da
243
244 # Sound support
245 device          sound           # Generic sound driver (required)
246 device          snd_audiocs     # Crystal Semiconductor CS4231
247 device          snd_es137x      # Ensoniq AudioPCI ES137x
248 device          snd_t4dwave     # Acer Labs M5451