]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/sparc64/conf/GENERIC
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 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$
22
23 cpu             SUN4U
24 ident           GENERIC
25
26 # To statically compile in device wiring instead of /boot/device.hints
27 #hints          "GENERIC.hints"         # Default places to look for devices.
28
29 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
30
31 # Platforms supported
32 #       At this time all platforms are supported, as-is.
33
34 options         SCHED_4BSD              # 4BSD scheduler
35 #options        PREEMPTION              # Enable kernel thread preemption
36 options         INET                    # InterNETworking
37 options         INET6                   # IPv6 communications protocols
38 options         SCTP                    # Stream Control Transmission Protocol
39 options         FFS                     # Berkeley Fast Filesystem
40 options         SOFTUPDATES             # Enable FFS soft updates support
41 options         UFS_ACL                 # Support for access control lists
42 options         UFS_DIRHASH             # Improve performance on big directories
43 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
44 options         MD_ROOT                 # MD is a potential root device
45 options         NFSCLIENT               # Network Filesystem Client
46 options         NFSSERVER               # Network Filesystem Server
47 options         NFSLOCKD                # Network Lock Manager
48 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
49 #options        MSDOSFS                 # MSDOS Filesystem
50 options         CD9660                  # ISO 9660 Filesystem
51 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
52 options         PSEUDOFS                # Pseudo-filesystem framework
53 options         GEOM_PART_GPT           # GUID Partition Tables.
54 options         GEOM_LABEL              # Provides labelization
55 options         COMPAT_43TTY            # BSD 4.3 TTY compat [KEEP THIS!]
56 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
57 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
58 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
59 options         KTRACE                  # ktrace(1) support
60 options         STACK                   # stack(9) support
61 options         SYSVSHM                 # SYSV-style shared memory
62 options         SYSVMSG                 # SYSV-style message queues
63 options         SYSVSEM                 # SYSV-style semaphores
64 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
65 options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
66 options         AUDIT                   # Security event auditing
67
68 # To make an SMP kernel, the next line is needed
69 options         SMP                     # Symmetric MultiProcessor Kernel
70
71 # Standard busses
72 device          ebus
73 device          isa
74 device          pci
75 device          sbus
76 device          central
77 device          fhc
78
79 # Floppy drives
80 #device         fdc
81
82 # ATA and ATAPI devices
83 device          ata
84 device          atadisk         # ATA disk drives
85 device          atapicd         # ATAPI CDROM drives
86 #device         atapifd         # ATAPI floppy drives
87 #device         atapist         # ATAPI tape drives
88 #       Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
89 #       and you will not mount an ATA /.
90 #options        ATA_STATIC_ID   # Static device numbering
91
92 # SCSI Controllers
93 device          ahc             # AHA2940 and onboard AIC7xxx devices
94 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
95                                         # output.  Adds ~128k to driver.
96 device          isp             # Qlogic family
97 device          ispfw           # Firmware module for Qlogic host adapters
98 device          mpt             # LSI-Logic MPT-Fusion
99 device          sym             # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
100 device          esp             # NCR53c9x (FEPS/FAS366)
101
102 # SCSI peripherals
103 device          scbus           # SCSI bus (required for SCSI)
104 device          ch              # SCSI media changers
105 device          da              # Direct Access (disks)
106 device          sa              # Sequential Access (tape etc)
107 device          cd              # CD
108 device          pass            # Passthrough device (direct SCSI access)
109 device          ses             # SCSI Environmental Services (and SAF-TE)
110
111 # RAID controllers
112 #device         amr             # AMI MegaRAID
113 #device         mlx             # Mylex DAC960 family
114
115 # atkbdc0 controls both the keyboard and the PS/2 mouse
116 device          atkbdc          # AT keyboard controller
117 device          atkbd           # AT keyboard
118 device          psm             # PS/2 mouse
119
120 device          kbdmux          # keyboard multiplexer
121
122 # syscons is the default console driver, resembling an SCO console
123 device          sc
124 device          creator         # Creator, Creator3D and Elite3D framebuffers
125 device          machfb          # ATI Mach64 framebuffers
126 device          splash          # Splash screen and screen saver support
127 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
128
129 #device         ofw_console     # Open Firmware console device
130
131 # Builtin hardware
132 device          auxio           # auxiliary I/O device
133 device          clkbrd          # Clock Board (blinkenlight on Sun Exx00)
134 device          genclock        # Generic clock interface
135 device          eeprom          # eeprom (really a front-end for the MK48Txx)
136 device          mk48txx         # Mostek MK48Txx clocks
137 device          rtc             # rtc (really a front-end for the MC146818)
138 device          mc146818        # Motorola MC146818 and compatible clocks
139
140 # Serial (COM) ports
141 device          puc             # Multi-channel uarts
142 device          scc             # Serial communications controllers.
143 device          uart            # Multi-uart driver
144
145 # Parallel port
146 #device         ppc
147 #device         ppbus           # Parallel port bus (required)
148 #device         lpt             # Printer
149 #device         plip            # TCP/IP over parallel
150 #device         ppi             # Parallel port interface device
151 #device         vpo             # Requires scbus and da
152
153 # PCI Ethernet NICs.
154 #device         de              # DEC/Intel DC21x4x (``Tulip'')
155 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
156 #device         ixgb            # Intel PRO/10GbE Ethernet Card
157 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
158 device          txp             # 3Com 3cR990 (``Typhoon'')
159 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
160
161 # PCI Ethernet NICs that use the common MII bus controller code.
162 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
163 device          miibus          # MII bus support
164 #device         bfe             # Broadcom BCM440x 10/100 Ethernet
165 device          bge             # Broadcom BCM570xx Gigabit Ethernet
166 device          dc              # DEC/Intel 21143 and various workalikes
167 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
168 device          gem             # Sun GEM/Sun ERI/Apple GMAC
169 device          hme             # Sun HME (Happy Meal Ethernet)
170 #device         pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
171 device          re              # RealTek 8139C+/8169/8169S/8110S
172 device          rl              # RealTek 8129/8139
173 device          sf              # Adaptec AIC-6915 (``Starfire'')
174 #device         sis             # Silicon Integrated Systems SiS 900/SiS 7016
175 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
176 #device         ste             # Sundance ST201 (D-Link DFE-550TX)
177 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
178 device          ti              # Alteon Networks Tigon I/II gigabit Ethernet
179 #device         tl              # Texas Instruments ThunderLAN
180 #device         tx              # SMC EtherPower II (83c170 ``EPIC'')
181 device          vr              # VIA Rhine, Rhine II
182 #device         wb              # Winbond W89C840F
183 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
184
185 # Wireless NIC cards
186 device          wlan            # 802.11 support
187 device          wlan_wep        # 802.11 WEP support
188 device          wlan_ccmp       # 802.11 CCMP support
189 device          wlan_tkip       # 802.11 TKIP support
190 device          wlan_scan_ap    # 802.11 AP mode scanning
191 device          wlan_scan_sta   # 802.11 STA mode scanning
192 device          ath             # Atheros pci/cardbus NIC's
193 device          ath_hal         # Atheros HAL (Hardware Access Layer)
194 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
195 device          ath_rate_sample # SampleRate tx rate control for ath
196
197 # Pseudo devices.
198 device          loop            # Network loopback
199 device          random          # Entropy device
200 device          ether           # Ethernet support
201 device          sl              # Kernel SLIP
202 device          ppp             # Kernel PPP
203 device          tun             # Packet tunnel.
204 device          pty             # Pseudo-ttys (telnet etc)
205 device          md              # Memory "disks"
206 device          gif             # IPv6 and IPv4 tunneling
207 device          faith           # IPv6-to-IPv4 relaying (translation)
208 device          firmware        # firmware assist module
209
210 # The `bpf' device enables the Berkeley Packet Filter.
211 # Be aware of the administrative consequences of enabling this!
212 # Note that 'bpf' is required for DHCP.
213 device          bpf             # Berkeley packet filter
214
215 # USB support
216 #device         uhci            # UHCI PCI->USB interface
217 device          ohci            # OHCI PCI->USB interface
218 device          usb             # USB Bus (required)
219 #device         udbp            # USB Double Bulk Pipe devices
220 #device         ugen            # Generic
221 #device         uhid            # "Human Interface Devices"
222 device          ukbd            # Keyboard
223 #device         ulpt            # Printer
224 #device         umass           # Disks/Mass storage - Requires scbus and da
225 device          ums             # Mouse
226 #device         urio            # Diamond Rio 500 MP3 player
227 #device         uscanner        # Scanners
228 # USB Ethernet, requires mii
229 #device         aue             # ADMtek USB Ethernet
230 #device         axe             # ASIX Electronics USB Ethernet
231 #device         cdce            # Generic USB over Ethernet
232 #device         cue             # CATC USB Ethernet
233 #device         kue             # Kawasaki LSI USB Ethernet
234 #device         rue             # RealTek RTL8150 USB Ethernet
235
236 # FireWire support
237 device          firewire        # FireWire bus code
238 device          sbp             # SCSI over FireWire (Requires scbus and da)
239 device          fwe             # Ethernet over FireWire (non-standard!)
240 device          fwip            # IP over FireWire (RFC 2734,3146)
241 device          dcons           # Dumb console driver
242 device          dcons_crom      # Configuration ROM for dcons