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