GEMINI_SLAVE revision 1.10.2.3 1 1.10.2.2 yamt #
2 1.10.2.2 yamt # GEMINI_SLAVE --
3 1.10.2.2 yamt #
4 1.10.2.2 yamt
5 1.10.2.2 yamt include "arch/evbarm/conf/std.gemini"
6 1.10.2.2 yamt
7 1.10.2.2 yamt # estimated number of users
8 1.10.2.2 yamt
9 1.10.2.2 yamt maxusers 32
10 1.10.2.2 yamt
11 1.10.2.2 yamt # Standard system options
12 1.10.2.2 yamt
13 1.10.2.2 yamt options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
14 1.10.2.2 yamt #options NTP # NTP phase/frequency locked loop
15 1.10.2.2 yamt
16 1.10.2.2 yamt # CPU options
17 1.10.2.2 yamt
18 1.10.2.2 yamt options CPU_FA526
19 1.10.2.2 yamt options SL3516
20 1.10.2.2 yamt options GEMINI_SLAVE
21 1.10.2.2 yamt
22 1.10.2.2 yamt # Architecture options
23 1.10.2.2 yamt
24 1.10.2.2 yamt # File systems
25 1.10.2.2 yamt
26 1.10.2.2 yamt file-system FFS # UFS
27 1.10.2.2 yamt #file-system LFS # log-structured file system
28 1.10.2.2 yamt file-system MFS # memory file system
29 1.10.2.2 yamt file-system NFS # Network file system
30 1.10.2.2 yamt #file-system ADOSFS # AmigaDOS-compatible file system
31 1.10.2.2 yamt #file-system EXT2FS # second extended file system (linux)
32 1.10.2.2 yamt #file-system CD9660 # ISO 9660 + Rock Ridge file system
33 1.10.2.2 yamt file-system MSDOSFS # MS-DOS file system
34 1.10.2.2 yamt #file-system FDESC # /dev/fd
35 1.10.2.2 yamt #file-system KERNFS # /kern
36 1.10.2.2 yamt #file-system NULLFS # loopback file system
37 1.10.2.2 yamt #file-system PROCFS # /proc
38 1.10.2.2 yamt #file-system UMAPFS # NULLFS + uid and gid remapping
39 1.10.2.2 yamt #file-system UNION # union file system
40 1.10.2.2 yamt file-system PTYFS # /dev/pts/N support
41 1.10.2.2 yamt
42 1.10.2.2 yamt # File system options
43 1.10.2.2 yamt #options QUOTA # UFS quotas
44 1.10.2.2 yamt #options FFS_EI # FFS Endian Independant support
45 1.10.2.2 yamt #options NFSSERVER
46 1.10.2.2 yamt #options WAPBL # File system journaling support - Experimental
47 1.10.2.2 yamt #options FFS_NO_SNAPSHOT # No FFS snapshot support
48 1.10.2.2 yamt
49 1.10.2.2 yamt # Networking options
50 1.10.2.2 yamt
51 1.10.2.2 yamt options GATEWAY # packet forwarding
52 1.10.2.2 yamt options INET # IP + ICMP + TCP + UDP
53 1.10.2.2 yamt #options INET6 # IPV6
54 1.10.2.2 yamt #options IPSEC # IP security
55 1.10.2.2 yamt #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
56 1.10.2.2 yamt #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
57 1.10.2.2 yamt #options IPSEC_DEBUG # debug for IP security
58 1.10.2.2 yamt #options MROUTING # IP multicast routing
59 1.10.2.2 yamt #options PIM # Protocol Independent Multicast
60 1.10.2.2 yamt #options NS # XNS
61 1.10.2.2 yamt #options NSIP # XNS tunneling over IP
62 1.10.2.2 yamt #options ISO,TPIP # OSI
63 1.10.2.2 yamt #options EON # OSI tunneling over IP
64 1.10.2.2 yamt #options CCITT,LLC,HDLC # X.25
65 1.10.2.2 yamt #options NETATALK # AppleTalk networking
66 1.10.2.2 yamt #options PFIL_HOOKS # pfil(9) packet filter hooks
67 1.10.2.2 yamt #options PPP_BSDCOMP # BSD-Compress compression support for PPP
68 1.10.2.2 yamt #options PPP_DEFLATE # Deflate compression support for PPP
69 1.10.2.2 yamt #options PPP_FILTER # Active filter support for PPP (requires bpf)
70 1.10.2.2 yamt #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
71 1.10.2.2 yamt
72 1.10.2.2 yamt ##options NFS_BOOT_BOOTP
73 1.10.2.2 yamt ##options NFS_BOOT_DHCP
74 1.10.2.2 yamt ##options NFS_BOOT_RWSIZE=1024
75 1.10.2.2 yamt
76 1.10.2.2 yamt # Compatibility options
77 1.10.2.2 yamt
78 1.10.2.2 yamt #options COMPAT_43 # 4.3BSD compatibility.
79 1.10.2.3 yamt options COMPAT_50 # NetBSD 5.0 compatibility.
80 1.10.2.2 yamt #options COMPAT_40 # NetBSD 4.0 compatibility.
81 1.10.2.2 yamt #options COMPAT_30 # NetBSD 3.0 compatibility.
82 1.10.2.2 yamt #options COMPAT_20 # NetBSD 2.0 compatibility.
83 1.10.2.2 yamt #options COMPAT_16 # NetBSD 1.6 compatibility.
84 1.10.2.2 yamt #options COMPAT_15 # NetBSD 1.5 compatibility.
85 1.10.2.2 yamt #options COMPAT_14 # NetBSD 1.4 compatibility.
86 1.10.2.2 yamt #options COMPAT_13 # NetBSD 1.3 compatibility.
87 1.10.2.2 yamt #options COMPAT_12 # NetBSD 1.2 compatibility.
88 1.10.2.2 yamt #options COMPAT_11 # NetBSD 1.1 compatibility.
89 1.10.2.2 yamt #options COMPAT_10 # NetBSD 1.0 compatibility.
90 1.10.2.2 yamt #options COMPAT_09 # NetBSD 0.9 compatibility.
91 1.10.2.2 yamt #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
92 1.10.2.2 yamt #options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
93 1.10.2.2 yamt
94 1.10.2.2 yamt # Shared memory options
95 1.10.2.2 yamt
96 1.10.2.2 yamt options SYSVMSG # System V-like message queues
97 1.10.2.2 yamt options SYSVSEM # System V-like semaphores
98 1.10.2.2 yamt #options SEMMNI=10 # number of semaphore identifiers
99 1.10.2.2 yamt #options SEMMNS=60 # number of semaphores in system
100 1.10.2.2 yamt #options SEMUME=10 # max number of undo entries per process
101 1.10.2.2 yamt #options SEMMNU=30 # number of undo structures in system
102 1.10.2.2 yamt options SYSVSHM # System V-like memory sharing
103 1.10.2.2 yamt
104 1.10.2.2 yamt # Device options
105 1.10.2.2 yamt
106 1.10.2.2 yamt # Memory Disk
107 1.10.2.2 yamt options MEMORY_DISK_IS_ROOT # use memory disk as root
108 1.10.2.2 yamt options MEMORY_DISK_HOOKS
109 1.10.2.2 yamt options MEMORY_DISK_DYNAMIC
110 1.10.2.2 yamt options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
111 1.10.2.2 yamt
112 1.10.2.2 yamt # Miscellaneous kernel options
113 1.10.2.2 yamt options KTRACE # system call tracing, a la ktrace(1)
114 1.10.2.2 yamt #options KMEMSTATS # kernel memory statistics
115 1.10.2.2 yamt #options SCSIVERBOSE # Verbose SCSI errors
116 1.10.2.2 yamt #options MIIVERBOSE # Verbose MII autoconfuration messages
117 1.10.2.2 yamt #options DDB_KEYCODE=0x40
118 1.10.2.2 yamt #options USERCONF # userconf(4) support
119 1.10.2.2 yamt #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
120 1.10.2.2 yamt
121 1.10.2.2 yamt # Development and Debugging options
122 1.10.2.2 yamt
123 1.10.2.2 yamt #options PERFCTRS # performance counters
124 1.10.2.2 yamt options DIAGNOSTIC # internally consistency checks
125 1.10.2.2 yamt #options DEBUG
126 1.10.2.2 yamt #options PMAP_DEBUG # Enable pmap_debug_level code
127 1.10.2.2 yamt #options VERBOSE_INIT_ARM # verbose bootstraping messages
128 1.10.2.2 yamt options DDB # in-kernel debugger
129 1.10.2.2 yamt options DDB_ONPANIC=1
130 1.10.2.2 yamt options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
131 1.10.2.2 yamt #options KGDB
132 1.10.2.2 yamt makeoptions DEBUG="-g" # compile full symbol table
133 1.10.2.2 yamt ##options SYMTAB_SPACE=280000
134 1.10.2.2 yamt ##options ATADEBUG
135 1.10.2.2 yamt
136 1.10.2.2 yamt # Valid options for BOOT_ARGS:
137 1.10.2.2 yamt # single Boot to single user only
138 1.10.2.2 yamt # kdb Give control to kernel debugger
139 1.10.2.2 yamt # ask Ask for file name to reboot from
140 1.10.2.2 yamt # pmapdebug=<n> If PMAP_DEBUG, set pmap_debug_level to <n>
141 1.10.2.2 yamt # memorydisk=<n> Set memorydisk size to <n> KB
142 1.10.2.2 yamt # quiet Show aprint_naive output
143 1.10.2.2 yamt # verbose Show aprint_normal and aprint_verbose output
144 1.10.2.2 yamt options BOOT_ARGS="\"\""
145 1.10.2.2 yamt
146 1.10.2.2 yamt config netbsd root on ? type ?
147 1.10.2.2 yamt ##config netbsd-sm0 root on sm0 type nfs
148 1.10.2.2 yamt
149 1.10.2.2 yamt # The main bus device
150 1.10.2.2 yamt mainbus0 at root
151 1.10.2.2 yamt
152 1.10.2.2 yamt # The boot cpu
153 1.10.2.2 yamt cpu0 at mainbus?
154 1.10.2.2 yamt
155 1.10.2.2 yamt # Specify the memory size in megabytes.
156 1.10.2.2 yamt options MEMSIZE=64
157 1.10.2.2 yamt
158 1.10.2.2 yamt # Specify the (DMA) Bus Address base in megabytes
159 1.10.2.2 yamt options GEMINI_BUSBASE=64
160 1.10.2.2 yamt
161 1.10.2.2 yamt # On-board IO
162 1.10.2.2 yamt obio0 at mainbus?
163 1.10.2.2 yamt
164 1.10.2.2 yamt # On-board 16550 UART(s)
165 1.10.2.2 yamt ##com0 at obio? addr 0x42000000 intr 18 mult 4
166 1.10.2.2 yamt ##options CONSADDR=0x42000000, CONSPEED=19200
167 1.10.2.2 yamt
168 1.10.2.2 yamt # Aux COM at IT8712
169 1.10.2.2 yamt geminilpchc0 at obio? addr 0x47000000 intr 20
170 1.10.2.2 yamt lpc0 at geminilpchc0 addr 0x47800000
171 1.10.2.2 yamt com0 at lpc? ldn 0x01 addr 0x3f8 intr -1
172 1.10.2.2 yamt ##com0 at lpc? ldn 0x01 addr 0x3f8 intr -1
173 1.10.2.2 yamt options CONSADDR=0x478003f8, CONSPEED=19200
174 1.10.2.2 yamt
175 1.10.2.2 yamt # Interrupt controller
176 1.10.2.2 yamt ##geminiicu0 at obio0 addr 0x48000000 intrbase 0
177 1.10.2.2 yamt geminiicu1 at obio0 addr 0x49000000 intrbase 0
178 1.10.2.2 yamt
179 1.10.2.2 yamt # Watchdog timer
180 1.10.2.2 yamt ##geminiwdt0 at obio0 addr 0x41000000 size 0x1c
181 1.10.2.2 yamt # Internal PCLK is AHB bus freq,
182 1.10.2.2 yamt # which is 1/6 of APB bus freq,
183 1.10.2.2 yamt # which is 150MHz`
184 1.10.2.2 yamt ##options GEMINI_WDT_CLOCK_FREQ=25000000 # 25 MHz
185 1.10.2.2 yamt
186 1.10.2.2 yamt # Combined Operating System Timer and Statistics Timer
187 1.10.2.2 yamt ##geminitmr0 at obio? addr 0x43000000 size 0x3c intr 14
188 1.10.2.2 yamt geminitmr1 at obio? addr 0x43000000 size 0x3c intr 15
189 1.10.2.2 yamt # Microtime Reference Timer
190 1.10.2.2 yamt geminitmr2 at obio? addr 0x43000000 size 0x3c intr 16
191 1.10.2.2 yamt #
192 1.10.2.2 yamt # Internal PCLK is AHB bus freq,
193 1.10.2.2 yamt # which is 1/6 of APB bus freq,
194 1.10.2.2 yamt # which is 150MHz`
195 1.10.2.2 yamt options GEMINI_TIMER_CLOCK_FREQ=25000000 # 25 MHz
196 1.10.2.2 yamt
197 1.10.2.2 yamt
198 1.10.2.2 yamt # Gemini Inter-processor-interrupt (IPI)
199 1.10.2.2 yamt geminiipi0 at obio? intr 0
200 1.10.2.2 yamt
201 1.10.2.2 yamt # Gemini Inter-processor-messages (IPM)
202 1.10.2.2 yamt geminiipm0 at geminiipi0
203 1.10.2.2 yamt
204 1.10.2.2 yamt # Gemini Pseudo NIC (GPN)
205 1.10.2.2 yamt gpn0 at geminiipm0
206 1.10.2.2 yamt
207 1.10.2.2 yamt # On-board GPIO controllers
208 1.10.2.2 yamt
209 1.10.2.2 yamt
210 1.10.2.2 yamt # Real Time Clock
211 1.10.2.2 yamt
212 1.10.2.2 yamt # IDE
213 1.10.2.2 yamt ##wdc0 at obio? addr 0x63000000 intr 4
214 1.10.2.2 yamt ##wdc1 at obio? addr 0x63400000 intr 5
215 1.10.2.2 yamt
216 1.10.2.2 yamt ##atabus* at ata? channel ?
217 1.10.2.2 yamt ##wd* at atabus? drive ? flags 0x0000
218 1.10.2.2 yamt
219 1.10.2.2 yamt # USB
220 1.10.2.2 yamt ##ehci0 at obio? addr 0x68000000 size 0x400 intr 10 # 30?
221 1.10.2.2 yamt ##ehci1 at obio? addr 0x69000000 size 0x400 intr 11 # 31?
222 1.10.2.2 yamt
223 1.10.2.2 yamt ##usb* at ehci?
224 1.10.2.2 yamt ##uhub* at usb?
225 1.10.2.2 yamt ##uhub* at uhub? port ?
226 1.10.2.2 yamt ##axe* at uhub?
227 1.10.2.2 yamt
228 1.10.2.2 yamt # PCI
229 1.10.2.2 yamt pci0 at obio? bus ?
230 1.10.2.2 yamt options PCI_NETBSD_CONFIGURE # set up the PCI bus
231 1.10.2.2 yamt options PCIVERBOSE
232 1.10.2.2 yamt options PCI_CONFIG_DUMP
233 1.10.2.2 yamt
234 1.10.2.2 yamt # PCI Ethernet
235 1.10.2.2 yamt ex* at pci? dev ? function ? # 3Com 90x[BC]
236 1.10.2.2 yamt re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
237 1.10.2.2 yamt wm* at pci? dev ? function ? # Intel 8254x gigabit
238 1.10.2.2 yamt
239 1.10.2.2 yamt # MII/PHY support
240 1.10.2.2 yamt exphy* at mii? phy ? # 3Com internal PHYs
241 1.10.2.2 yamt rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs
242 1.10.2.2 yamt makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
243 1.10.2.2 yamt
244 1.10.2.2 yamt # Pseudo-Devices
245 1.10.2.2 yamt
246 1.10.2.2 yamt # disk/mass storage pseudo-devices
247 1.10.2.2 yamt pseudo-device md 1 # memory disk
248 1.10.2.2 yamt #pseudo-device vnd # disk-like interface to files
249 1.10.2.2 yamt #pseudo-device fss 4 # file system snapshot device
250 1.10.2.2 yamt
251 1.10.2.2 yamt # network pseudo-devices
252 1.10.2.2 yamt pseudo-device bpfilter # Berkeley packet filter
253 1.10.2.2 yamt pseudo-device loop # network loopback
254 1.10.2.2 yamt #pseudo-device kttcp # network loopback
255 1.10.2.2 yamt
256 1.10.2.2 yamt # miscellaneous pseudo-devices
257 1.10.2.2 yamt pseudo-device pty # pseudo-terminals
258 1.10.2.2 yamt pseudo-device rnd # /dev/random and in-kernel generator
259 1.10.2.2 yamt #options RND_COM
260 1.10.2.2 yamt #pseudo-device clockctl # user control of clock subsystem
261 1.10.2.2 yamt #pseudo-device ksyms # /dev/ksyms
262 1.10.2.2 yamt
263