GENERIC revision 1.26 1 # $NetBSD: GENERIC,v 1.26 1996/02/20 22:03:20 gwr Exp $
2
3 #
4 # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
5 # Supports root on: ie0, le0, sd*, ...
6 #
7
8 include "std.sun3"
9
10 # Machines to be supported by this kernel
11 options GENERIC
12 options FPU_EMULATE
13 options HAVECACHE # Sun3/260 VAC
14
15 # Needs to be set per system. i.e change these as you see fit
16 maxusers 4
17
18 # Standard system options
19 options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
20 options KTRACE # system call tracing support
21 #makeoptions DEBUG="-g" # symbols for kgdb + nm
22 options DDB
23
24 # Filesystem options
25 options NFSSERVER # nfs server support
26 options NFSCLIENT # nfs client support
27 options FFS # ufs file system
28 #
29 options CD9660 # ISO 9660 + Rock Ridge file system
30 options FDESC # /dev/fd/*
31 options FIFO # FIFOs; RECOMMENDED
32 options KERNFS # /kern
33 options NULLFS # loopback file system
34 options PROCFS # /proc
35 options UNION # union file system
36
37 # Networking options
38 options INET # IP prototol stack support
39 # XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
40 options NFS_BOOT_RWSIZE=1024
41
42 # Compatability options
43 options COMPAT_SUNOS # can run SunOS 4.1.1 executables
44 options COMPAT_09 # NetBSD 0.9,
45 options COMPAT_10 # NetBSD 1.0,
46 options COMPAT_43 # and 4.3BSD
47 options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
48
49 # Sun3-specific debugging options
50 #options CONTEXT_DEBUG
51 #options PMAP_DEBUG
52 #options VMFAULT_TRACE
53 #options SYSCALL_DEBUG
54 #options EXEC_DEBUG
55 options DIAGNOSTIC
56 #options SCSIDEBUG
57
58 config netbsd swap generic
59
60 #
61 # Network devices
62 #
63
64 # Intel Ethernet (onboard, or VME)
65 ie0 at obio0 addr ? level ?
66 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
67
68 # Lance Ethernet (only onboard)
69 le0 at obio0 addr ? level ?
70
71 #
72 # Disk and tape devices
73 #
74
75 # Sun3 "si" SCSI controller (NCR 5380)
76 ncr_si0 at obio0 addr ? level ?
77 ncr_si0 at vmes0 addr 0xff200000 level 2 vect 0x40
78 ncr_si1 at vmes0 addr 0xff204000 level 2 vect 0x41
79
80 # Xylogics 7053 controllers
81 # xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
82 # xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
83 # xd* at xdc? drive ?
84
85 # Xylogics 450/451 controllers
86 # xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
87 # xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
88 # xy* at xyc? drive ?
89
90 # Xylogics 472 tape controllers?
91
92 #
93 # Frame buffer devices
94 #
95
96 # The default cgfour address depends on the machine:
97 # 3/60: obio 0xFF200000 .. 0xFF9fffff
98 # 3/110: different? (not tested)
99 cgfour0 at obmem0 addr ?
100
101 # 3/60 P4 accelerated 8-bit color frame buffer
102 # cgsix0 at obmem0 addr ?
103
104 # 3/60 P4 24-bit color frame buffer
105 # cgeight0 at obmem0 addr ?
106
107 # The default bwtwo address depends on the machine:
108 # 3/50: obio 0x100000
109 # else: obio 0xff000000
110 bwtwo0 at obmem0 addr ?
111 # 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer
112 #bwtwo1 at obmem0 addr 0xff300000
113 # 3/60 plug-in color frame buffer overlay plane
114 #bwtwo1 at obmem0 addr 0xff400000
115
116 # Sun-3 color board, or CG5 8-bit VME frame buffer.
117 cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
118
119 # Support for the CG9 24-bit VME frame buffer.
120 # cgnine0 at vmel0 addr 0x08000000
121
122 #
123 # SCSI infrastructure
124 #
125 scsibus* at scsi?
126
127 # Sun compatible scsi device mappings
128 sd0 at scsibus? target 0 lun 0
129 sd1 at scsibus? target 0 lun 1
130 sd2 at scsibus? target 1 lun 0
131 sd3 at scsibus? target 1 lun 1
132 sd* at scsibus? target ? lun ?
133
134 st0 at scsibus? target 4 lun 0
135 st1 at scsibus? target 5 lun 0
136 st* at scsibus? target ? lun ?
137
138 cd0 at scsibus? target 6 lun 0
139 cd* at scsibus? target ? lun ?
140
141 #ch* at scsibus? target ? lun ?
142
143
144 # RAM-disk drivers
145 rd0 at mainbus?
146 rd1 at mainbus?
147
148 # Misc.
149 pseudo-device loop 1 # network loopback
150 pseudo-device bpfilter 8 # packet filter
151 pseudo-device sl 2 # CSLIP
152 pseudo-device ppp 2 # PPP
153 pseudo-device tun 2 # network tunneling over tty
154
155 pseudo-device pty 64 # pseudo-terminals
156 #pseudo-device vnd 4 # paging to files
157