DRACO revision 1.46 1 # $NetBSD: DRACO,v 1.46 2000/06/14 22:02:18 veego Exp $
2 #
3 # This file was automatically created. Changes will be
4 # lost when running make in this directory.
5 #
6 # Created from:
7 #$ NetBSD: GENERIC,v 1.140 2000/03/23 22:44:42 is Exp $
8
9 include "arch/amiga/conf/std.amiga"
10
11 #ident "GENERIC-$Revision: 1.46 $"
12
13 maxusers 8
14 options RTC_OFFSET=0
15
16 #mainboards to support (in addition to Amiga)
17
18 options DRACO
19
20 #processors this kernel should support
21
22 options M68060 # support for 060
23 options M060SP # MC68060 software support (Required for 060)
24
25 options INET # IP networking support (Required)
26 options INET6 # IPV6
27 #options IPSEC # IP security
28 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
29 #options IPSEC_DEBUG # debug for IP security
30 #options GATEWAY # Packet forwarding
31 #options DIRECTED_BROADCAST # Broadcast across subnets
32
33 #options MROUTING # Multicast routing
34 options NS # XNS
35 #options NSIP # XNS tunneling over IP
36 options ISO,TPIP # OSI
37 options EON # OSI tunneling over IP
38 options CCITT,LLC,HDLC # X.25
39 options NETATALK # AppleTalk networking protocols
40
41 options PPP_BSDCOMP # BSD-Compress compression support for PPP
42 options PPP_DEFLATE # Deflate compression support for PPP
43 options PPP_FILTER # Active filter support for PPP (requires bpf)
44 options PFIL_HOOKS # pfil(9) packet filter hooks
45 options IPFILTER_LOG # ipmon(8) log support
46
47 file-system FFS # Berkeley fast file system
48 file-system EXT2FS # second extended file system (linux)
49 #file-system LFS # log-structured filesystem (experimental)
50
51 file-system MFS # Memory based filesystem
52
53 file-system NFS # Network File System client side code
54 file-system ADOSFS # AmigaDOS file system
55 file-system CD9660 # ISO 9660 + Rock Ridge filesystem
56 file-system MSDOSFS # MS-DOS filesystem
57
58 file-system KERNFS # kernel data-structure filesystem
59
60 file-system FDESC # user file descriptor filesystem
61 file-system NULLFS # loopback filesystem
62 file-system OVERLAY # overlay filesystem
63 #file-system PORTAL # Portal filesystem
64 file-system PROCFS # /proc filesystem
65 file-system UMAPFS # NULLFS + uid and gid remapping
66 file-system UNION # union filesystem
67
68 #Filesystem options
69
70 #options FFS_EI # FFS Endian Independant support
71
72 options QUOTA # User and group quotas in FFS
73 #options SOFTDEP # FFS soft updates support.
74 options NFSSERVER # Network File System server side code
75
76 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
77 # immutable) behave as system flags.
78
79 #Compatability options for various existing systems
80
81 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
82 options COMPAT_43 # compatibility with 4.3BSD interfaces
83 options COMPAT_09 # compatibility with NetBSD 0.9
84 options COMPAT_10 # compatibility with NetBSD 1.0
85 options COMPAT_12 # compatibility with NetBSD 1.2
86 options COMPAT_13 # compatibility with NetBSD 1.3
87 options COMPAT_14 # compatibility with NetBSD 1.4
88 options COMPAT_SUNOS # Support to run Sun (m68k) executables
89 options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
90 options COMPAT_NOMID # allow nonvalid machine id executables
91 #options COMPAT_LINUX # Support to run Linux/m68k executables
92 options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
93
94 #Support for System V IPC facilities.
95
96 options SYSVSHM # System V-like shared memory
97 options SYSVMSG # System V-like messages
98 options SYSVSEM # System V-like semaphores
99
100 #Support for various kernel options
101
102 options KTRACE # system call tracing support
103 options LKM # Loadable kernel modules
104 options UCONSOLE # anyone can redirect a virtual console
105
106 #options INSECURE # allow, among other insecure stuff, LKM
107 # loading in multi-user mode.
108 options SCSIVERBOSE # Verbose SCSI errors
109
110 options NTP # NTP phase/frequency locked loop
111
112 #Misc. debugging options
113
114 options DDB # Kernel debugger
115 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
116 options DIAGNOSTIC # Extra kernel sanity checks
117 #options DEBUG # Enable misc. kernel debugging code
118 #options SYSCALL_DEBUG # debug all syscalls.
119 #options SCSIDEBUG # Add SCSI debugging statements
120 #options PANICBUTTON # Forced crash via keypress (???)
121
122 #Amiga specific options
123
124 #options LIMITMEM=24 # Do not use more than LIMITMEM MB of the
125 # first bank of RAM. (default: unlimited)
126 #options NKPTADD=4 # set this for 4 additional KPT pages
127 #options NKPTADDSHIFT=24 # set this for 1 additional KPT page
128 # per 16 MB (1<<24 bytes) of RAM
129 # define and decrease this, or define and
130 # increase NKPTADD if you get "out of PT pages"
131 # panics.
132
133 #ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
134 #before the 10 secondinterval ends, or that KBDRESET does work at all.
135 #options KBDRESET # sync on Ctrl-Amiga-Amiga
136
137 #These options improve performance with the built-in serial port
138 #on slower Amigas. Try the larger buffers first then lev6_defer.
139 #options SERIBUF_SIZE=4096
140 #options SEROBUF_SIZE=32
141 #options LEV6_DEFER # defers l6 to l4 (below serial l5)
142
143 options RETINACONSOLE # enable code to allow retina to be console
144
145 #options KFONT_8X11 # 8x11 font
146
147 #This is how you would tell the kernel the A2410 oscillator frequencies:
148 #The used frequencies are the defaults, and do not need option setting
149 #options ULOWELL_OSC1=36000000
150 #options ULOWELL_OSC2=66667000
151
152 #This is how you specify the blitting speed, higher values may speed up blits
153 #a littel bit. If you raise this value too much some trash may appear.
154 #the commented version is the default.
155 #options RH_MEMCLK=61000000
156 #this option enables the 64 bit sprite which does not work
157 #for quite a few people. E.g. The cursor sprite will turn to a block
158 #when moved to the top of the screen in X.
159 #options RH_64BIT_SPRITE
160 #enables fast scroll code appears to now work on 040 systems.
161 #options RETINA_SPEED_HACK
162 #enables the Hardwarecursor which does not work on some systems.
163 #options RH_HARDWARECURSOR
164
165 grfrh0 at zbus0 # retina III
166
167 grf2 at grfrh0
168
169 ite2 at grf2 # terminal emulators for grfs
170
171 msc0 at zbus0 # A2232 MSC multiport serial.
172 mfc0 at zbus0 # MultiFaceCard I/O board
173 mfcs0 at mfc0 unit 0 # MFC serial
174 mfcs1 at mfc0 unit 1 # MFC serial
175 #mfcp0 at mfc0 unit 0 # MFC parallel [not available yet]
176 #mfc1 at zbus0 # MultiFaceCard 2nd I/O board
177 #mfcs2 at mfc1 unit 0
178 #mfcs3 at mfc1 unit 1
179 #mfcp1 at mfc1 unit 0
180
181 hyper* at zbus? # zbus HyperCom3/3+/4/4+
182 #hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3
183 com* at hyper? port ? # Hypercom3/4 serial ports
184 lpt* at hyper? port ? # Hypercom3+/4+ parallel port
185
186 #not enabled yet... needs more testing and clock frequency autodetection
187 #iobl* at zbus? # zbus IOBlix
188 #com* at iobl? port ? # IOBlix serial ports
189 #lpt* at iobl? port ? # IOBlix parallel ports
190
191 #DraCo Mainboard devices (sans keyboard)
192
193 drbbc0 at mainbus0 # DraCo battery backed clock
194 drsupio0 at mainbus0 # DraCo superio chip
195 com* at drsupio? port ? # DraCo serial
196 lpt0 at drsupio? port ? # DraCo parallel
197
198 #Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
199
200 #Ethernet cards:
201 le* at zbus0 # A2065, Ameristar, Ariadne
202 ne* at zbus0 # AriadneII
203 ed* at zbus0 # Hydra, ASDG LanRover
204 es* at zbus0 # CEI A4066 EthernetPLUS
205 qn* at zbus0 # Quicknet
206
207 bah* at zbus0 # C=/Ameristar A2060 / 560
208
209 drsc0 at mainbus0 # DraCo scsi
210 scsibus* at drsc0
211
212 #each hard drive from low target to high
213 #will configure to the next available sd unit number
214 sd* at scsibus? target ? lun ? # scsi disks
215 st* at scsibus? target ? lun ? # scsi tapes
216 cd* at scsibus? target ? lun ? # scsi cds
217 ss* at scsibus? target ? lun ? # scsi scanner
218 ch* at scsibus? target ? lun ? # scsi autochangers
219 uk* at scsibus? target ? lun ? # scsi unknown
220
221 pseudo-device loop # loopback network interface
222 pseudo-device sl 1 # SLIP network interfaces
223 pseudo-device ppp 1 # PPP network interfaces
224 pseudo-device tun 1 # network tunnel line discipline
225 #pseudo-device gre 2 # generic L3 over IP tunnel
226 #pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
227 pseudo-device bpfilter 16 # Berkeley packet filter
228 pseudo-device ipfilter # IP Filter package
229 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
230 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
231
232 pseudo-device view 4 # views (needed for grfcc)
233 pseudo-device pty 16 # pseudo ptys
234
235 pseudo-device vnd 4 # vnode pseudo-disks
236 pseudo-device ccd 4 # concatenated disk devices
237 #pseudo-device raid 4 # RAIDframe disk driver
238 #options RAID_AUTOCONFIG # auto-configuration of RAID components
239
240 #rnd is EXPERIMENTAL at this point.
241 #pseudo-device rnd # /dev/random and in-kernel generator
242 #options RND_COM # use "com" randomness as well (BROKEN)
243
244 config netbsd root on ? type ?
245