NETWALKER revision 1.15 1 # $NetBSD: NETWALKER,v 1.15 2012/09/09 04:27:12 msaitoh Exp $
2 #
3 # NETWALKER -- http://www.sharp.co.jp/netwalker/
4 #
5
6 include "arch/evbarm/conf/std.netwalker"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 # estimated number of users
11
12 maxusers 32
13
14 # Standard system options
15
16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17 #options NTP # NTP phase/frequency locked loop
18
19 # CPU options
20 options CPU_CORTEXA8 # Support the ARM-v7a core
21 options IMX51
22 options PMAPCOUNTERS
23
24 # Architecture options
25
26 options IMX51_IPGCLK_FREQ=50000000 # XXX This value is not correct.
27
28 # File systems
29
30 file-system FFS # UFS
31 #file-system LFS # log-structured file system
32 file-system MFS # memory file system
33 file-system NFS # Network file system
34 #file-system ADOSFS # AmigaDOS-compatible file system
35 file-system EXT2FS # second extended file system (linux)
36 #file-system CD9660 # ISO 9660 + Rock Ridge file system
37 file-system MSDOSFS # MS-DOS file system
38 file-system FDESC # /dev/fd
39 file-system KERNFS # /kern
40 file-system NULLFS # loopback file system
41 file-system PROCFS # /proc
42 file-system TMPFS # memory file system
43 #file-system UMAPFS # NULLFS + uid and gid remapping
44 #file-system UNION # union file system
45 file-system PTYFS # /dev/pts/N support
46
47 # File system options
48 #options QUOTA # legacy UFS quotas
49 #options QUOTA2 # new, in-filesystem UFS quotas
50 #options FFS_EI # FFS Endian Independent support
51 #options NFSSERVER
52 options WAPBL # File system journaling support
53 #options FFS_NO_SNAPSHOT # No FFS snapshot support
54
55 # Networking options
56
57 #options GATEWAY # packet forwarding
58 options INET # IP + ICMP + TCP + UDP
59 options INET6 # IPV6
60 #options IPSEC # IP security
61 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
62 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
63 #options IPSEC_DEBUG # debug for IP security
64 #options MROUTING # IP multicast routing
65 #options PIM # Protocol Independent Multicast
66 #options ISO,TPIP # OSI
67 #options EON # OSI tunneling over IP
68 #options NETATALK # AppleTalk networking
69 #options PFIL_HOOKS # pfil(9) packet filter hooks
70 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
71 #options PPP_DEFLATE # Deflate compression support for PPP
72 #options PPP_FILTER # Active filter support for PPP (requires bpf)
73 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
74
75 #options NFS_BOOT_BOOTP
76 #options NFS_BOOT_DHCP
77 #options NFS_BOOT_BOOTPARAM
78 #options DEBUG_NFS_BOOT_DHCP
79
80 # Compatibility options
81
82 #options COMPAT_43 # 4.3BSD compatibility.
83 options COMPAT_50 # NetBSD 5.0 compatibility.
84 options COMPAT_40 # NetBSD 4.0 compatibility.
85 #options COMPAT_30 # NetBSD 3.0 compatibility.
86 #options COMPAT_20 # NetBSD 2.0 compatibility.
87 #options COMPAT_16 # NetBSD 1.6 compatibility.
88 #options COMPAT_15 # NetBSD 1.5 compatibility.
89 #options COMPAT_14 # NetBSD 1.4 compatibility.
90 #options COMPAT_13 # NetBSD 1.3 compatibility.
91 #options COMPAT_12 # NetBSD 1.2 compatibility.
92 #options COMPAT_11 # NetBSD 1.1 compatibility.
93 #options COMPAT_10 # NetBSD 1.0 compatibility.
94 #options COMPAT_09 # NetBSD 0.9 compatibility.
95 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
96
97 options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
98 #options COMPAT_LINUX # binary compatibility with Linux
99 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
100
101 # Shared memory options
102
103 options SYSVMSG # System V-like message queues
104 options SYSVSEM # System V-like semaphores
105 options SYSVSHM # System V-like memory sharing
106
107 # Device options
108
109 # Console options. also need IMXUARTCONSOLE
110 options CONSDEVNAME="\"imxuart\"",CONADDR=0x73fbc000
111 options CONSPEED=115200 # Console speed
112
113 # kgdb
114 #options KGDB
115 #options KGDB_DEVNAME="\"imxuart\""
116 #options KGDB_DEVADDR=0x73fbc000
117 #options KGDB_DEVRATE=115200
118
119 # Miscellaneous kernel options
120 options KTRACE # system call tracing, a la ktrace(1)
121 options IRQSTATS # manage IRQ statistics
122 #options KMEMSTATS # kernel memory statistics
123 options PCMCIAVERBOSE # verbose PCMCIA configuration messages
124 options USBVERBOSE # verbose USB device autoconfig messages
125 #options SCSIVERBOSE # Verbose SCSI errors
126 options MIIVERBOSE # Verbose MII autoconfuration messages
127 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
128 #options DDB_KEYCODE=0x40
129 options USERCONF # userconf(4) support
130 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
131 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
132 options NO_POWERSAVE # uncomment this to run under ICE
133
134 # Development and Debugging options
135 #options PERFCTRS # performance counters
136 options DIAGNOSTIC # internally consistency checks
137 #options DEBUG
138 #options KMEMSTATS # kernel memory statistics (vmstat -m)
139 options DDB # in-kernel debugger
140 options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
141 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
142 options DDB_VERBOSE_HELP
143 #options LOCKDEBUG
144 #options PMAP_DEBUG # Enable pmap_debug_level code
145 #options IPKDB # remote kernel debugging
146 options VERBOSE_INIT_ARM # verbose bootstraping messages
147 makeoptions DEBUG="-g" # compile full symbol table
148 #makeoptions COPTS="-O2"
149 #options SYSCALL_STATS # per syscall counts
150 #options SYSCALL_TIMES # per syscall times
151 #options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
152 #options SCSIPI_DEBUG
153 #options SCSIPI_DEBUG_TYPE=SCSIPI_BUSTYPE_SCSI
154 #options SCSIPI_DEBUG_TARGET=0
155 #options SCSIPI_DEBUG_LUN=0
156
157 # Kernel root file system and dump configuration.
158 config netbsd root on ? type ?
159
160 # The main bus device
161 mainbus0 at root
162
163 # The boot cpu
164 cpu0 at mainbus?
165
166 # Devices
167 # On-chip
168 # On-chip bus
169 axi0 at mainbus?
170
171 # Interrupt Cotroller
172 tzic0 at axi? addr 0xe0000000 size 0x4000 irqbase 0
173
174 # Serial
175 imxuart0 at axi? addr 0x73fbc000 irq 31 # UART1
176 #imxuart1 at axi? addr 0x73fc0000 irq 32
177 #imxuart2 at axi? addr 0x7000c000 irq 33
178 options IMXUARTCONSOLE
179
180 # Clock Control
181 imxccm0 at axi? addr 0x73fd4000
182 options IMX51_CKIL_FREQ=32768
183
184 # Enhanced Periodic Interrupt Timer
185 imxclock0 at axi? addr 0x73fac000 size 0x4000 irq 40
186 imxclock1 at axi? addr 0x73fb0000 size 0x4000 irq 41
187
188 # IOMUX
189 imxiomux0 at axi? addr 0x73fa8000
190
191 # GPIO
192 imxgpio0 at axi? addr 0x73f84000
193 imxgpio1 at axi? addr 0x73f88000
194 imxgpio2 at axi? addr 0x73f8c000
195 imxgpio3 at axi? addr 0x73f90000
196
197 # SD/MMC
198 sdhc0 at axi? addr 0x70004000 irq 1 # eSDHC1
199 #sdhc1 at axi? addr 0x70008000 irq 2 # eSDHC2
200 sdmmc* at sdhc?
201 ld* at sdmmc? # MMC/SD card
202 #options SDHC_DEBUG
203 #options SDMMC_DEBUG
204
205 # USB
206 imxusbc0 at axi? addr 0x73f80000
207 ehci0 at imxusbc0 unit 0 irq 18 # OTG
208 ehci1 at imxusbc0 unit 1 irq 14 # Host1
209 #ehci2 at imxusbc0 unit 2 irq 16 # Host2
210 #ehci3 at imxusbc0 unit 3 irq 17 # Host3
211
212 usb* at ehci?
213 uhub* at usb?
214 uhub* at uhub? port ?
215 ugen* at uhub? port ?
216
217 # USB HID device
218 uhidev* at uhub? port ? configuration ? interface ?
219
220 # USB Mice
221 ums* at uhidev? reportid ?
222 wsmouse* at ums? mux 0
223
224 # USB Keyboards
225 ukbd* at uhidev? reportid ?
226 wskbd* at ukbd? console ? mux 1
227
228 # USB Mass Storage
229 umass* at uhub? port ? configuration ? interface ?
230 wd* at umass?
231
232 # Serial adapters
233 ubsa* at uhub? port ? # Belkin serial adapter
234 ucom* at ubsa? portno ?
235
236 uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter
237 ucom* at uchcom? portno ?
238
239 uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
240 ucom* at uftdi? portno ?
241
242 umct* at uhub? port ? # MCT USB-RS232 serial adapter
243 ucom* at umct? portno ?
244
245 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
246 ucom* at uplcom? portno ?
247
248 uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter
249 ucom* at uslsa? portno ?
250
251 uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
252 ucom* at uvscom? portno ?
253
254 # USB generic serial port (e.g., data over cellular)
255 ugensa* at uhub? port ?
256 ucom* at ugensa?
257
258 # IPUv3 LCD Controller
259 ipu0 at axi?
260 wsdisplay0 at wsemuldisplaydev? console ?
261 wsdisplay* at wsemuldisplaydev?
262 #options IPUV3_DEBUG=1
263 #options LCD_DEBUG
264 options IMXIPUCONSOLE
265
266 # various options for wscons - we try to look as much like a standard
267 # sun console as possible
268 options WSEMUL_VT100 # sun terminal emulation
269 options WS_DEFAULT_FG=WSCOL_WHITE
270 options WS_DEFAULT_BG=WSCOL_BLACK
271 options WS_KERNEL_FG=WSCOL_GREEN
272 options WS_KERNEL_BG=WSCOL_BLACK
273 options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
274 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
275 options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
276 options WSDISPLAY_DEFAULTSCREENS=4
277
278 # SCSI bus support
279 scsibus* at scsi?
280
281 # SCSI devices
282 sd* at scsibus? target ? lun ? # SCSI disk drives
283
284 # Pseudo-Devices
285
286 pseudo-device crypto # /dev/crypto device
287 pseudo-device swcrypto # software crypto implementation
288
289 # disk/mass storage pseudo-devices
290 #pseudo-device md # memory disk device (ramdisk)
291 #pseudo-device vnd # disk-like interface to files
292
293 # network pseudo-devices
294 #pseudo-device bpfilter # Berkeley packet filter
295 #pseudo-device ipfilter # IP filter (firewall) and NAT
296 pseudo-device loop # network loopback
297 pseudo-device ppp # Point-to-Point Protocol
298
299 # miscellaneous pseudo-devices
300 pseudo-device pty # pseudo-terminals
301 pseudo-device ksyms # /dev/ksyms
302 pseudo-device clockctl # NTP clockctl
303
304 # wscons pseudo-devices
305 pseudo-device wsmux # mouse & keyboard multiplexor
306 pseudo-device wsfont
307