DRACO revision 1.6 1 # $NetBSD: DRACO,v 1.6 1996/10/21 11:11:23 veego Exp $
2
3 #
4 # Macro System GmbH "DraCo", currently 68060-only until FPE is integrated.
5 #
6
7 # this will be replace by std.amiga soon:
8 include "arch/amiga/conf/std.draco"
9
10 maxusers 8
11 options TIMEZONE=300, DST=1
12
13 #
14 # mainboards to support (in addition to Amiga)
15 #
16 options DRACO
17
18 #
19 # processors this kernel should support
20 #
21
22 options "M68060" # support for 060
23 options "M060SP" # MC68060 software support (Required for 060)
24 options FPCOPROC # Support for MC6888[12] (Required)
25
26 #
27 # pagers:
28 #
29
30 options SWAPPAGER # Pager for processes (Required)
31 options VNODEPAGER # Pager for vnodes (Required)
32 options DEVPAGER # Pager for devices (Required)
33
34 #
35 # Networking options
36 #
37 options INET # IP networking support (Required)
38 #options ISO # ISO Networking support
39 #options TPIP # ARGO TP networking support
40 #options CCITT # CCITT X.25
41 #options NS # Xerox XNS
42 #options EON # ISO CLNL over IP
43 #options GATEWAY # Packet forwarding
44 #options DIRECTED_BROADCAST # Broadcast across subnets
45 #options NSIP # XNS over IP
46
47 #
48 # File system related options
49 #
50 options QUOTA # Disk quotas for local disks
51 options NFSSERVER # Network File System server side code
52 options NFSCLIENT # Network File System client side code
53
54 #
55 # File systems
56 #
57 options FFS # Berkeley fast file system
58 options MFS # Memory based filesystem
59 options PROCFS # Process filesystem
60 options KERNFS # Kernel parameter filesystem (Recommended)
61 options FDESC # /dev/fd filesystem
62 options NULLFS # Loopback filesystem
63 options FIFO # FIFO operations on vnodes (Recommended)
64 options ADOSFS # AmigaDOS file system
65 options "CD9660" # ISO 9660 file system, with Rock Ridge
66 #options PORTAL # Portal filesystem
67 options MSDOSFS # MS-DOS filesystem
68
69
70 #
71 # Compatability options for various existing systems
72 #
73 options COMPAT_12
74 #options "COMPAT_10" # compatability with older NetBSD release
75 #options COMPAT_SUNOS # Support to run Sun (m68k) executables
76 options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
77 options "COMPAT_NOMID" # allow nonvalid machine id executables
78 #options COMPAT_HPUX # HP300 compatability
79
80 #
81 # Support for System V IPC facilities.
82 #
83 options SYSVSHM # System V-like shared memory
84 options SYSVMSG # System V-like messages
85 options SYSVSEM # System V-like semaphores
86
87 #
88 # Support for various kernel options
89 #
90 options GENERIC # Mini-root boot support
91 options LKM # Loadable kernel modules
92 options KTRACE # Add kernel tracing system call
93 options DIAGNOSTIC # Add additional error checking code
94 options "NKMEMCLUSTERS=256" # Size of kernel malloc area
95
96 #
97 # Misc. debuging options
98 #
99 options PANICWAIT # Require keystroke to dump/reboot
100 options DEBUG # Add debugging statements
101 options DDB # Kernel debugger
102 #options SYSCALL_DEBUG # debug all syscalls.
103 #options SCSIDEBUG # Add SCSI debugging statements
104 #options KGDB # Kernel debugger (KGDB) support
105 #options PANICBUTTON # Forced crash via keypress (???)
106
107 #
108 # Amiga specific options
109 #
110 options MACHINE_NONCONTIG # Non-contiguous memory support
111 # higly recommended for DraCo
112
113 options RETINACONSOLE # enable code to allow retina to be console
114
115 #options "KFONT_8X11" # 8x11 font
116
117 # This is how you specify the blitting speed, higher values may speed up blits
118 # a littel bit. If you raise this value too much some trash may appear.
119 # the commented version is the default.
120 #options RH_MEMCLK 61000000
121 # this option enables the 64 bit sprite which doesn't seems to be work
122 # for quite a few people. E.g. The cursor sprite will turn to a block
123 # when moved to the top of the screen in X.
124 #options RH_64BIT_SPRITE
125 # enables fast scroll code appears to now work on 040 systems.
126 #options RETINA_SPEED_HACK
127 # enables the Hardwarecursor which does not work on some systems.
128 #options RH_HARDWARECURSOR
129
130 grfrh0 at zbus0 # Altais looks just like the Retina Z3
131 grf2 at grfrh0
132 ite2 at grf2 # terminal emulators for grf's
133
134 msc0 at zbus0 # A2232 MSC multiport serial.
135 mfc0 at zbus0 # MultiFaceCard I/O board
136 mfcs0 at mfc0 unit 0 # MFC serial
137 mfcs1 at mfc0 unit 1 # MFC serial
138 #mfcp0 at mfc0 unit 0 # MFC parallel [not available yet]
139 #mfc1 at zbus0 # MultiFaceCard 2nd I/O board
140 #mfcs2 at mfc1 unit 0
141 #mfcs3 at mfc1 unit 1
142 #mfcp1 at mfc1 unit 0
143
144 le0 at zbus0 # Lance ethernet.
145 ed0 at zbus0 # dp8390 ethernet
146 es0 at zbus0 # SMC 91C90 ethernet
147 qn0 at zbus0 # quicknet ethernet
148 ae0 at zbus0 # Ariadne ethernet
149 bah* at zbus0 # C= arcnet
150
151
152 # scsi stuff
153 drsc0 at mainbus0 # DraCo mainboard scsi
154 scsibus* at drsc0
155
156 # each hard drive from low target to high
157 # will configure to the next available sd unit number
158 sd* at scsibus? target ? lun ? # scsi disks
159 st* at scsibus? target ? lun ? # scsi tapes
160 ss* at scsibus? target ? lun ? # scsi scanner
161 cd* at scsibus? target ? lun ? # scsi cd's
162
163 pseudo-device pty 16 # pseudo terminals
164 pseudo-device loop # network loopback
165 pseudo-device bpfilter 2 # berkeley packet filters
166 pseudo-device tun 2
167
168 config netbsd swap on generic
169