DRACO revision 1.4 1 # $NetBSD: DRACO,v 1.4 1996/08/11 12:27:50 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 "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_10" # compatability with older NetBSD release
74 #options COMPAT_SUNOS # Support to run Sun (m68k) executables
75 options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
76 options "COMPAT_NOMID" # allow nonvalid machine id executables
77 #options COMPAT_HPUX # HP300 compatability
78
79 #
80 # Support for System V IPC facilities.
81 #
82 options SYSVSHM # System V-like shared memory
83 options SYSVMSG # System V-like messages
84 options SYSVSEM # System V-like semaphores
85
86 #
87 # Support for various kernel options
88 #
89 options GENERIC # Mini-root boot support
90 options LKM # Loadable kernel modules
91 options KTRACE # Add kernel tracing system call
92 options DIAGNOSTIC # Add additional error checking code
93 options "NKMEMCLUSTERS=256" # Size of kernel malloc area
94
95 #
96 # Misc. debuging options
97 #
98 options PANICWAIT # Require keystroke to dump/reboot
99 options DEBUG # Add debugging statements
100 options DDB # Kernel debugger
101 #options SYSCALL_DEBUG # debug all syscalls.
102 #options SCSIDEBUG # Add SCSI debugging statements
103 #options KGDB # Kernel debugger (KGDB) support
104 #options PANICBUTTON # Forced crash via keypress (???)
105
106 #
107 # Amiga specific options
108 #
109 options MACHINE_NONCONTIG # Non-contiguous memory support
110 # higly recommended for DraCo
111
112 options RETINACONSOLE # enable code to allow retina to be console
113
114 #options "KFONT_8X11" # 8x11 font
115
116 # This is how you specify the blitting speed, higher values may speed up blits
117 # a littel bit. If you raise this value too much some trash may appear.
118 # the commented version is the default.
119 #options RH_MEMCLK 61000000
120 # this option enables the 64 bit sprite which doesn't seems to be work
121 # for quite a few people. E.g. The cursor sprite will turn to a block
122 # when moved to the top of the screen in X.
123 #options RH_64BIT_SPRITE
124 # enables fast scroll code appears to now work on 040 systems.
125 #options RETINA_SPEED_HACK
126 # enables the Hardwarecursor which does not work on some systems.
127 #options RH_HARDWARECURSOR
128
129 grfrh0 at zbus0 # Altais looks just like the Retina Z3
130 grf2 at grfrh0
131 ite2 at grf2 # terminal emulators for grf's
132
133 msc0 at zbus0 # A2232 MSC multiport serial.
134 mfc0 at zbus0 # MultiFaceCard I/O board
135 mfcs0 at mfc0 unit 0 # MFC serial
136 mfcs1 at mfc0 unit 1 # MFC serial
137 #mfcp0 at mfc0 unit 0 # MFC parallel [not available yet]
138 #mfc1 at zbus0 # MultiFaceCard 2nd I/O board
139 #mfcs2 at mfc1 unit 0
140 #mfcs3 at mfc1 unit 1
141 #mfcp1 at mfc1 unit 0
142
143 le0 at zbus0 # Lance ethernet.
144 ed0 at zbus0 # dp8390 ethernet
145 es0 at zbus0 # SMC 91C90 ethernet
146 qn0 at zbus0 # quicknet ethernet
147 ae0 at zbus0 # Ariadne ethernet
148 bah* at zbus0 # C= arcnet
149
150
151 # scsi stuff
152 drsc0 at mainbus0 # DraCo mainboard scsi
153 scsibus* at drsc0
154
155 # each hard drive from low target to high
156 # will configure to the next available sd unit number
157 sd* at scsibus? target ? lun ? # scsi disks
158 st* at scsibus? target ? lun ? # scsi tapes
159 ss* at scsibus? target ? lun ? # scsi scanner
160 cd* at scsibus? target ? lun ? # scsi cd's
161
162 pseudo-device pty 16 # pseudo terminals
163 pseudo-device loop # network loopback
164 pseudo-device bpfilter 2 # berkeley packet filters
165 pseudo-device tun 2
166
167 config netbsd swap on generic
168