TS7200 revision 1.4
1#	$NetBSD: TS7200,v 1.4 2004/12/31 12:14:22 joff Exp $
2#
3#	GENERIC -- Generic kernel
4#
5
6include	"arch/evbarm/conf/std.tsarm"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9options		MSGBUFSIZE=65536
10#options 	KSTACK_CHECK_MAGIC
11
12# estimated number of users
13maxusers	32
14
15# Standard system options
16
17options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
18options 	NTP		# NTP phase/frequency locked loop
19
20# CPU options
21
22options 	CPU_ARM9	# Support the ARM9TDMI core
23
24# File systems
25
26file-system	FFS		# UFS
27#file-system	LFS		# log-structured file system
28file-system	MFS		# memory file system
29file-system	NFS		# Network file system
30#file-system 	ADOSFS		# AmigaDOS-compatible file system
31file-system 	EXT2FS		# second extended file system (linux)
32#file-system	CD9660		# ISO 9660 + Rock Ridge file system
33file-system	MSDOSFS		# MS-DOS file system
34#file-system	FDESC		# /dev/fd
35#file-system    FILECORE        # Acorn filecore file system
36file-system	KERNFS		# /kern
37file-system	NULLFS		# loopback file system
38#file-system	PORTAL		# portal filesystem (still experimental)
39file-system	PROCFS		# /proc
40#file-system	UMAPFS		# NULLFS + uid and gid remapping
41file-system	UNION		# union file system
42
43# File system options
44#options 	QUOTA		# UFS quotas
45#options 	FFS_EI		# FFS Endian Independant support
46options 	NFSSERVER
47options 	SOFTDEP
48
49# Networking options
50
51#options 	GATEWAY		# packet forwarding
52options 	INET		# IP + ICMP + TCP + UDP
53options 	INET6		# IPV6
54#options 	IPSEC		# IP security
55#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
56#options 	IPSEC_DEBUG	# debug for IP security
57#options 	MROUTING	# IP multicast routing
58#options 	NS		# XNS
59#options 	NSIP		# XNS tunneling over IP
60#options 	ISO,TPIP	# OSI
61#options 	EON		# OSI tunneling over IP
62#options 	CCITT,LLC,HDLC	# X.25
63#options 	NETATALK	# AppleTalk networking
64#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
65#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
66#options 	PPP_DEFLATE	# Deflate compression support for PPP
67#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
68#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
69
70options 	NFS_BOOT_BOOTP
71options 	NFS_BOOT_DHCP
72#options 	NFS_BOOT_BOOTPARAM
73
74# Compatibility options
75
76#options 	COMPAT_LINUX
77options 	COMPAT_16	# NetBSD 1.6
78options 	COMPAT_20	# NetBSD 2.0
79#options 	COMPAT_43	# 4.3BSD compatibility.
80#options 	COMPAT_16	# NetBSD 1.6 compatibility.
81#options 	COMPAT_15	# NetBSD 1.5 compatibility.
82#options 	COMPAT_14	# NetBSD 1.4 compatibility.
83#options 	COMPAT_13	# NetBSD 1.3 compatibility.
84#options 	COMPAT_12	# NetBSD 1.2 compatibility.
85#options 	COMPAT_11	# NetBSD 1.1 compatibility.
86#options 	COMPAT_10	# NetBSD 1.0 compatibility.
87#options 	COMPAT_09	# NetBSD 0.9 compatibility.
88#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
89
90# Shared memory options
91
92options 	SYSVMSG		# System V-like message queues
93options 	SYSVSEM		# System V-like semaphores
94options 	SEMMNI=10	# number of semaphore identifiers
95options 	SEMMNS=60	# number of semaphores in system
96options 	SEMUME=10	# max number of undo entries per process
97options 	SEMMNU=30	# number of undo structures in system
98options 	SYSVSHM		# System V-like memory sharing
99options 	SHMMAXPGS=1024	# 1024 pages is the default
100
101# Device options
102
103#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
104#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
105#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
106
107# Console options.  The default console is speed is 115200 baud.
108#options 	CONSPEED=9600		# Console speed
109
110# Miscellaneous kernel options
111options 	KTRACE		# system call tracing, a la ktrace(1)
112options 	IRQSTATS	# manage IRQ statistics
113#options 	LKM		# loadable kernel modules
114#options 	KMEMSTATS	# kernel memory statistics
115#options 	SCSIVERBOSE	# Verbose SCSI errors
116#options 	PCIVERBOSE	# Verbose PCI descriptions
117#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
118#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
119#options 	DDB_KEYCODE=0x40
120#options 	USERCONF	# userconf(4) support
121#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
122
123# Development and Debugging options
124
125#options 	PERFCTRS	# performance counters
126options 	DIAGNOSTIC	# internally consistency checks
127#options 	DEBUG
128#options 	PMAP_DEBUG	# Enable pmap_debug_level code
129#options 	IPKDB		# remote kernel debugging
130#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
131options 	DDB		# in-kernel debugger
132options		DDB_ONPANIC=1
133options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
134#makeoptions	DEBUG="-g"	# compile full symbol table
135options 	SYMTAB_SPACE=400000
136
137##options 	PMAP_INCLUDE_PTE_SYNC
138##options 	LOCKDEBUG
139
140config		netbsd		root on ? type ?
141config		netbsd-epe0	root on epe0 type nfs
142config		netbsd-wd0	root on wd0 type ffs
143config		netbsd-sd0	root on sd0 type ffs
144
145# The main bus device
146mainbus0	at root
147
148# The boot cpu
149cpu0		at mainbus?
150
151# Cirrus Logic EP93xx System-on-chip
152epsoc0		at mainbus?
153# On-chip timers
154epclk0		at epsoc? addr 0x80810000 size 0x90 intr 35
155# On-chip serial UARTS
156epcom0		at epsoc? addr 0x808c0000 size 0x1000 intr 52
157epcom1		at epsoc? addr 0x808d0000 size 0x1000 intr 54
158# On-chip USB 1.1
159ohci*		at epsoc? addr 0x80020000 size 0x1000 intr 56
160# On-chip 10/100 Ethernet
161epe0		at epsoc? addr 0x80010000 size 0x10000 intr 39
162# On-board TS-7200 CPLD
163tspld0		at mainbus?
164# PC/104 bus
165isa0		at tspld?
166# CompactFlash interface
167wdc0		at tspld?
168# TS-5620 battery-backed real-time clock
169tsrtc*		at tspld?
170
171# TS-SER[1,2,4] multiport serial PC/104 cards
172com0		at isa? port 0x3f8 irq 6        # Standard PC serial ports
173com1		at isa? port 0x2f8 irq 6
174com2		at isa? port 0x3e8 irq 6
175com3		at isa? port 0x2e8 irq 6
176
177wdc1	at isa? port 0x1f0 irq 7 flags 0x00
178wdc2	at isa? port 0x170 irq 7 flags 0x00
179
180# ATA (IDE) bus support
181atabus* at ata?
182
183# IDE drives
184# Flags are used only with controllers that support DMA operations
185# and mode settings (e.g. some pciide controllers)
186# The lowest order four bits (rightmost digit) of the flags define the PIO
187# mode to use, the next set of four bits the DMA mode and the third set the
188# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
189# to use, and the last bit must be 1 for this setting to be used.
190# For DMA and UDMA, 0xf (1111) means 'disable'.
191# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
192# (0xc=1100, 0xa=1010, 0xf=1111)
193# 0x0000 means "use whatever the drive claims to support".
194wd*	at atabus? drive ? flags 0x00ff
195
196# ATAPI bus support
197#atapibus* at atapi?
198
199# ATAPI devices
200# flags have the same meaning as for IDE drives.
201# XXX No DMA on IDE devices for now
202#cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
203#sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
204#st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
205#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
206
207# MII/PHY support
208#acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
209#amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
210#bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
211#brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
212#dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
213#exphy*	at mii? phy ?			# 3Com internal PHYs
214#gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
215#glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
216#gphyter* at mii? phy ?			# NS83861 Gig-E PHY
217#icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
218#igphy*	at mii? phy ?			# Intel IGP01E1000
219#inphy*	at mii? phy ?			# Intel 82555 PHYs
220#iophy*	at mii? phy ?			# Intel 82553 PHYs
221#lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
222#makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
223#nsphy*	at mii? phy ?			# NS83840 PHYs
224#nsphyter* at mii? phy ? 		# NS83843 PHYs
225#pnaphy* at mii? phy ?			# generic HomePNA PHYs
226#qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
227#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
228#tlphy*	at mii? phy ?			# ThunderLAN PHYs
229#tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
230ukphy*	at mii? phy ?			# generic unknown PHYs
231#urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
232
233# USB Controller and Devices
234
235# USB bus support
236#usb*	at ehci?
237usb*	at ohci?
238#usb*	at uhci?
239#usb*	at slhci?
240
241# USB Hubs
242uhub*	at usb?
243uhub*	at uhub? port ? configuration ? interface ?
244
245# USB HID device
246uhidev*	at uhub? port ? configuration ? interface ?
247
248# USB Mice
249# ums*	at uhidev? reportid ?
250# wsmouse* at ums? mux 0
251
252# USB eGalax touch-panel
253# uep*	at uhub? port ?
254# wsmouse* at uep? mux 0
255
256# USB Keyboards
257#ukbd*	at uhidev? reportid ?
258# wskbd*	at ukbd? console ? mux 1
259
260# USB Generic HID devices
261uhid*	at uhidev? reportid ?
262
263# USB Printer
264ulpt*	at uhub? port ? configuration ? interface ?
265
266# USB Modem
267umodem*	at uhub? port ? configuration ?
268ucom*	at umodem?
269
270# USB Mass Storage
271umass*	at uhub? port ? configuration ? interface ?
272scsibus* at umass?
273# SCSI devices
274sd*     at scsibus? target ? lun ?      # SCSI disk drives
275#st*     at scsibus? target ? lun ?      # SCSI tape drives
276#cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
277#ch*     at scsibus? target ? lun ?      # SCSI autochangers
278#ses*    at scsibus? target ? lun ?      # SCSI Enclosure Services devices
279#ss*     at scsibus? target ? lun ?      # SCSI scanners
280#uk*     at scsibus? target ? lun ?      # SCSI unknown
281
282# wd*	at umass?
283
284# USB audio
285uaudio*	at uhub? port ? configuration ?
286
287# USB MIDI
288umidi* at uhub? port ? configuration ?
289
290# USB IrDA
291# USB-IrDA bridge spec
292uirda* at uhub? port ? configuration ? interface ?
293irframe* at uirda?
294
295# SigmaTel STIr4200 USB/IrDA Bridge
296ustir* at uhub? port ?
297irframe* at ustir?
298
299# USB Ethernet adapters
300aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
301axe*	at uhub? port ?		# ASIX AX88172 based adapters
302cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
303kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
304udav*	at uhub? port ?		# Davicom DM9601 based adapters
305url*	at uhub? port ?		# Realtek RTL8150L based adapters
306
307# Prolific PL2301/PL2302 host-to-host adapter
308upl*	at uhub? port ?
309
310# Serial adapters
311ubsa*	at uhub? port ?		# Belkin serial adapter
312ucom*	at ubsa? portno ?
313
314uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
315ucom*	at uftdi? portno ?
316
317umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
318ucom*	at umct? portno ?
319
320uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
321ucom*	at uplcom? portno ?
322
323uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
324ucom*	at uvscom? portno ?
325
326# Diamond Multimedia Rio 500
327# urio*	at uhub? port ?
328
329# USB Handspring Visor
330# uvisor*	at uhub? port ?
331# ucom*	at uvisor?
332
333# USB scanners
334# uscanner* at uhub? port ?
335
336# USB scanners that use SCSI emulation, e.g., HP5300
337# usscanner* at uhub? port ?
338
339# Y@P firmware loader
340# uyap* at uhub? port ?
341
342# D-Link DSB-R100 USB radio
343# udsbr*	at uhub? port ?
344# radio*	at udsbr?
345
346# USB Generic driver
347ugen*	at uhub? port ?
348
349# IrDA and Consumer Ir devices
350
351# Toshiba Oboe
352# oboe* 	at pci? dev ? function ?
353# irframe* at oboe?
354
355# CardBus IEEE1394 controllers
356#fwohci* at cardbus? dev ? function ?	# IEEE1394 Open Host Controller
357
358#fw*	at fwbus?			# IP over 1394
359
360# IEEE1394 nodes
361#fwnode* at fwbus? idhi ? idlo ?
362#sbpscsi* at fwnode?
363#scsibus* at sbpscsi?
364
365# Audio Devices
366
367# OPL[23] FM synthesizers
368#opl*	at cmpci? flags 1
369#opl*	at eso?
370#opl*	at fms?
371#opl*	at sv?
372#opl*	at yds?
373
374# Audio support
375audio*	at audiobus?
376
377# MPU 401 UARTs
378#mpu*	at cmpci?
379#mpu*	at eso?
380#mpu*	at fms?
381#mpu*	at yds?
382
383# MIDI support
384#midi*	at midibus?
385
386# Pseudo-Devices
387
388# disk/mass storage pseudo-devices
389#pseudo-device	md		1	# memory disk device (ramdisk)
390#pseudo-device	vnd		4	# disk-like interface to files
391
392# network pseudo-devices
393pseudo-device	bpfilter	4	# Berkeley packet filter
394pseudo-device	loop			# network loopback
395#pseudo-device	kttcp			# network loopback
396
397# miscellaneous pseudo-devices
398pseudo-device	pty			# pseudo-terminals
399pseudo-device	rnd			# /dev/random and in-kernel generator
400#options	RND_COM
401pseudo-device	clockctl		# user control of clock subsystem
402pseudo-device	ksyms			# /dev/ksyms
403
404# data mover pseudo-devices
405#pseudo-device	swdmover		# softare dmover(9) back-end
406#pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
407
408# wscons pseudo-devices
409#pseudo-device	wsmux			# mouse & keyboard multiplexor
410#pseudo-device	wsfont
411
412