]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/sun4v/conf/GENERIC
Use the correct expanded name for SCTP.
[FreeBSD/FreeBSD.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         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
46 #options        MSDOSFS                 # MSDOS Filesystem
47 options         NULLFS
48 options         CD9660                  # ISO 9660 Filesystem
49 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
50 options         PSEUDOFS                # Pseudo-filesystem framework
51 options         GEOM_PART_GPT           # GUID Partition Tables.
52 options         GEOM_LABEL              # Provides labelization
53 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
54 options         COMPAT_43TTY            # BSD 4.3 TTY compat [KEEP THIS!]
55 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
56 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
57 options         KTRACE                  # ktrace(1) support
58 options         SYSVSHM                 # SYSV-style shared memory
59 options         SYSVMSG                 # SYSV-style message queues
60 options         SYSVSEM                 # SYSV-style semaphores
61 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
62 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
63                                         # output.  Adds ~128k to driver.
64 options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
65 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
66 options         AUDIT                   # Security event auditing
67
68 # Debugging for use in -current
69 options         KDB                     # Enable kernel debugger support.
70 options         KDB_TRACE
71 options         DDB                     # Support DDB.
72 #options        TRAP_TRACING            # Enable trap tracing.
73 #options        TRAP_TRACE_ENTRIES=256  # Trap trace buffer entries.
74 #options        GDB                     # Support remote GDB.
75 #options        INVARIANTS              # Enable calls of extra sanity checking
76 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
77 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
78 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
79 #options                DEBUG_LOCKS
80 #options                DEBUG_VFS_LOCKS
81
82 # To make an SMP kernel, the next line is needed
83 options         SMP                     # Symmetric MultiProcessor Kernel
84
85 # Standard busses
86 device          pci
87 #device         isa
88
89
90 # Floppy drives
91 #device         fdc
92
93 # ATA and ATAPI devices
94 device          ata
95 #device         atadisk         # ATA disk drives
96 device          atapicd         # ATAPI CDROM drives
97 #device         atapifd         # ATAPI floppy drives
98 #device         atapist         # ATAPI tape drives
99 #       Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
100 #       and you will not mount an ATA /.
101 #options        ATA_STATIC_ID   # Static device numbering
102
103 # SCSI Controllers
104 #device         ahc             # AHA2940 and onboard AIC7xxx devices
105 #device         isp             # Qlogic family
106 #device         ispfw           # Firmware module for Qlogic host adapters
107 device          mpt             # LSI-Logic MPT-Fusion (not yet)
108 #device         ncr             # NCR/Symbios Logic
109 #device         sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
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 # syscons is the default console driver, resembling an SCO console
126 #device         sc
127 #device         splash          # Splash screen and screen saver support
128 #options        KBD_INSTALL_CDEV # install a CDEV entry in /dev
129
130 #device         ofw_console     # Open Firmware console device
131
132 # Builtin hardware
133 #device         auxio           # auxiliary I/O device
134 #device         clkbrd          # Clock Board (blinkenlight on Sun Exx00)
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         sab             # Siemens SAB82532 based serial ports
142 #device         uart            # Multi-uart driver
143 #device         puc             # Multi-channel uarts
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          bge             # Broadcom BCM570xx Gigabit Ethernet
165
166 # Pseudo devices.
167 device          loop            # Network loopback
168 device          random          # Entropy device
169 device          ether           # Ethernet support
170 device          sl              # Kernel SLIP
171 device          ppp             # Kernel PPP
172 device          tun             # Packet tunnel.
173 device          pty             # Pseudo-ttys (telnet etc)
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          ugen            # Generic
189 device          uhid            # "Human Interface Devices"
190 #device         ukbd            # Keyboard
191 device          ulpt            # Printer
192 #device         umass           # Disks/Mass storage - Requires scbus and da
193 device          ums             # Mouse
194 #device         urio            # Diamond Rio 500 MP3 player
195 #device         uscanner        # Scanners
196 # USB Ethernet, requires mii
197 #device         aue             # ADMtek USB Ethernet
198 #device         axe             # ASIX Electronics USB Ethernet
199 #device         cdce            # Generic USB over Ethernet
200 #device         cue             # CATC USB Ethernet
201 #device         kue             # Kawasaki LSI USB Ethernet
202 #device         rue             # RealTek RTL8150 USB Ethernet
203
204 # FireWire support
205 #device         firewire        # FireWire bus code
206 #device         sbp             # SCSI over FireWire (Requires scbus and da)
207 #device         fwe             # Ethernet over FireWire (non-standard!)
208
209 #options                SIMULATOR       # compile for ISA simulator
210 #options                KTR
211 #options                KTR_MASK=(KTR_TRAP)
212 #options                        USB_DEBUG
213 #options                        USBVERBOSE
214 #options                        DEBUG_LOCKS
215 #options                        DEBUG_VFS_LOCKS
216
217 device          ccd
218
219 # sched_lock incurs a rather high overhead at a 1000Hz with 32 cpus
220 # on most arches and in most cases 1000Hz pessimizes performance
221 # its choice was not adequately researched
222 options         HZ=100
223