HADES revision 1.51.2.3.2.1 1 #
2 # $NetBSD: HADES,v 1.51.2.3.2.1 2005/04/02 21:43:44 he Exp $
3 #
4 # This file was automatically created. Changes will be
5 # lost when running makeconf in this directory.
6 #
7 # Created from:
8 # NetBSD: HADES.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
9 # NetBSD: GENERIC.in,v 1.33.2.3 2004/07/15 20:18:24 he Exp $
10
11 #This configuration file is for a generic Medusa-Hades
12
13 #Generic atari
14
15 include "arch/atari/conf/std.hades"
16
17 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
18
19 #Add support for about 16 users. This variable is used to size
20 #various kernel structures.
21
22 maxusers 16
23
24 options HZ=64 # Set the clock-rate (48/64/96)
25
26 #Standard system options
27 options INSECURE # disable kernel security levels
28 #options NTP # NTP phase/frequency locked loop
29
30 #Enable experimental buffer queue strategy for better responsiveness under
31 #high disk I/O load. Use it with caution - it's not proven to be stable yet.
32 #options NEW_BUFQ_STRATEGY
33
34 #(Co)processors this kernel should support
35
36 options M68040 # support for 040
37 options M68060 # support for 060
38 options FPSP # 68040 Floatingpoint support
39 options M060SP # MC68060 software support (Required for 060)
40
41 #Networking options
42
43 options INET # IP + ICMP + TCP + UDP
44
45 options INET6 # IPV6
46 #options IPSEC # IP security
47 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
48 #options IPSEC_DEBUG # debug for IP security
49 #options GATEWAY # packet forwarding
50 #options MROUTING # IP multicast routing
51 options NS # XNS
52 #options NSIP # XNS tunneling over IP
53 options ISO,TPIP # OSI
54 #options EON # OSI tunneling over IP
55 options CCITT,LLC,HDLC # X.25
56
57 options NETATALK # AppleTalk networking protocols
58
59 options PPP_BSDCOMP # BSD-Compress compression support for PPP
60 options PPP_DEFLATE # Deflate compression support for PPP
61 options PPP_FILTER # Active filter support for PPP (requires bpf)
62
63 options PFIL_HOOKS # pfil(9) packet filter hooks
64 options IPFILTER_LOG # ipmon(8) log support
65 #options IPFILTER_DEFAULT_BLOCK # block packages by default
66
67 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
68
69 #options ALTQ # Manipulate network interfaces' output queues
70 #options ALTQ_BLUE # Stochastic Fair Blue
71 #options ALTQ_CBQ # Class-Based Queueing
72 #options ALTQ_CDNR # Diffserv Traffic Conditioner
73 #options ALTQ_FIFOQ # First-In First-Out Queue
74 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
75 #options ALTQ_HFSC # Hierarchical Fair Service Curve
76 #options ALTQ_LOCALQ # Local queueing discipline
77 #options ALTQ_PRIQ # Priority Queueing
78 #options ALTQ_RED # Random Early Detection
79 #options ALTQ_RIO # RED with IN/OUT
80 #options ALTQ_WFQ # Weighted Fair Queueing
81
82 #File systems
83 file-system FFS # Berkeley fast file system
84 file-system MFS # Memory based filesystem
85 file-system KERNFS # Kernel parameter filesystem
86 file-system MSDOSFS # MSDOS filesystem
87 file-system CD9660 # ISO 9660 filesystem with Rock Ridge
88
89 file-system NFS # Network File System client side code
90 file-system PROCFS # Process filesystem
91 file-system FDESC # /dev/fd
92 file-system NULLFS # Loopback filesystem
93 file-system OVERLAY # overlay filesystem
94 file-system UNION # union file system
95 file-system UMAPFS # null file system (with uid & gid remapping)
96 file-system PORTAL # portal file system
97 file-system EXT2FS # second extended file system (linux)
98 file-system LFS # log-structured file system
99
100 #File system options
101 options QUOTA # Disk quotas for local disks
102 #options FFS_EI # FFS Endian Independant support
103 options SOFTDEP # FFS soft updates support.
104 options NFSSERVER # Network File System server side code
105 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
106 # immutable) behave as system flags.
107
108 #Misc. debugging options
109
110 options PANICWAIT # Require keystroke to dump/reboot
111 options DDB # Kernel debugger
112
113 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
114 #options DEBUG # expensive debugging checks/support
115
116 #Compatibility options for various existing systems
117
118 options COMPAT_43 # 4.3 BSD compatible system calls (required)
119 options COMPAT_10 # Compatibility to NetBSD1.0
120 options COMPAT_11 # Compatibility to NetBSD1.1
121 options COMPAT_12 # Compatibility to NetBSD1.2
122 options COMPAT_13 # Compatibility to NetBSD1.3
123 options COMPAT_14 # Compatibility to NetBSD1.4
124 options COMPAT_15 # Compatibility to NetBSD1.5
125 options COMPAT_16 # Compatibility to NetBSD1.6
126
127 #options COMPAT_09 # has no meaning on the atari
128 #options COMPAT_SUNOS # Support to run Sun-3 executables
129 #options COMPAT_SVR4 # Support to run SVR4 executables
130 #options COMPAT_LINUX # Support to run Linux/m68k executables
131 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
132
133 options COMPAT_AOUT_M68K # Compatibility to a.out executables
134 options EXEC_AOUT # a.out format executables
135
136 #Support for System V IPC facilities.
137
138 options SYSVSHM # System V shared memory
139 options SYSVMSG # System V messages
140 options SYSVSEM # System V semaphores
141 #options SEMMNI=10 # number of semaphore identifiers
142 #options SEMUME=10 # max number of undo entries per proc.
143 #options SEMMNU=30 # number of undo structures in system
144 options P1003_1B_SEMAPHORE # p1003.1b semaphore support
145
146 #Support for various kernel options
147
148 options KTRACE # Add kernel tracing system call
149 options SYSTRACE # system call vetting via systrace(1)
150 options DIAGNOSTIC # Add additional error checking code
151 options USERCONF # userconf(4) support
152 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
153 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
154
155 #These options enable verbose messages for several subsystems.
156 #Warning, these may compile large string tables into the kernel!
157
158 options SCSIVERBOSE # human readable SCSI error messages
159
160 options MIIVERBOSE # verbose PHY autoconfig messages
161 options PCIVERBOSE # verbose PCI device autoconfig messages
162 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
163
164 #Atari specific options
165
166 #options KFONT_8x8 # Use 8x8 font instead of 8x16
167 options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
168
169 options TT_SCSI # SCSI-support for TT
170 options TT_VIDEO # Graphics support for TT
171 #options ET4000_HAS_2MB_MEM # et4000 with 2 MB video memory
172
173 options MEMORY_DISK_HOOKS # Boot RAM-disk
174 options DISKLABEL_NBDA # NetBSD disklabels (required)
175 options DISKLABEL_AHDI # NetBSD/AHDI disklabels
176
177 options SERCONSOLE # modem1 console support
178 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
179 options MSGBUFSIZE=32768 # size of kernel msg. buffer
180 #options STATCLOCK # Separate {stat,prof}clock
181
182 #Try linked commands on all targets
183 options TRY_SCSI_LINKED_COMMANDS=0x7f
184
185 #Build one kernel that can boot from any disk.
186
187 config netbsd root on ? type ?
188
189 pseudo-device sl # Slip
190 pseudo-device ppp # ppp
191
192 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
193
194 pseudo-device pty # pseudo-terminals
195 pseudo-device loop # Loopback network
196 pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
197 pseudo-device md 3 # Boot memory disk
198
199 pseudo-device bpfilter 2 # berkeley packet filters
200 pseudo-device tun 2 # network tunnel
201 #pseudo-device gre 2 # generic L3 over IP tunnel
202 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
203 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
204 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
205
206 pseudo-device vlan # IEEE 802.1q encapsulation
207 pseudo-device bridge # simple inter-network bridging
208
209 pseudo-device ccd 4 # concatenating disk driver
210 #pseudo-device cgd 4 # cryptographic disk driver
211 pseudo-device raid 8 # RAIDframe disk driver
212 options RAID_AUTOCONFIG # auto-configuration of RAID components
213 #Options to enable various other RAIDframe RAID types.
214 #options RF_INCLUDE_EVENODD=1
215 #options RF_INCLUDE_RAID5_RS=1
216 #options RF_INCLUDE_PARITYLOGGING=1
217 #options RF_INCLUDE_CHAINDECLUSTER=1
218 #options RF_INCLUDE_INTERDECLUSTER=1
219 #options RF_INCLUDE_PARITY_DECLUSTERING=1
220 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
221 pseudo-device ipfilter # IP filtering device
222 pseudo-device rnd # /dev/random and in-kernel generator
223 pseudo-device clockctl # user control of clock subsystem
224
225 #MII/PHY support
226 exphy* at mii? phy ? # 3Com internal PHYs
227 inphy* at mii? phy ? # Intel 82555 PHYs
228 iophy* at mii? phy ? # Intel 82553 PHYs
229 ukphy* at mii? phy ? # generic unknown PHYs
230
231 #PCI network interfaces
232 #If unsure, check the port-atari page for tested cards.
233 ep* at pci? dev ? function ? # 3Com 3c59x
234 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
235
236 #This is the only tested audio card at the moment.
237
238 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
239 audio* at eso?
240
241 #Hardware options for GENERIC are in the various machine type specific files
242
243 pseudo-device view 4 # View (graphics mapping)
244 pseudo-device mouse 1 # mouse
245
246 #The following sections describe various hardware options.
247
248 ncrscsi0 at mainbus0 # NCR5380 SCSI driver
249 scsibus0 at ncrscsi0 # SCSI bus
250 zs0 at mainbus0 # Serial support through 8530
251 nvr0 at mainbus0 # nvram driver
252 lp0 at mainbus0 # centronics printer
253 ser0 at mainbus0 # UART on first 68901 (ttyB0)
254 grfbus0 at mainbus0 # bitmapped display's
255 grfet0 at grfbus0 # et4000/et6000/et6100 consoles
256 ite0 at grfet0
257 grfet1 at grfbus0
258 ite1 at grfet1
259 grfet2 at grfbus0
260 ite2 at grfet2
261 pcib0 at mainbus0 # PCI-bus
262 pci0 at pcib0
263 #wsdisplay/keybd: if used, remove grfbus* grfet* and ite*
264 #vga0 at pci? dev ? function ? # a PCI VGA card
265 #wsdisplay* at vga? console ? # as a wscons console
266 #wskbd0 at kbd0 console ? # Keyboard
267 avmebus0 at mainbus0 # VME bus
268 vme0 at avmebus0
269 le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).
270 le0 at vme0 irq 4 # Lance ethernet (BVME410).
271 et0 at vme0 # Crazy Dots II
272 isab0 at mainbus0 # ISA-bus
273 isa0 at isab0
274 wdc0 at mainbus0 # IDE-bus
275 atabus* at wdc? channel ?
276 wd* at atabus? drive ?
277 #ATAPI bus support
278 atapibus* at atabus?
279
280 #ATAPI devices
281 cd* at atapibus? drive ? # ATAPI CD-ROM drives
282
283 #SCSI devices
284 sd* at scsibus? target ? lun ? # SCSI disk drives
285 st* at scsibus? target ? lun ? # SCSI tape drives
286 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
287
288 ch* at scsibus? target ? lun ? # SCSI autochangers
289 ss* at scsibus? target ? lun ? # SCSI scanners
290 se* at scsibus? target ? lun ? # SCSI ethernet
291 uk* at scsibus? target ? lun ? # SCSI unknown
292
293 ne0 at isa0 port 0x300 irq 5 # NE2000 ethernet
294 ep* at pci0 dev ? function 0 # 3Com 3c59x/3c90x Ethernet
295
296 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
297 audio* at eso?
298
299