]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/sparc64/conf/GENERIC
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
72 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
73 options         AUDIT                   # Security event auditing
74 options         MAC                     # TrustedBSD MAC Framework
75 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
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
147 # Serial (COM) ports
148 device          puc             # Multi-channel uarts
149 device          scc             # Serial communications controllers.
150 device          uart            # Multi-uart driver
151
152 # Parallel port
153 #device         ppc
154 #device         ppbus           # Parallel port bus (required)
155 #device         lpt             # Printer
156 #device         plip            # TCP/IP over parallel
157 #device         ppi             # Parallel port interface device
158 #device         vpo             # Requires scbus and da
159
160 # PCI Ethernet NICs.
161 #device         de              # DEC/Intel DC21x4x (``Tulip'')
162 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
163 #device         ixgb            # Intel PRO/10GbE Ethernet Card
164 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
165 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
166 device          txp             # 3Com 3cR990 (``Typhoon'')
167 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
168
169 # PCI Ethernet NICs that use the common MII bus controller code.
170 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
171 device          miibus          # MII bus support
172 #device         bfe             # Broadcom BCM440x 10/100 Ethernet
173 device          bge             # Broadcom BCM570xx Gigabit Ethernet
174 device          cas             # Sun Cassini/Cassini+ and NS DP83065 Saturn
175 device          dc              # DEC/Intel 21143 and various workalikes
176 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
177 device          gem             # Sun GEM/Sun ERI/Apple GMAC
178 device          hme             # Sun HME (Happy Meal Ethernet)
179 device          nge             # NatSemi DP83820 gigabit Ethernet
180 #device         pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
181 device          re              # RealTek 8139C+/8169/8169S/8110S
182 device          rl              # RealTek 8129/8139
183 device          sf              # Adaptec AIC-6915 (``Starfire'')
184 #device         sis             # Silicon Integrated Systems SiS 900/SiS 7016
185 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
186 device          ste             # Sundance ST201 (D-Link DFE-550TX)
187 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
188 #device         tl              # Texas Instruments ThunderLAN
189 #device         tx              # SMC EtherPower II (83c170 ``EPIC'')
190 device          vr              # VIA Rhine, Rhine II
191 #device         wb              # Winbond W89C840F
192 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
193
194 # Wireless NIC cards
195 device          wlan            # 802.11 support
196 options         IEEE80211_DEBUG # enable debug msgs
197 options         IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's
198 options         IEEE80211_SUPPORT_MESH  # enable 802.11s D3.0 support
199 device          wlan_wep        # 802.11 WEP support
200 device          wlan_ccmp       # 802.11 CCMP support
201 device          wlan_tkip       # 802.11 TKIP support
202 device          wlan_amrr       # AMRR transmit rate control algorithm
203 device          ath             # Atheros pci/cardbus NIC's
204 device          ath_hal         # Atheros HAL (Hardware Access Layer)
205 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
206 device          ath_rate_sample # SampleRate tx rate control for ath
207
208 # Pseudo devices.
209 device          loop            # Network loopback
210 device          random          # Entropy device
211 device          ether           # Ethernet support
212 device          vlan            # 802.1Q VLAN support
213 device          tun             # Packet tunnel.
214 device          pty             # BSD-style compatibility pseudo ttys
215 device          md              # Memory "disks"
216 device          gif             # IPv6 and IPv4 tunneling
217 device          faith           # IPv6-to-IPv4 relaying (translation)
218 device          firmware        # firmware assist module
219
220 # The `bpf' device enables the Berkeley Packet Filter.
221 # Be aware of the administrative consequences of enabling this!
222 # Note that 'bpf' is required for DHCP.
223 device          bpf             # Berkeley packet filter
224
225 # USB support
226 options         USB_DEBUG       # enable debug msgs
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