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