Home | History | Annotate | Line # | Download | only in conf
WZERO3 revision 1.14.2.2
      1  1.14.2.2  yamt #	$NetBSD: WZERO3,v 1.14.2.2 2010/08/11 22:52:05 yamt Exp $
      2  1.14.2.2  yamt #
      3  1.14.2.2  yamt #	WZERO3 -- Sharp Windows Mobile 5 based PDA
      4  1.14.2.2  yamt #
      5  1.14.2.2  yamt 
      6  1.14.2.2  yamt include	"arch/hpcarm/conf/std.pxa2x0"
      7  1.14.2.2  yamt 
      8  1.14.2.2  yamt #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.14.2.2  yamt 
     10  1.14.2.2  yamt #ident 		"GENERIC-$Revision: 1.14.2.2 $"
     11  1.14.2.2  yamt 
     12  1.14.2.2  yamt # estimated number of users
     13  1.14.2.2  yamt maxusers	32
     14  1.14.2.2  yamt 
     15  1.14.2.2  yamt # Standard system options
     16  1.14.2.2  yamt 
     17  1.14.2.2  yamt #options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18  1.14.2.2  yamt 				# (default timezone is passed from hpcboot)
     19  1.14.2.2  yamt #options 	NTP		# NTP phase/frequency locked loop
     20  1.14.2.2  yamt 
     21  1.14.2.2  yamt # CPU options
     22  1.14.2.2  yamt 
     23  1.14.2.2  yamt # For XScale systems
     24  1.14.2.2  yamt options 	CPU_XSCALE_PXA270	# Support the XScale PXA27x core
     25  1.14.2.2  yamt makeoptions 	CPUFLAGS="-mcpu=xscale"
     26  1.14.2.2  yamt 
     27  1.14.2.2  yamt # Architecture options
     28  1.14.2.2  yamt options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     29  1.14.2.2  yamt options 	PXAGPIO_HAS_GPION_INTRS
     30  1.14.2.2  yamt 
     31  1.14.2.2  yamt # File systems
     32  1.14.2.2  yamt 
     33  1.14.2.2  yamt file-system	FFS		# UFS
     34  1.14.2.2  yamt #file-system	LFS		# log-structured file system
     35  1.14.2.2  yamt #file-system	MFS		# memory file system
     36  1.14.2.2  yamt file-system	NFS		# Network file system
     37  1.14.2.2  yamt #file-system 	ADOSFS		# AmigaDOS-compatible file system
     38  1.14.2.2  yamt file-system 	EXT2FS		# second extended file system (linux)
     39  1.14.2.2  yamt file-system	CD9660		# ISO 9660 + Rock Ridge file system
     40  1.14.2.2  yamt file-system	MSDOSFS		# MS-DOS file system
     41  1.14.2.2  yamt file-system	FDESC		# /dev/fd
     42  1.14.2.2  yamt file-system	KERNFS		# /kern
     43  1.14.2.2  yamt file-system	NULLFS		# loopback file system
     44  1.14.2.2  yamt #file-system 	OVERLAY		# overlay filesystem
     45  1.14.2.2  yamt file-system	PROCFS		# /proc
     46  1.14.2.2  yamt #file-system	UMAPFS		# NULLFS + uid and gid remapping
     47  1.14.2.2  yamt file-system	UNION		# union file system
     48  1.14.2.2  yamt file-system	PTYFS		# /dev/pts/N support
     49  1.14.2.2  yamt file-system	TMPFS		# Efficient memory file-system
     50  1.14.2.2  yamt #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     51  1.14.2.2  yamt 
     52  1.14.2.2  yamt # File system options
     53  1.14.2.2  yamt #options 	QUOTA		# UFS quotas
     54  1.14.2.2  yamt #options 	FFS_EI		# FFS Endian Independant support
     55  1.14.2.2  yamt options 	WAPBL		# File system journaling support - Experimental
     56  1.14.2.2  yamt #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     57  1.14.2.2  yamt #options 	NFSSERVER
     58  1.14.2.2  yamt 
     59  1.14.2.2  yamt # Networking options
     60  1.14.2.2  yamt 
     61  1.14.2.2  yamt #options 	GATEWAY		# packet forwarding
     62  1.14.2.2  yamt options 	INET		# IP + ICMP + TCP + UDP
     63  1.14.2.2  yamt options 	INET6		# IPV6
     64  1.14.2.2  yamt #options 	IPSEC		# IP security
     65  1.14.2.2  yamt #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     66  1.14.2.2  yamt #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     67  1.14.2.2  yamt #options 	IPSEC_DEBUG	# debug for IP security
     68  1.14.2.2  yamt #options 	MROUTING	# IP multicast routing
     69  1.14.2.2  yamt #options 	PIM		# Protocol Independent Multicast
     70  1.14.2.2  yamt #options 	ISO,TPIP	# OSI
     71  1.14.2.2  yamt #options 	EON		# OSI tunneling over IP
     72  1.14.2.2  yamt #options 	NETATALK	# AppleTalk networking
     73  1.14.2.2  yamt #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     74  1.14.2.2  yamt #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     75  1.14.2.2  yamt #options 	PPP_DEFLATE	# Deflate compression support for PPP
     76  1.14.2.2  yamt #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     77  1.14.2.2  yamt #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     78  1.14.2.2  yamt 
     79  1.14.2.2  yamt # Compatibility options
     80  1.14.2.2  yamt 
     81  1.14.2.2  yamt #options 	COMPAT_43	# 4.3BSD compatibility.
     82  1.14.2.2  yamt options 	COMPAT_50	# NetBSD 5.0 compatibility.
     83  1.14.2.2  yamt options 	COMPAT_40	# NetBSD 4.0 compatibility.
     84  1.14.2.2  yamt options 	COMPAT_30	# NetBSD 3.0 compatibility.
     85  1.14.2.2  yamt options 	COMPAT_20	# NetBSD 2.0 compatibility.
     86  1.14.2.2  yamt #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     87  1.14.2.2  yamt #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     88  1.14.2.2  yamt #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     89  1.14.2.2  yamt #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     90  1.14.2.2  yamt #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     91  1.14.2.2  yamt #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     92  1.14.2.2  yamt #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     93  1.14.2.2  yamt #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     94  1.14.2.2  yamt #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     95  1.14.2.2  yamt options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     96  1.14.2.2  yamt 
     97  1.14.2.2  yamt # Shared memory options
     98  1.14.2.2  yamt 
     99  1.14.2.2  yamt options 	SYSVMSG		# System V-like message queues
    100  1.14.2.2  yamt options 	SYSVSEM		# System V-like semaphores
    101  1.14.2.2  yamt options 	SYSVSHM		# System V-like memory sharing
    102  1.14.2.2  yamt 
    103  1.14.2.2  yamt 
    104  1.14.2.2  yamt # Miscellaneous kernel options
    105  1.14.2.2  yamt options 	KTRACE		# system call tracing, a la ktrace(1)
    106  1.14.2.2  yamt #options 	IRQSTATS	# manage IRQ statistics
    107  1.14.2.2  yamt #options 	KMEMSTATS	# kernel memory statistics
    108  1.14.2.2  yamt #options 	SCSIVERBOSE	# Verbose SCSI errors
    109  1.14.2.2  yamt options 	USERCONF	# userconf(4) support
    110  1.14.2.2  yamt #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    111  1.14.2.2  yamt #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    112  1.14.2.2  yamt options 	NFS_BOOT_DHCP
    113  1.14.2.2  yamt 
    114  1.14.2.2  yamt #
    115  1.14.2.2  yamt # wscons options
    116  1.14.2.2  yamt #
    117  1.14.2.2  yamt # builtin terminal emulations
    118  1.14.2.2  yamt options 	WSEMUL_VT100
    119  1.14.2.2  yamt # allocate a number of virtual screens at autoconfiguration time
    120  1.14.2.2  yamt #options 	WSDISPLAY_DEFAULTSCREENS=2
    121  1.14.2.2  yamt # The X server requires theses two options
    122  1.14.2.2  yamt options 	WSDISPLAY_COMPAT_USL
    123  1.14.2.2  yamt options 	WSDISPLAY_COMPAT_RAWKBD
    124  1.14.2.2  yamt # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    125  1.14.2.2  yamt #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    126  1.14.2.2  yamt #options 	WS_DEFAULT_FG=WSCOL_WHITE
    127  1.14.2.2  yamt #options 	WS_DEFAULT_BG=WSCOL_BLACK
    128  1.14.2.2  yamt #options 	WS_DEFAULT_COLATTR="(0)"
    129  1.14.2.2  yamt #options 	WS_DEFAULT_MONOATTR="(0)"
    130  1.14.2.2  yamt options 	WS_KERNEL_FG=WSCOL_GREEN
    131  1.14.2.2  yamt #options 	WS_KERNEL_BG=WSCOL_BLACK
    132  1.14.2.2  yamt #options 	WS_KERNEL_COLATTR=""
    133  1.14.2.2  yamt #options 	WS_KERNEL_MONOATTR=""
    134  1.14.2.2  yamt 
    135  1.14.2.2  yamt options 	FONT_VT220L8x16
    136  1.14.2.2  yamt 
    137  1.14.2.2  yamt # Development and Debugging options
    138  1.14.2.2  yamt 
    139  1.14.2.2  yamt #options 	VERBOSE_INIT_ARM
    140  1.14.2.2  yamt #options 	BOOT_DUMP	# Enable memorydump at boot
    141  1.14.2.2  yamt options 	DIAGNOSTIC	# internal consistency checks
    142  1.14.2.2  yamt #options 	DEBUG		# expensive debugging checks/support
    143  1.14.2.2  yamt #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    144  1.14.2.2  yamt options 	DDB		# in-kernel debugger
    145  1.14.2.2  yamt #options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
    146  1.14.2.2  yamt #makeoptions	DEBUG="-g"	# compile full symbol table
    147  1.14.2.2  yamt 
    148  1.14.2.2  yamt config		netbsd	root on ? type ?
    149  1.14.2.2  yamt 
    150  1.14.2.2  yamt # The main bus device
    151  1.14.2.2  yamt mainbus0 at root
    152  1.14.2.2  yamt 
    153  1.14.2.2  yamt # The boot CPU
    154  1.14.2.2  yamt cpu0 at mainbus?
    155  1.14.2.2  yamt 
    156  1.14.2.2  yamt # integrated peripherals
    157  1.14.2.2  yamt pxaip0	at mainbus?
    158  1.14.2.2  yamt 
    159  1.14.2.2  yamt pxaintc0 at pxaip? addr 0x40d00000	# interrupt controller
    160  1.14.2.2  yamt pxagpio0 at pxaip? addr 0x40e00000	# GPIO
    161  1.14.2.2  yamt pxartc0 at pxaip? addr 0x40900000	# RTC
    162  1.14.2.2  yamt 
    163  1.14.2.2  yamt # DMAC support
    164  1.14.2.2  yamt pxadmac0 at pxaip? addr 0x40000000 intr 25
    165  1.14.2.2  yamt options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
    166  1.14.2.2  yamt #options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
    167  1.14.2.2  yamt 
    168  1.14.2.2  yamt # Serial
    169  1.14.2.2  yamt # integrated 16550 UARTs
    170  1.14.2.2  yamt options 	COM_PXA2X0
    171  1.14.2.2  yamt com0 at pxaip?  addr 0x40100000 intr 22	# Full Function UART
    172  1.14.2.2  yamt #options 	CONSPEED=115200
    173  1.14.2.2  yamt 
    174  1.14.2.2  yamt # OS Timer
    175  1.14.2.2  yamt saost*	at pxaip? addr 0x40a00000 size 0x20
    176  1.14.2.2  yamt 
    177  1.14.2.2  yamt # Physical console
    178  1.14.2.2  yamt lcd* at pxaip?
    179  1.14.2.2  yamt options 	PXA2X0_LCD_WRITETHROUGH
    180  1.14.2.2  yamt wsdisplay* at lcd? console ?
    181  1.14.2.2  yamt 
    182  1.14.2.2  yamt # for touchpad, keypad
    183  1.14.2.2  yamt wzero3ssp0 at pxaip?
    184  1.14.2.2  yamt 
    185  1.14.2.2  yamt # touchpad
    186  1.14.2.2  yamt wzero3tp0 at pxaip?
    187  1.14.2.2  yamt wsmouse* at wzero3tp? mux 0
    188  1.14.2.2  yamt 
    189  1.14.2.2  yamt # keyboard
    190  1.14.2.2  yamt wzero3kbd0 at pxaip?
    191  1.14.2.2  yamt hpckbd*	at wzero3kbd?
    192  1.14.2.2  yamt wskbd0 at hpckbd? mux 1
    193  1.14.2.2  yamt 
    194  1.14.2.2  yamt # keypad
    195  1.14.2.2  yamt wzero3keypad0 at pxaip?
    196  1.14.2.2  yamt wskbd1 at wzero3keypad? mux 1
    197  1.14.2.2  yamt 
    198  1.14.2.2  yamt # integrated MMC/SD contoller
    199  1.14.2.2  yamt pxamci0 at pxaip? addr 0x41100000 size 0x48
    200  1.14.2.2  yamt sdmmc* at pxamci?
    201  1.14.2.2  yamt ld* at sdmmc?				# MMC/SD/SDHC card
    202  1.14.2.2  yamt 
    203  1.14.2.2  yamt # USB Controller and Devices
    204  1.14.2.2  yamt wzero3usb* at pxaip?
    205  1.14.2.2  yamt ohci0 at pxaip? addr 0x4c000000 intr 3	# USB Host Controller
    206  1.14.2.2  yamt 
    207  1.14.2.2  yamt # USB bus support
    208  1.14.2.2  yamt usb* at ohci?
    209  1.14.2.2  yamt 
    210  1.14.2.2  yamt # USB Hubs
    211  1.14.2.2  yamt uhub* at usb?
    212  1.14.2.2  yamt uhub* at uhub? port ?
    213  1.14.2.2  yamt 
    214  1.14.2.2  yamt # USB HID device
    215  1.14.2.2  yamt uhidev* at uhub? port ? configuration ? interface ?
    216  1.14.2.2  yamt 
    217  1.14.2.2  yamt # USB Mice
    218  1.14.2.2  yamt ums* at uhidev? reportid ?
    219  1.14.2.2  yamt wsmouse* at ums? mux 0
    220  1.14.2.2  yamt 
    221  1.14.2.2  yamt # USB Keyboards
    222  1.14.2.2  yamt ukbd* at uhidev? reportid ?
    223  1.14.2.2  yamt wskbd* at ukbd? console ? mux 1
    224  1.14.2.2  yamt 
    225  1.14.2.2  yamt # USB Generic HID devices
    226  1.14.2.2  yamt uhid* at uhidev? reportid ?
    227  1.14.2.2  yamt 
    228  1.14.2.2  yamt # USB Mass Storage
    229  1.14.2.2  yamt umass* at uhub? port ? configuration ? interface ?
    230  1.14.2.2  yamt wd* at umass?
    231  1.14.2.2  yamt 
    232  1.14.2.2  yamt # USB audio
    233  1.14.2.2  yamt uaudio* at uhub? port ? configuration ?
    234  1.14.2.2  yamt audio*	at audiobus?
    235  1.14.2.2  yamt 
    236  1.14.2.2  yamt # USB Ethernet adapters
    237  1.14.2.2  yamt aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    238  1.14.2.2  yamt axe*	at uhub? port ?		# ASIX AX88172 based adapters
    239  1.14.2.2  yamt cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    240  1.14.2.2  yamt cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    241  1.14.2.2  yamt kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    242  1.14.2.2  yamt udav*	at uhub? port ?	 	# Davicom DM9601 based adapters
    243  1.14.2.2  yamt url*	at uhub? port ?		# Realtek RTL8150L based adapters
    244  1.14.2.2  yamt 
    245  1.14.2.2  yamt rlphy*	at mii? phy ?		# Realtek 8139/8201L PHYs
    246  1.14.2.2  yamt ukphy*  at mii? phy ?		# generic unknown PHYs
    247  1.14.2.2  yamt urlphy* at mii? phy ?		# Realtek RTL8150L internal PHYs
    248  1.14.2.2  yamt 
    249  1.14.2.2  yamt # USB 802.11 adapters
    250  1.14.2.2  yamt atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    251  1.14.2.2  yamt #ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
    252  1.14.2.2  yamt rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    253  1.14.2.2  yamt upgt*	at uhub? port ?		# Intersil PrismGT
    254  1.14.2.2  yamt zyd*	at uhub? port ?		# Zydas ZD1211
    255  1.14.2.2  yamt 
    256  1.14.2.2  yamt # ATAPI bus support
    257  1.14.2.2  yamt atapibus* at atapi?
    258  1.14.2.2  yamt 
    259  1.14.2.2  yamt # ATAPI devices
    260  1.14.2.2  yamt # flags have the same meaning as for IDE drives.
    261  1.14.2.2  yamt cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    262  1.14.2.2  yamt sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    263  1.14.2.2  yamt #st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    264  1.14.2.2  yamt uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    265  1.14.2.2  yamt 
    266  1.14.2.2  yamt # SCSI bus support
    267  1.14.2.2  yamt scsibus* at scsi?
    268  1.14.2.2  yamt 
    269  1.14.2.2  yamt # SCSI devices
    270  1.14.2.2  yamt sd*	at scsibus? target ? lun ?	# SCSI disk drives
    271  1.14.2.2  yamt cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    272  1.14.2.2  yamt uk*	at scsibus? target ? lun ?	# SCSI unknown
    273  1.14.2.2  yamt 
    274  1.14.2.2  yamt # USB Generic driver
    275  1.14.2.2  yamt ugen*	at uhub? port ?
    276  1.14.2.2  yamt # On ugen bulk endpoints, perform read-ahead and write-behind.
    277  1.14.2.2  yamt #options 	UGEN_BULK_RA_WB
    278  1.14.2.2  yamt 
    279  1.14.2.2  yamt 
    280  1.14.2.2  yamt # Pseudo-devices
    281  1.14.2.2  yamt pseudo-device	loop			# network loopback
    282  1.14.2.2  yamt pseudo-device	bpfilter 		# packet filter
    283  1.14.2.2  yamt pseudo-device	sl			# CSLIP
    284  1.14.2.2  yamt pseudo-device	ppp			# PPP
    285  1.14.2.2  yamt pseudo-device	tun			# network tunneling over tty
    286  1.14.2.2  yamt #pseudo-device	gre			# generic L3 over IP tunnel
    287  1.14.2.2  yamt #pseudo-device	ipfilter 		# ip filter
    288  1.14.2.2  yamt #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    289  1.14.2.2  yamt #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    290  1.14.2.2  yamt #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    291  1.14.2.2  yamt #pseudo-device	strip			# STarmode Radio IP (Metricon Ricochet)
    292  1.14.2.2  yamt 
    293  1.14.2.2  yamt #pseudo-device	vlan			# IEEE 802.1q encapsulation
    294  1.14.2.2  yamt pseudo-device	pty			# pseudo-terminals
    295  1.14.2.2  yamt pseudo-device	vnd			# disk-like interface to files
    296  1.14.2.2  yamt #pseudo-device	ccd	2		# concatenated disk devices
    297  1.14.2.2  yamt #pseudo-device	cgd	2		# cryptographic disk devices
    298  1.14.2.2  yamt #pseudo-device	raid	4		# RAIDframe disk driver
    299  1.14.2.2  yamt #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    300  1.14.2.2  yamt #pseudo-device	fss			# file system snapshot device
    301  1.14.2.2  yamt 
    302  1.14.2.2  yamt pseudo-device	biconsdev 1		# build-in console device
    303  1.14.2.2  yamt 
    304  1.14.2.2  yamt pseudo-device	md	1		# Ramdisk driver
    305  1.14.2.2  yamt pseudo-device	rnd			# /dev/random and in-kernel generator
    306  1.14.2.2  yamt pseudo-device	clockctl		# user control of clock subsystem
    307  1.14.2.2  yamt pseudo-device	ksyms			# /dev/ksyms
    308  1.14.2.2  yamt #pseudo-device	bcsp			# BlueCore Serial Protocol
    309  1.14.2.2  yamt #pseudo-device	btuart			# Bluetooth HCI UART (H4)
    310  1.14.2.2  yamt 
    311  1.14.2.2  yamt # wscons pseudo-devices
    312  1.14.2.2  yamt pseudo-device	wsmux			# mouse & keyboard multiplexor
    313  1.14.2.2  yamt pseudo-device	wsfont
    314