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