]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - sys/sun4v/conf/GENERIC
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / sys / sun4v / 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             SUN4V
24 ident           GENERIC
25
26 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
27 makeoptions     NO_MODULES=""           # disable modules (aicasm in buildenv)
28
29 # Platforms supported
30 #       At this time all platforms are supported, as-is.
31
32 options         SCHED_4BSD              # 4BSD scheduler
33 #options        PREEMPTION              # Enable kernel thread preemption
34 options         INET                    # InterNETworking
35 options         INET6                   # IPv6 communications protocols
36 options         SCTP                    # Stream Control Transmission Protocol
37 options         FFS                     # Berkeley Fast Filesystem
38 options         SOFTUPDATES             # Enable FFS soft updates support
39 options         UFS_ACL                 # Support for access control lists
40 options         UFS_DIRHASH             # Improve performance on big directories
41 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
42 options         MD_ROOT                 # MD is a potential root device
43 options         NFSCLIENT               # Network Filesystem Client
44 options         NFSSERVER               # Network Filesystem Server
45 options         NFSLOCKD                # Network Lock Manager
46 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
47 #options        MSDOSFS                 # MSDOS Filesystem
48 options         NULLFS
49 options         CD9660                  # ISO 9660 Filesystem
50 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
51 options         PSEUDOFS                # Pseudo-filesystem framework
52 options         GEOM_PART_GPT           # GUID Partition Tables.
53 options         GEOM_LABEL              # Provides labelization
54 options         COMPAT_43TTY            # BSD 4.3 TTY compat (sgtty)
55 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
56 options         KTRACE                  # ktrace(1) support
57 options         STACK                   # stack(9) support
58 options         SYSVSHM                 # SYSV-style shared memory
59 options         SYSVMSG                 # SYSV-style message queues
60 options         SYSVSEM                 # SYSV-style semaphores
61 options         P1003_1B_SEMAPHORES     # POSIX-style semaphores
62 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
63 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
64                                         # output.  Adds ~128k to driver.
65 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
66 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
67 options         AUDIT                   # Security event auditing
68 options         MAC                     # TrustedBSD MAC Framework
69
70 # Debugging for use in -current
71 options         KDB                     # Enable kernel debugger support.
72 options         KDB_TRACE
73 options         DDB                     # Support DDB.
74 #options        TRAP_TRACING            # Enable trap tracing.
75 #options        TRAP_TRACE_ENTRIES=256  # Trap trace buffer entries.
76 #options        GDB                     # Support remote GDB.
77 #options        INVARIANTS              # Enable calls of extra sanity checking
78 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
79 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
80 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
81 #options        DEBUG_LOCKS
82 #options        DEBUG_VFS_LOCKS
83
84 # To make an SMP kernel, the next line is needed
85 options         SMP                     # Symmetric MultiProcessor Kernel
86
87 # Standard busses
88 device          pci
89 #device         isa
90
91
92 # Floppy drives
93 #device         fdc
94
95 # ATA and ATAPI devices
96 device          ata
97 #device         atadisk         # ATA disk drives
98 device          atapicd         # ATAPI CDROM drives
99 #device         atapifd         # ATAPI floppy drives
100 #device         atapist         # ATAPI tape drives
101 #       Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
102 #       and you will not mount an ATA /.
103 #options        ATA_STATIC_ID   # Static device numbering
104
105 # SCSI Controllers
106 #device         ahc             # AHA2940 and onboard AIC7xxx devices
107 #device         isp             # Qlogic family
108 #device         ispfw           # Firmware module for Qlogic host adapters
109 device          mpt             # LSI-Logic MPT-Fusion (not yet)
110 #device         ncr             # NCR/Symbios Logic
111 #device         sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
112 #device         esp             # NCR53c9x (FEPS/FAS366)
113
114 # SCSI peripherals
115 device          scbus           # SCSI bus (required for SCSI)
116 device          ch              # SCSI media changers
117 device          da              # Direct Access (disks)
118 device          sa              # Sequential Access (tape etc)
119 device          cd              # CD
120 device          pass            # Passthrough device (direct SCSI access)
121 device          ses             # SCSI Environmental Services (and SAF-TE)
122
123 # RAID controllers
124 #device         amr             # AMI MegaRAID
125 #device         mlx             # Mylex DAC960 family
126
127 # syscons is the default console driver, resembling an SCO console
128 #device         sc
129 #device         splash          # Splash screen and screen saver support
130 #options        KBD_INSTALL_CDEV # install a CDEV entry in /dev
131
132 #device         ofw_console     # Open Firmware console device
133
134 # Builtin hardware
135 #device         auxio           # auxiliary I/O device
136 #device         clkbrd          # Clock Board (blinkenlight on Sun Exx00)
137 #device         eeprom          # eeprom (really a front-end for the MK48Txx)
138 #device         mk48txx         # Mostek MK48Txx clocks
139 #device         rtc             # rtc (really a front-end for the MC146818)
140 #device         mc146818        # Motorola MC146818 and compatible clocks
141
142 # Serial (COM) ports
143 #device         sab             # Siemens SAB82532 based serial ports
144 #device         uart            # Multi-uart driver
145 #device         puc             # Multi-channel uarts
146
147 # Parallel port
148 #device         ppc
149 #device         ppbus           # Parallel port bus (required)
150 #device         lpt             # Printer
151 #device         plip            # TCP/IP over parallel
152 #device         ppi             # Parallel port interface device
153 #device         vpo             # Requires scbus and da
154  
155 # PCI Ethernet NICs.
156 #device         de              # DEC/Intel DC21x4x (``Tulip'')
157 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
158 #device         ixgb            # Intel PRO/10GbE Ethernet Card
159 #device         le              # AMD Am7900 LANCE and Am79C9xx PCnet
160 #device         txp             # 3Com 3cR990 (``Typhoon'')
161 #device         vx              # 3Com 3c590, 3c595 (``Vortex'')
162
163 # PCI Ethernet NICs that use the common MII bus controller code.
164 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
165 device          miibus          # MII bus support
166 device          bge             # Broadcom BCM570xx Gigabit Ethernet
167
168 # Pseudo devices.
169 device          loop            # Network loopback
170 device          random          # Entropy device
171 device          ether           # Ethernet support
172 device          tun             # Packet tunnel.
173 device          pty             # BSD-style compatibility pseudo ttys
174 device          md              # Memory "disks"
175 device          gif             # IPv6 and IPv4 tunneling
176 device          faith           # IPv6-to-IPv4 relaying (translation)
177
178 # The `bpf' device enables the Berkeley Packet Filter.
179 # Be aware of the administrative consequences of enabling this!
180 # Note that 'bpf' is required for DHCP.
181 device          bpf             # Berkeley packet filter
182
183 # USB support
184 #device         uhci            # UHCI PCI->USB interface
185 #device         ohci            # OHCI PCI->USB interface
186 device          usb             # USB Bus (required)
187 #device         udbp            # USB Double Bulk Pipe devices
188 device          uhid            # "Human Interface Devices"
189 #device         ukbd            # Keyboard
190 device          ulpt            # Printer
191 #device         umass           # Disks/Mass storage - Requires scbus and da
192 device          ums             # Mouse
193 #device         urio            # Diamond Rio 500 MP3 player
194 # USB Ethernet, requires mii
195 #device         aue             # ADMtek USB Ethernet
196 #device         axe             # ASIX Electronics USB Ethernet
197 #device         cdce            # Generic USB over Ethernet
198 #device         cue             # CATC USB Ethernet
199 #device         kue             # Kawasaki LSI USB Ethernet
200 #device         rue             # RealTek RTL8150 USB Ethernet
201
202 # FireWire support
203 #device         firewire        # FireWire bus code
204 #device         sbp             # SCSI over FireWire (Requires scbus and da)
205 #device         fwe             # Ethernet over FireWire (non-standard!)
206
207 #options        SIMULATOR       # compile for ISA simulator
208 #options        KTR
209 #options        KTR_MASK=(KTR_TRAP)
210 #options                USB_DEBUG
211 #options                USB_VERBOSE
212 #options                DEBUG_LOCKS
213 #options                DEBUG_VFS_LOCKS
214
215 device          ccd
216
217 # sched_lock incurs a rather high overhead at a 1000Hz with 32 cpus
218 # on most arches and in most cases 1000Hz pessimizes performance
219 # its choice was not adequately researched
220 options         HZ=100
221