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