HDL_G revision 1.21
1# $NetBSD: HDL_G,v 1.21 2011/03/06 02:18:36 jakllsch Exp $
2#
3#       HDL_G -- I-O DATA HDL-G Kernel
4#
5
6include		"arch/evbarm/conf/std.hdl_g"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10maxusers	32			# estimated number of users
11
12# CPU options
13
14# For XScale systems
15options 	CPU_XSCALE_80321	# Support the XScale core
16makeoptions	CPUFLAGS="-mcpu=xscale"
17
18# Architecture options
19options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
20
21# Standard system options
22
23options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
24#options 	HZ=512		# clock interrupt generates every 1/HZ sec
25#options 	NTP		# NTP phase/frequency locked loop
26
27# File systems
28
29file-system	FFS		# UFS
30file-system 	EXT2FS		# second extended file system (linux)
31#file-system	LFS		# log-structured file system
32file-system	MFS		# memory file system
33file-system	NFS		# Network file system
34file-system	CD9660		# ISO 9660 + Rock Ridge file system
35#file-system	CODA		# Coda File System; also needs vcoda (below)
36file-system	FDESC		# /dev/fd
37file-system	KERNFS		# /kern
38file-system	MSDOSFS		# MS-DOS file system
39file-system 	NTFS		# Windows/NT file system (experimental)
40file-system	NULLFS		# loopback file system
41#file-system 	OVERLAY		# overlay file system
42file-system	PROCFS		# /proc
43file-system	PTYFS		# /dev/pts/N support
44file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
45file-system	TMPFS		# Efficient memory file-system
46#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
47file-system	UMAPFS		# NULLFS + uid and gid remapping
48file-system	UNION		# union file system
49
50# File system options
51#options 	QUOTA		# UFS quotas
52#options 	FFS_EI		# FFS Endian Independant support
53options 	NFSSERVER
54options 	WAPBL		# File system journaling support - Experimental
55#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
56#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
57#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
58				# immutable) behave as system flags.
59
60# Networking options
61
62#options 	GATEWAY		# packet forwarding
63options 	INET		# IP + ICMP + TCP + UDP
64options 	INET6		# IPV6
65#options 	IPSEC		# IP security
66#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
67#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
68#options 	IPSEC_DEBUG	# debug for IP security
69#options 	MROUTING	# IP multicast routing
70#options 	PIM		# Protocol Independent Multicast
71#options 	ISO,TPIP	# OSI
72#options 	EON		# OSI tunneling over IP
73#options 	NETATALK	# AppleTalk networking
74#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
75#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
76#options 	PPP_DEFLATE	# Deflate compression support for PPP
77#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
78options 	PFIL_HOOKS	# pfil(9) packet filter hooks
79options 	IPFILTER_LOG	# ipmon(8) log support
80options 	IPFILTER_LOOKUP	# ippool(8) support
81options 	IPFILTER_COMPAT # Compat for IP-Filter
82#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
83#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
84#options 	TCP_SIGNATURE
85
86#options 	NFS_BOOT_BOOTP
87options 	NFS_BOOT_DHCP
88options 	NFS_BOOT_BOOTPARAM
89
90# Compatibility options
91
92options 	COMPAT_09	# NetBSD 0.9 compatibility.
93options 	COMPAT_10	# NetBSD 1.0 compatibility.
94options 	COMPAT_11	# NetBSD 1.1 compatibility.
95options 	COMPAT_12	# NetBSD 1.2 compatibility.
96options 	COMPAT_13	# NetBSD 1.3 compatibility.
97options 	COMPAT_14	# NetBSD 1.4 compatibility.
98options 	COMPAT_15	# NetBSD 1.5 compatibility.
99options 	COMPAT_16	# NetBSD 1.6 compatibility.
100options 	COMPAT_20	# NetBSD 2.0 compatibility.
101options 	COMPAT_30	# NetBSD 3.0 compatibility.
102options 	COMPAT_40	# NetBSD 4.0 compatibility.
103options 	COMPAT_50	# NetBSD 5.0 compatibility.
104options 	COMPAT_43	# 4.3BSD compatibility.
105#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
106
107options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
108options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
109
110# Shared memory options
111
112options 	SYSVMSG		# System V-like message queues
113options 	SYSVSEM		# System V-like semaphores
114#options 	SEMMNI=10	# number of semaphore identifiers
115#options 	SEMMNS=60	# number of semaphores in system
116#options 	SEMUME=10	# max number of undo entries per process
117#options 	SEMMNU=30	# number of undo structures in system
118options 	SYSVSHM		# System V-like memory sharing
119options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
120
121# Device options
122
123# Miscellaneous kernel options
124options 	KTRACE		# system call tracing via ktrace(1)
125options 	IRQSTATS	# manage IRQ statistics
126#options 	KMEMSTATS	# kernel memory statistics
127#options 	SCSIVERBOSE	# Verbose SCSI errors
128options 	PCIVERBOSE	# Verbose PCI descriptions
129options 	MIIVERBOSE	# Verbose MII autoconfuration messages
130options 	USBVERBOSE	# verbose USB device autoconfig messages
131#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
132options 	USERCONF	# userconf(4) support
133#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
134#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
135
136# Development and Debugging options
137
138#options 	PERFCTRS	# performance counters
139#options 	DIAGNOSTIC	# internally consistency checks
140#options 	DEBUG
141#options 	PMAP_DEBUG	# Enable pmap_debug_level code
142#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
143options 	DDB		# in-kernel debugger
144#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
145#makeoptions	DEBUG="-g"	# compile full symbol table
146options 	SYMTAB_SPACE=590000
147
148#config		netbsd		root on ? type ?
149config		netbsd		root on wd0a type ?
150#config		netbsd		root on wd0e type ?
151
152# The main bus device
153mainbus0	at root
154
155# The boot CPU
156cpu0		at mainbus?
157
158# On-board device support
159obio*		at mainbus?
160com0		at obio? addr 0xfe800000 xint 3	# on-board TI 165C50 UART
161btn0		at obio? addr 0xfe8d0002 xint 3	# buttons
162
163# i80321 I/O Processor peripheral support
164iopxs*		at mainbus?
165
166iopiic*		at iopxs?		# I2C Controller Unit(s)
167iic0		at iopiic?
168iic1		at iopiic?
169pci0		at iopxs? bus ?		# PCI/PCI-X support
170
171# PCI-PCI bridges
172ppb*		at pci? dev ? function ?
173pci*		at ppb? bus ?
174
175# RICOH RS5C372A Real-Time Clock
176rs5c372rtc*	at iic0 addr 0x32
177
178#
179# Storage devices
180#
181
182# SCSI Controllers and Devices
183
184# SCSI bus support
185scsibus* at scsi?
186
187# SCSI devices
188sd*	at scsibus? target ? lun ?	# SCSI disk drives
189st*	at scsibus? target ? lun ?	# SCSI tape drives
190cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
191ch*	at scsibus? target ? lun ?	# SCSI autochangers
192ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
193ss*	at scsibus? target ? lun ?	# SCSI scanners
194uk*	at scsibus? target ? lun ?	# SCSI unknown
195
196# PCI IDE/S-ATA controllers and devices
197pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
198acardide*	at pci? dev ? function ?	# Acard IDE controllers
199
200# ATA (IDE) bus support
201atabus*	at ata? channel ?
202
203# IDE drives
204# Flags are used only with controllers that support DMA operations
205# and mode settings (e.g. some pciide controllers)
206# The lowest order four bits (rightmost digit) of the flags define the PIO
207# mode to use, the next set of four bits the DMA mode and the third set the
208# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
209# to use, and the last bit must be 1 for this setting to be used.
210# For DMA and UDMA, 0xf (1111) means 'disable'.
211# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
212# (0xc=1100, 0xa=1010, 0xf=1111)
213# 0x0000 means "use whatever the drive claims to support".
214wd*	at atabus? drive ? flags 0x0000
215
216# ATAPI bus support
217atapibus* at atapi?
218
219# ATAPI devices
220# flags have the same meaning as for IDE drives.
221cd*     at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
222sd*     at atapibus? drive ? flags 0x0000       # ATAPI disk drives
223st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
224uk*     at atapibus? drive ? flags 0x0000       # ATAPI unknown
225
226#
227# Networking devices
228#
229
230# PCI network devices
231wm*	at pci? dev ? function ?	# Intel i82541PI Gig-E
232
233# MII/PHY support
234acphy*		at mii? phy ?		# Altima AC101 and AMD Am79c874 PHYs
235amhphy*		at mii? phy ?		# AMD 79c901 Ethernet PHYs
236bmtphy*		at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
237brgphy*		at mii? phy ?		# Broadcom BCM5400-family PHYs
238ciphy*		at mii? phy ?		# Cicada CS8201 Gig-E PHYs
239dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
240exphy*		at mii? phy ?		# 3Com internal PHYs
241gentbi*		at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
242glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
243gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
244icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
245igphy*		at mii? phy ?		# Intel IGP01E1000
246inphy*		at mii? phy ?		# Intel 82555 PHYs
247iophy*		at mii? phy ?		# Intel 82553 PHYs
248lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
249makphy*		at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
250nsphy*		at mii? phy ?		# NS83840 PHYs
251nsphyter*	at mii? phy ? 		# NS83843 PHYs
252pnaphy*		at mii? phy ?		# generic HomePNA PHYs
253qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
254rgephy*		at mii? phy ?		# Realtek 8169S/8110 internal PHYs
255sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
256tlphy*		at mii? phy ?		# ThunderLAN PHYs
257tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
258ukphy*		at mii? phy ?		# generic unknown PHYs
259urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHYs
260
261
262# USB Controller and Devices
263
264# PCI USB controllers
265ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
266ohci*	at pci?	dev ? function ?	# Open Host Controller
267
268# USB bus support
269usb*	at ehci?
270usb*	at ohci?
271
272# USB Hubs
273uhub*	at usb?
274uhub*	at uhub? port ?
275
276# USB HID device
277uhidev*	at uhub? port ? configuration ? interface ?
278
279# USB Mice
280ums*	at uhidev? reportid ?
281wsmouse* at ums? mux 0
282
283# USB Keyboards
284ukbd*	at uhidev? reportid ?
285wskbd*	at ukbd? console ? mux 1
286
287# USB serial adapter
288ucycom* at uhidev? reportid ?
289
290# USB Generic HID devices
291uhid*	at uhidev? reportid ?
292
293# USB Printer
294ulpt*	at uhub? port ? configuration ? interface ?
295
296# USB Modem
297umodem*	at uhub? port ? configuration ?
298ucom*	at umodem?
299
300# Option N.V. Wireless WAN modems
301uhso*	at uhub? port ? configuration ?
302
303# USB Mass Storage
304umass*	at uhub? port ? configuration ? interface ?
305wd*	at umass?
306
307# USB audio
308uaudio*	at uhub? port ? configuration ?
309
310# USB MIDI
311umidi* at uhub? port ? configuration ?
312
313# USB IrDA
314# USB-IrDA bridge spec
315uirda* at uhub? port ? configuration ? interface ?
316irframe* at uirda?
317
318# SigmaTel STIr4200 USB/IrDA Bridge
319ustir* at uhub? port ?
320irframe* at ustir?
321
322# USB Ethernet adapters
323aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
324axe*	at uhub? port ?		# ASIX AX88172 based adapters
325cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
326cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
327kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
328udav*	at uhub? port ?		# Davicom DM9601 based adapters
329url*	at uhub? port ?		# Realtek RTL8150L based adapters
330
331# USB 802.11b adapters
332atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
333ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
334
335# Prolific PL2301/PL2302 host-to-host adapter
336upl*	at uhub? port ?
337
338# Serial adapters
339ubsa*	at uhub? port ?		# Belkin serial adapter
340ucom*	at ubsa? portno ?
341
342uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
343ucom*	at uftdi? portno ?
344
345umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
346ucom*	at umct? portno ?
347
348uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
349ucom*	at uplcom? portno ?
350
351uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
352ucom*	at uvscom? portno ?
353
354# Diamond Multimedia Rio 500
355urio*	at uhub? port ?
356
357# USB Handspring Visor
358uvisor*	at uhub? port ?
359ucom*	at uvisor?
360
361# Kyocera AIR-EDGE PHONE
362ukyopon* at uhub? port ?
363ucom*	at ukyopon? portno ?
364
365# USB scanners
366uscanner* at uhub? port ?
367
368# USB scanners that use SCSI emulation, e.g., HP5300
369usscanner* at uhub? port ?
370
371# Y@P firmware loader
372uyap* at uhub? port ?
373
374# D-Link DSB-R100 USB radio
375udsbr*	at uhub? port ?
376radio*	at udsbr?
377
378# USB Generic driver
379ugen*	at uhub? port ?
380
381
382# Audio Devices
383
384# Audio support
385audio*  at audiobus?
386
387# MIDI support
388midi*   at midibus?
389
390
391# Pseudo-Devices
392
393# disk/mass storage pseudo-devices
394#pseudo-device	ccd		4	# concatenated/striped disk devices
395#pseudo-device	cgd		4	# cryptographic disk devices
396#pseudo-device	raid		8	# RAIDframe disk driver
397#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
398# Options to enable various other RAIDframe RAID types.
399#options 	RF_INCLUDE_EVENODD=1
400#options 	RF_INCLUDE_RAID5_RS=1
401#options 	RF_INCLUDE_PARITYLOGGING=1
402#options 	RF_INCLUDE_CHAINDECLUSTER=1
403#options 	RF_INCLUDE_INTERDECLUSTER=1
404#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
405#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
406#pseudo-device	fss			# file system snapshot device
407
408#pseudo-device	md			# memory disk device (ramdisk)
409pseudo-device	vnd		4	# disk-like interface to files
410options 	VND_COMPRESSION		# compressed vnd(4)
411
412# network pseudo-devices
413pseudo-device	bpfilter		# Berkeley packet filter
414pseudo-device	ipfilter		# IP filter (firewall) and NAT
415pseudo-device	loop			# network loopback
416pseudo-device	ppp			# Point-to-Point Protocol
417pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
418#pseudo-device	sl			# Serial Line IP
419#pseudo-device	strip			# Starmode Radio IP (Metricom)
420#pseudo-device	irframetty		# IrDA frame line discipline
421pseudo-device	tap			# virtual Ethernet
422pseudo-device	tun			# network tunneling over tty
423pseudo-device	gre			# generic L3 over IP tunnel
424pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
425pseudo-device	faith			# IPv[46] tcp relay translation i/f
426pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
427pseudo-device	vlan			# IEEE 802.1q encapsulation
428pseudo-device	bridge			# simple inter-network bridging
429options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
430pseudo-device	pf			# PF packet filter
431pseudo-device	pflog			# PF log if
432#pseudo-device	kttcp
433
434# miscellaneous pseudo-devices
435pseudo-device	pty			# pseudo-terminals
436pseudo-device	sequencer		# MIDI sequencer
437pseudo-device	rnd			# /dev/random and in-kernel generator
438pseudo-device	clockctl		# user control of clock subsystem
439pseudo-device	ksyms			# /dev/ksyms
440
441# a pseudo device needed for Coda	# also needs CODA (above)
442#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
443
444# a pseudo device needed for SMBFS
445pseudo-device	nsmb			# experimental - SMB requester
446
447# a pseudo device needed for verified exec
448#pseudo-device	veriexec	1
449
450# data mover pseudo-devices
451pseudo-device	swdmover		# softare dmover(9) back-end
452pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
453