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