DISKLESS revision 1.4.8.4 1 1.4.8.4 nathanw # $NetBSD: DISKLESS,v 1.4.8.4 2002/04/17 00:04:31 nathanw Exp $
2 1.4.8.2 nathanw
3 1.4.8.2 nathanw # DISKLESS Sun2 (2/120, 2/170, 2/50, ...)
4 1.4.8.2 nathanw # Supports root on: ie0, ec0
5 1.4.8.2 nathanw
6 1.4.8.2 nathanw include "arch/sun2/conf/std.sun2"
7 1.4.8.2 nathanw
8 1.4.8.4 nathanw #ident "DISKLESS-$Revision: 1.4.8.4 $"
9 1.4.8.2 nathanw
10 1.4.8.2 nathanw # Machines to be supported by this kernel
11 1.4.8.2 nathanw #options FPU_EMULATE
12 1.4.8.2 nathanw
13 1.4.8.2 nathanw # Needs to be set per system. i.e change these as you see fit
14 1.4.8.2 nathanw maxusers 8
15 1.4.8.2 nathanw
16 1.4.8.2 nathanw # Standard system options
17 1.4.8.2 nathanw options KTRACE # system call tracing
18 1.4.8.2 nathanw options SYSVMSG # System V message queues
19 1.4.8.2 nathanw options SYSVSEM # System V semaphores
20 1.4.8.2 nathanw options SYSVSHM # System V shared memory
21 1.4.8.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default
22 1.4.8.2 nathanw #options LKM # loadable kernel modules
23 1.4.8.2 nathanw #options INSECURE # disable kernel security level
24 1.4.8.2 nathanw #options UCONSOLE # Allow non-root TIOCCONS
25 1.4.8.4 nathanw #options USERCONF # userconf(4) support
26 1.4.8.3 nathanw #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
27 1.4.8.2 nathanw
28 1.4.8.2 nathanw # Which kernel debugger? Uncomment either this:
29 1.4.8.2 nathanw options DDB
30 1.4.8.2 nathanw # ... or these for KGDB (gdb remote target)
31 1.4.8.2 nathanw #makeoptions DEBUG="-g" # debugging symbols for gdb
32 1.4.8.2 nathanw #options KGDB
33 1.4.8.2 nathanw #options KGDB_DEV=0x0C00 # ttya=0C00 ttyb=0C01
34 1.4.8.2 nathanw
35 1.4.8.2 nathanw # Other debugging options
36 1.4.8.2 nathanw #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
37 1.4.8.2 nathanw #options DEBUG # kernel debugging code
38 1.4.8.2 nathanw #options DIAGNOSTIC # extra kernel sanity checking
39 1.4.8.2 nathanw #options KMEMSTATS # kernel memory statistics (vmstat -m)
40 1.4.8.2 nathanw #options PMAP_DEBUG
41 1.4.8.2 nathanw #options SCSIDEBUG
42 1.4.8.2 nathanw #options SCSIVERBOSE # Verbose SCSI errors
43 1.4.8.2 nathanw
44 1.4.8.2 nathanw # Compatibility options
45 1.4.8.2 nathanw #options COMPAT_SUNOS # can run SunOS 4.1.1 executables
46 1.4.8.2 nathanw options COMPAT_43 # and 4.3BSD and ...
47 1.4.8.2 nathanw #options COMPAT_AOUT_M68K # support for NetBSD a.out executables
48 1.4.8.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
49 1.4.8.2 nathanw options EXEC_AOUT # support for a.out executables
50 1.4.8.2 nathanw
51 1.4.8.2 nathanw # Filesystem options
52 1.4.8.2 nathanw #file-system FFS # Berkeley Fast Filesystem
53 1.4.8.2 nathanw file-system NFS # Sun NFS client support
54 1.4.8.2 nathanw #file-system CD9660 # ISO 9660 + Rock Ridge file system
55 1.4.8.2 nathanw file-system FDESC # /dev/fd/*
56 1.4.8.2 nathanw file-system KERNFS # /kern
57 1.4.8.2 nathanw file-system NULLFS # loopback file system
58 1.4.8.2 nathanw file-system OVERLAY # overlay file system
59 1.4.8.2 nathanw #file-system PROCFS # /proc
60 1.4.8.2 nathanw file-system UNION # union file system
61 1.4.8.2 nathanw file-system MFS # memory-based filesystem
62 1.4.8.2 nathanw
63 1.4.8.2 nathanw #options NFSSERVER # nfs server support
64 1.4.8.2 nathanw #options QUOTA # FFS quotas
65 1.4.8.2 nathanw #options FFS_EI # FFS Endian Independant support
66 1.4.8.2 nathanw #options SOFTDEP # FFS soft updates support.
67 1.4.8.2 nathanw #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
68 1.4.8.2 nathanw options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
69 1.4.8.2 nathanw
70 1.4.8.2 nathanw # Networking options
71 1.4.8.2 nathanw options INET # IP prototol stack support
72 1.4.8.2 nathanw #options INET6 # IPV6
73 1.4.8.2 nathanw #options IPSEC # IP security
74 1.4.8.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
75 1.4.8.2 nathanw #options IPSEC_DEBUG # debug for IP security
76 1.4.8.2 nathanw #options GATEWAY # IP packet forwarding
77 1.4.8.2 nathanw #options ISO,TPIP # OSI networking
78 1.4.8.2 nathanw #options EON # OSI tunneling over IP
79 1.4.8.2 nathanw #options CCITT,LLC,HDLC # X.25
80 1.4.8.2 nathanw options PFIL_HOOKS # pfil(9) packet filter hooks.
81 1.4.8.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
82 1.4.8.2 nathanw
83 1.4.8.2 nathanw # Work-around for root on slow servers (insurance...)
84 1.4.8.2 nathanw options NFS_BOOT_RWSIZE=1024
85 1.4.8.2 nathanw options NFS_BOOT_BOOTPARAM
86 1.4.8.2 nathanw
87 1.4.8.2 nathanw config netbsd root on ? type ?
88 1.4.8.2 nathanw
89 1.4.8.2 nathanw #### Main bus.
90 1.4.8.2 nathanw mainbus0 at root
91 1.4.8.2 nathanw
92 1.4.8.2 nathanw #### Bus types.
93 1.4.8.2 nathanw
94 1.4.8.2 nathanw obio0 at mainbus? # all Sun-2
95 1.4.8.2 nathanw obmem0 at mainbus? # all Sun-2
96 1.4.8.2 nathanw mbmem0 at mainbus? # 2/120, 2/170
97 1.4.8.2 nathanw mbio0 at mainbus? # 2/120, 2/170
98 1.4.8.2 nathanw sun68kvme0 at mainbus? # 2/50, 2/130, 2/160
99 1.4.8.2 nathanw vme0 at sun68kvme0 # mi VME attachment
100 1.4.8.2 nathanw
101 1.4.8.2 nathanw #### Standard system devices.
102 1.4.8.2 nathanw
103 1.4.8.2 nathanw ## The AM9513 clock chip.
104 1.4.8.2 nathanw clock0 at obio0 addr 0x002800 # 2/120, 2/170
105 1.4.8.2 nathanw clock0 at obio0 addr 0x7f2800 # 2/50, 2/130, 2/160
106 1.4.8.2 nathanw
107 1.4.8.2 nathanw ## The MM58167 time-of-day chip.
108 1.4.8.2 nathanw tod0 at obio0 addr 0x003800 # 2/120, 2/170
109 1.4.8.2 nathanw tod0 at vme0 addr 0x200800 # 2/50, 2/130, 2/160
110 1.4.8.2 nathanw
111 1.4.8.2 nathanw #### Serial port configuration.
112 1.4.8.2 nathanw
113 1.4.8.2 nathanw ## Zilog 8530 serial chips. Each has two channels.
114 1.4.8.2 nathanw ## zs0 is ttya and ttyb. zs1 is the keyboard and mouse.
115 1.4.8.2 nathanw ## zs0 is REQUIRED to use KGDB.
116 1.4.8.2 nathanw zs0 at obio0 addr 0x002000 # 2/120, 2/170
117 1.4.8.2 nathanw zs0 at obio0 addr 0x7f2000 # 2/50
118 1.4.8.2 nathanw zs1 at obmem0 addr 0x780000 # 2/120, 2/170
119 1.4.8.2 nathanw zs1 at obio0 addr 0x7f1800 # 2/50
120 1.4.8.2 nathanw #zs2 at mbmem0 addr 0x080800 # 2/120, 2/170 (first sc SCSI)
121 1.4.8.2 nathanw #zs3 at mbmem0 addr 0x081000 # 2/120, 2/170 (first sc SCSI)
122 1.4.8.2 nathanw #zs4 at mbmem0 addr 0x084800 # 2/120, 2/170 (second sc SCSI)
123 1.4.8.2 nathanw #zs5 at mbmem0 addr 0x085000 # 2/120, 2/170 (second sc SCSI)
124 1.4.8.2 nathanw zstty* at zs? channel ? # ttya
125 1.4.8.2 nathanw kbd0 at zstty? # keyboard
126 1.4.8.2 nathanw ms0 at zstty? # mouse
127 1.4.8.2 nathanw
128 1.4.8.2 nathanw #### Disk controllers and disks.
129 1.4.8.2 nathanw
130 1.4.8.2 nathanw ## PAL+logic-based "Sun SCSI 2" Multibus/VME SCSI controller.
131 1.4.8.2 nathanw ## This driver has several flags which may be enabled using
132 1.4.8.2 nathanw ## the "flags" directive. Valid flags are:
133 1.4.8.2 nathanw ##
134 1.4.8.2 nathanw ## 0x0ff Set (1<<target) to disable parity checking
135 1.4.8.2 nathanw ## 0x100 Set this bit to disable DMA interrupts (poll)
136 1.4.8.2 nathanw ## 0x200 Set this bit to disable DMA entirely (use PIO)
137 1.4.8.2 nathanw ##
138 1.4.8.2 nathanw ## For example: "flags 0x10f" would disable DMA interrupts,
139 1.4.8.2 nathanw ## and disable parity for targets 0-3
140 1.4.8.2 nathanw
141 1.4.8.2 nathanw #sc0 at mbmem0 addr 0x80000 ipl 2 flags 0xff
142 1.4.8.2 nathanw #sc0 at vme0 addr 0x200000 irq 2 vect 0x40 flags 0xff
143 1.4.8.2 nathanw #sc1 at mbmem0 addr 0x84000 ipl 2 flags 0xff
144 1.4.8.2 nathanw
145 1.4.8.2 nathanw ## NCR5380-based "Sun SCSI 3" VME SCSI controller.
146 1.4.8.2 nathanw ## This driver has several flags which may be enabled by OR'ing
147 1.4.8.2 nathanw ## the values and using the "flags" directive.
148 1.4.8.2 nathanw ## Valid flags are:
149 1.4.8.2 nathanw ##
150 1.4.8.2 nathanw ## 0x01 Use DMA (may be polled)
151 1.4.8.2 nathanw ## 0x02 Use DMA completion interrupts
152 1.4.8.2 nathanw ## 0x04 Allow disconnect/reselect
153 1.4.8.2 nathanw ##
154 1.4.8.2 nathanw ## E.g. the following would enable DMA, interrupts, and reselect:
155 1.4.8.2 nathanw ## si0 at vme0 addr 0x200000 ipl 3 vect 0x40 flags 0x07
156 1.4.8.2 nathanw ##
157 1.4.8.2 nathanw ## By default, DMA is enabled in the driver.
158 1.4.8.2 nathanw
159 1.4.8.2 nathanw #si0 at vme0 addr 0x200000 irq 2 vect 0x40
160 1.4.8.2 nathanw
161 1.4.8.2 nathanw ## These entries find devices on all SCSI busses and assign
162 1.4.8.2 nathanw ## unit numbers dynamically.
163 1.4.8.2 nathanw #scsibus* at sc?
164 1.4.8.2 nathanw #scsibus* at si?
165 1.4.8.2 nathanw #sd* at scsibus? target ? lun ? # SCSI disks
166 1.4.8.2 nathanw #st* at scsibus? target ? lun ? # SCSI tapes
167 1.4.8.2 nathanw #cd* at scsibus? target ? lun ? # SCSI CD-ROMs
168 1.4.8.2 nathanw #ch* at scsibus? target ? lun ? # SCSI changer devices
169 1.4.8.2 nathanw #ss* at scsibus? target ? lun ? # SCSI scanners
170 1.4.8.2 nathanw #ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE
171 1.4.8.2 nathanw #uk* at scsibus? target ? lun ? # unknown SCSI
172 1.4.8.2 nathanw
173 1.4.8.2 nathanw # support old SCSI devices that don't understand the INQUIRY command
174 1.4.8.2 nathanw #options SCSI_OLD_NOINQUIRY
175 1.4.8.2 nathanw
176 1.4.8.2 nathanw ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
177 1.4.8.2 nathanw #xyc0 at mbio0 addr 0xee40 ipl 2
178 1.4.8.2 nathanw #xyc0 at vme0 addr 0xee40 irq 2 vect 0x48
179 1.4.8.2 nathanw #xyc1 at mbio0 addr 0xee48 ipl 2
180 1.4.8.2 nathanw #xyc1 at vme0 addr 0xee48 irq 2 vect 0x49
181 1.4.8.2 nathanw #xy* at xyc? drive ?
182 1.4.8.2 nathanw
183 1.4.8.2 nathanw ## Memory-disk device.
184 1.4.8.2 nathanw pseudo-device md 2
185 1.4.8.2 nathanw
186 1.4.8.2 nathanw #### Network interfaces.
187 1.4.8.2 nathanw
188 1.4.8.2 nathanw ## Intel Ethernet (onboard, or Multibus/VME)
189 1.4.8.2 nathanw ie0 at obio0 addr 0x7f0800 ipl 3 # 2/50
190 1.4.8.2 nathanw ie0 at mbmem0 addr 0x88000 ipl 3
191 1.4.8.2 nathanw ie1 at mbmem0 addr 0x8c000 ipl 3
192 1.4.8.2 nathanw ## VME: the first [addr,len] pair specifies the device registers;
193 1.4.8.2 nathanw ## the second pair specifies the on-board memory buffer
194 1.4.8.2 nathanw ie1 at vme0 addr 0xe88000,0xe00000 len -1,0x40000 irq 3 vect 0x75
195 1.4.8.2 nathanw
196 1.4.8.2 nathanw ## 3Com Ethernet (Multibus only)
197 1.4.8.2 nathanw ec0 at mbmem0 addr 0xe0000 ipl 3
198 1.4.8.2 nathanw ec1 at mbmem0 addr 0xe2000 ipl 3
199 1.4.8.2 nathanw
200 1.4.8.2 nathanw ## Frame buffers.
201 1.4.8.2 nathanw
202 1.4.8.2 nathanw ## Sun "bwtwo" black and white framebuffer.
203 1.4.8.2 nathanw bwtwo0 at obmem0 addr 0x700000 # 2/120, 2/170
204 1.4.8.2 nathanw bwtwo0 at obio0 addr 0x0 # 2/50
205 1.4.8.2 nathanw
206 1.4.8.2 nathanw ## PROM console driver -- if all else fails
207 1.4.8.2 nathanw pcons0 at mainbus0 # PROM console
208 1.4.8.2 nathanw
209 1.4.8.2 nathanw #### Miscellaneous.
210 1.4.8.2 nathanw pseudo-device loop 1 # network loopback
211 1.4.8.2 nathanw #pseudo-device bpfilter 8 # packet filter
212 1.4.8.2 nathanw #pseudo-device sl 2 # CSLIP
213 1.4.8.2 nathanw #pseudo-device ppp 2 # PPP
214 1.4.8.2 nathanw #pseudo-device tun 2 # network tunneling over tty
215 1.4.8.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel
216 1.4.8.2 nathanw #pseudo-device ipfilter # ip filter
217 1.4.8.2 nathanw #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
218 1.4.8.2 nathanw #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
219 1.4.8.2 nathanw #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
220 1.4.8.2 nathanw # rnd is EXPERIMENTAL
221 1.4.8.2 nathanw #pseudo-device rnd # /dev/random and in-kernel generator
222 1.4.8.2 nathanw
223 1.4.8.2 nathanw pseudo-device pty 32 # pseudo-terminals
224 1.4.8.2 nathanw #pseudo-device vnd 4 # paging to files
225 1.4.8.2 nathanw #pseudo-device ccd 4 # concatenated disks
226 1.4.8.2 nathanw #pseudo-device raid 4 # RAIDframe disk driver
227 1.4.8.2 nathanw #options RAID_AUTOCONFIG # auto-configuration of RAID components
228