]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/sparc64/conf/GENERIC
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
[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_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_FREEBSD5         # Compatible with FreeBSD5
51 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
52 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
53 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
54 options         KTRACE                  # ktrace(1) support
55 options         STACK                   # stack(9) support
56 options         SYSVSHM                 # SYSV-style shared memory
57 options         SYSVMSG                 # SYSV-style message queues
58 options         SYSVSEM                 # SYSV-style semaphores
59 options         P1003_1B_SEMAPHORES     # POSIX-style semaphores
60 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
61 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
62 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
63 options         AUDIT                   # Security event auditing
64 options         MAC                     # TrustedBSD MAC Framework
65 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
66
67 # Debugging for use in -current
68 options         KDB                     # Enable kernel debugger support.
69 options         DDB                     # Support DDB.
70 options         GDB                     # Support remote GDB.
71 options         DEADLKRES               # Enable the deadlock resolver
72 options         INVARIANTS              # Enable calls of extra sanity checking
73 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
74 options         WITNESS                 # Enable checks to detect deadlocks and cycles
75 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
76
77 # Make an SMP-capable kernel by default
78 options         SMP                     # Symmetric MultiProcessor Kernel
79
80 # Standard busses
81 device          ebus
82 device          isa
83 device          pci
84 device          sbus
85 device          central
86 device          fhc
87
88 # Floppy drives
89 #device         fdc
90
91 # ATA and ATAPI devices
92 device          ata
93 device          atadisk         # ATA disk drives
94 device          atapicd         # ATAPI CDROM drives
95 #device         atapifd         # ATAPI floppy drives
96 #device         atapist         # ATAPI tape drives
97 #       Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
98 #       and you will not mount an ATA /.
99 #options        ATA_STATIC_ID   # Static device numbering
100
101 # SCSI Controllers
102 device          ahc             # AHA2940 and onboard AIC7xxx devices
103 options         AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
104 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
105                                         # output.  Adds ~128k to driver.
106 device          isp             # Qlogic family
107 device          ispfw           # Firmware module for Qlogic host adapters
108 device          mpt             # LSI-Logic MPT-Fusion
109 device          sym             # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
110 device          esp             # NCR53c9x (FEPS/FAS366)
111
112 # SCSI peripherals
113 device          scbus           # SCSI bus (required for SCSI)
114 device          ch              # SCSI media changers
115 device          da              # Direct Access (disks)
116 device          sa              # Sequential Access (tape etc)
117 device          cd              # CD
118 device          pass            # Passthrough device (direct SCSI access)
119 device          ses             # SCSI Environmental Services (and SAF-TE)
120
121 # RAID controllers
122 #device         amr             # AMI MegaRAID
123 #device         mlx             # Mylex DAC960 family
124
125 # atkbdc0 controls both the keyboard and the PS/2 mouse
126 device          atkbdc          # AT keyboard controller
127 device          atkbd           # AT keyboard
128 device          psm             # PS/2 mouse
129
130 device          kbdmux          # keyboard multiplexer
131
132 # syscons is the default console driver, resembling an SCO console
133 device          sc
134 device          creator         # Creator, Creator3D and Elite3D framebuffers
135 device          machfb          # ATI Mach64 framebuffers
136 device          splash          # Splash screen and screen saver support
137 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
138
139 # Builtin hardware
140 device          auxio           # auxiliary I/O device
141 device          eeprom          # eeprom (really a front-end for the MK48Txx)
142 device          mk48txx         # Mostek MK48Txx clocks
143 device          rtc             # rtc (really a front-end for the MC146818)
144 device          mc146818        # Motorola MC146818 and compatible clocks
145 device          epic            # Sun Fire V215/V245 LEDs
146 device          sbbc            # Sun BootBus controller (time-of-day clock for
147                                 # Serengeti and StarCat, console for Serengeti,
148                                 # requires device uart)
149
150 # Serial (COM) ports
151 device          puc             # Multi-channel uarts
152 device          scc             # Serial communications controllers.
153 device          uart            # Multi-uart driver
154
155 # Parallel port
156 #device         ppc
157 #device         ppbus           # Parallel port bus (required)
158 #device         lpt             # Printer
159 #device         plip            # TCP/IP over parallel
160 #device         ppi             # Parallel port interface device
161 #device         vpo             # Requires scbus and da
162
163 # PCI Ethernet NICs.
164 #device         de              # DEC/Intel DC21x4x (``Tulip'')
165 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
166 #device         ixgb            # Intel PRO/10GbE Ethernet Card
167 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
168 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
169 device          txp             # 3Com 3cR990 (``Typhoon'')
170 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
171
172 # PCI Ethernet NICs that use the common MII bus controller code.
173 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
174 device          miibus          # MII bus support
175 #device         bfe             # Broadcom BCM440x 10/100 Ethernet
176 device          bge             # Broadcom BCM570xx Gigabit Ethernet
177 device          cas             # Sun Cassini/Cassini+ and NS DP83065 Saturn
178 device          dc              # DEC/Intel 21143 and various workalikes
179 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
180 device          gem             # Sun GEM/Sun ERI/Apple GMAC
181 device          hme             # Sun HME (Happy Meal Ethernet)
182 device          nge             # NatSemi DP83820 gigabit Ethernet
183 #device         pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
184 device          re              # RealTek 8139C+/8169/8169S/8110S
185 device          rl              # RealTek 8129/8139
186 device          sf              # Adaptec AIC-6915 (``Starfire'')
187 #device         sis             # Silicon Integrated Systems SiS 900/SiS 7016
188 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
189 device          ste             # Sundance ST201 (D-Link DFE-550TX)
190 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
191 #device         tl              # Texas Instruments ThunderLAN
192 #device         tx              # SMC EtherPower II (83c170 ``EPIC'')
193 device          vr              # VIA Rhine, Rhine II
194 #device         wb              # Winbond W89C840F
195 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
196
197 # Wireless NIC cards
198 device          wlan            # 802.11 support
199 options         IEEE80211_DEBUG # enable debug msgs
200 options         IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's
201 options         IEEE80211_SUPPORT_MESH  # enable 802.11s D3.0 support
202 device          wlan_wep        # 802.11 WEP support
203 device          wlan_ccmp       # 802.11 CCMP support
204 device          wlan_tkip       # 802.11 TKIP support
205 device          wlan_amrr       # AMRR transmit rate control algorithm
206 device          ath             # Atheros pci/cardbus NIC's
207 device          ath_hal         # Atheros HAL (Hardware Access Layer)
208 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
209 device          ath_rate_sample # SampleRate tx rate control for ath
210
211 # Pseudo devices.
212 device          loop            # Network loopback
213 device          random          # Entropy device
214 device          ether           # Ethernet support
215 device          vlan            # 802.1Q VLAN support
216 device          tun             # Packet tunnel.
217 device          pty             # BSD-style compatibility pseudo ttys
218 device          md              # Memory "disks"
219 device          gif             # IPv6 and IPv4 tunneling
220 device          faith           # IPv6-to-IPv4 relaying (translation)
221 device          firmware        # firmware assist module
222
223 # The `bpf' device enables the Berkeley Packet Filter.
224 # Be aware of the administrative consequences of enabling this!
225 # Note that 'bpf' is required for DHCP.
226 device          bpf             # Berkeley packet filter
227
228 # USB support
229 options         USB_DEBUG       # enable debug msgs
230 device          uhci            # UHCI PCI->USB interface
231 device          ohci            # OHCI PCI->USB interface
232 device          ehci            # EHCI PCI->USB interface (USB 2.0)
233 device          usb             # USB Bus (required)
234 #device         udbp            # USB Double Bulk Pipe devices
235 device          uhid            # "Human Interface Devices"
236 device          ukbd            # Keyboard
237 device          ulpt            # Printer
238 device          umass           # Disks/Mass storage - Requires scbus and da
239 device          ums             # Mouse
240 device          urio            # Diamond Rio 500 MP3 player
241 # USB Serial devices
242 device          uark            # Technologies ARK3116 based serial adapters
243 device          ubsa            # Belkin F5U103 and compatible serial adapters
244 device          uftdi           # For FTDI usb serial adapters
245 device          uipaq           # Some WinCE based devices
246 device          uplcom          # Prolific PL-2303 serial adapters
247 device          uslcom          # SI Labs CP2101/CP2102 serial adapters
248 device          uvisor          # Visor and Palm devices
249 device          uvscom          # USB serial support for DDI pocket's PHS
250 # USB Ethernet, requires miibus
251 device          aue             # ADMtek USB Ethernet
252 device          axe             # ASIX Electronics USB Ethernet
253 device          cdce            # Generic USB over Ethernet
254 device          cue             # CATC USB Ethernet
255 device          kue             # Kawasaki LSI USB Ethernet
256 device          rue             # RealTek RTL8150 USB Ethernet
257 device          udav            # Davicom DM9601E USB
258 # USB Wireless
259 device          rum             # Ralink Technology RT2501USB wireless NICs
260 device          uath            # Atheros AR5523 wireless NICs
261 device          ural            # Ralink Technology RT2500USB wireless NICs
262 device          zyd             # ZyDAS zb1211/zb1211b wireless NICs
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