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