Home | History | Annotate | Line # | Download | only in conf
JORNADA820 revision 1.5.6.2
      1  1.5.6.2  yamt #	$NetBSD: JORNADA820,v 1.5.6.2 2006/06/21 14:51:44 yamt Exp $
      2  1.5.6.2  yamt #
      3  1.5.6.2  yamt #	JORNADA -- Windows-CE based jornada 820
      4  1.5.6.2  yamt #
      5  1.5.6.2  yamt 
      6  1.5.6.2  yamt include	"arch/hpcarm/conf/std.hpcarm"
      7  1.5.6.2  yamt 
      8  1.5.6.2  yamt #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.5.6.2  yamt 
     10  1.5.6.2  yamt #ident 		"GENERIC-$Revision: 1.5.6.2 $"
     11  1.5.6.2  yamt 
     12  1.5.6.2  yamt # estimated number of users
     13  1.5.6.2  yamt maxusers	32
     14  1.5.6.2  yamt 
     15  1.5.6.2  yamt # Standard system options
     16  1.5.6.2  yamt 
     17  1.5.6.2  yamt options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18  1.5.6.2  yamt #options 	NTP		# NTP phase/frequency locked loop
     19  1.5.6.2  yamt 
     20  1.5.6.2  yamt # CPU options
     21  1.5.6.2  yamt 
     22  1.5.6.2  yamt options 	CPU_SA1100	# Support the SA1100 core
     23  1.5.6.2  yamt 
     24  1.5.6.2  yamt # Architecture options
     25  1.5.6.2  yamt 
     26  1.5.6.2  yamt # FPA options
     27  1.5.6.2  yamt 
     28  1.5.6.2  yamt #options 	ARMFPE		# ARM Ltd FPE
     29  1.5.6.2  yamt 
     30  1.5.6.2  yamt # File systems
     31  1.5.6.2  yamt 
     32  1.5.6.2  yamt #file-system	FFS		# UFS
     33  1.5.6.2  yamt #file-system	LFS		# log-structured file system
     34  1.5.6.2  yamt #file-system	MFS		# memory file system
     35  1.5.6.2  yamt #file-system	NFS		# Network file system
     36  1.5.6.2  yamt #file-system 	ADOSFS		# AmigaDOS-compatible file system
     37  1.5.6.2  yamt #file-system 	EXT2FS		# second extended file system (linux)
     38  1.5.6.2  yamt #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     39  1.5.6.2  yamt file-system	MSDOSFS		# MS-DOS file system
     40  1.5.6.2  yamt #file-system	FDESC		# /dev/fd
     41  1.5.6.2  yamt #file-system	FILECORE	# Acorn filecore file system
     42  1.5.6.2  yamt file-system	KERNFS		# /kern
     43  1.5.6.2  yamt #file-system	NULLFS		# loopback file system
     44  1.5.6.2  yamt #file-system 	OVERLAY		# overlay filesystem
     45  1.5.6.2  yamt #file-system	PORTAL		# portal filesystem (still experimental)
     46  1.5.6.2  yamt #file-system	PROCFS		# /proc
     47  1.5.6.2  yamt #file-system	UMAPFS		# NULLFS + uid and gid remapping
     48  1.5.6.2  yamt #file-system	UNION		# union file system
     49  1.5.6.2  yamt file-system	PTYFS		# /dev/pts/N support
     50  1.5.6.2  yamt 
     51  1.5.6.2  yamt # File system options
     52  1.5.6.2  yamt #options 	QUOTA		# UFS quotas
     53  1.5.6.2  yamt #options 	FFS_EI		# FFS Endian Independant support
     54  1.5.6.2  yamt #options 	SOFTDEP		# FFS soft updates support.
     55  1.5.6.2  yamt #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     56  1.5.6.2  yamt #options 	NFSSERVER
     57  1.5.6.2  yamt 
     58  1.5.6.2  yamt # Networking options
     59  1.5.6.2  yamt 
     60  1.5.6.2  yamt #options 	GATEWAY		# packet forwarding
     61  1.5.6.2  yamt #options 	INET		# IP + ICMP + TCP + UDP
     62  1.5.6.2  yamt #options 	INET6		# IPV6
     63  1.5.6.2  yamt #options 	IPSEC		# IP security
     64  1.5.6.2  yamt #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     65  1.5.6.2  yamt #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     66  1.5.6.2  yamt #options 	IPSEC_DEBUG	# debug for IP security
     67  1.5.6.2  yamt #options 	MROUTING	# IP multicast routing
     68  1.5.6.2  yamt #options 	PIM		# Protocol Independent Multicast
     69  1.5.6.2  yamt #options 	NS		# XNS
     70  1.5.6.2  yamt #options 	NSIP		# XNS tunneling over IP
     71  1.5.6.2  yamt #options 	ISO,TPIP	# OSI
     72  1.5.6.2  yamt #options 	EON		# OSI tunneling over IP
     73  1.5.6.2  yamt #options 	CCITT,LLC,HDLC	# X.25
     74  1.5.6.2  yamt #options 	NETATALK	# AppleTalk networking
     75  1.5.6.2  yamt #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     76  1.5.6.2  yamt #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     77  1.5.6.2  yamt #options 	PPP_DEFLATE	# Deflate compression support for PPP
     78  1.5.6.2  yamt #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     79  1.5.6.2  yamt #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     80  1.5.6.2  yamt 
     81  1.5.6.2  yamt # Compatibility options
     82  1.5.6.2  yamt 
     83  1.5.6.2  yamt #options 	COMPAT_43	# 4.3BSD compatibility.
     84  1.5.6.2  yamt options 	COMPAT_30	# NetBSD 3.0 compatibility.
     85  1.5.6.2  yamt options 	COMPAT_20	# NetBSD 2.0 compatibility.
     86  1.5.6.2  yamt options 	COMPAT_16	# NetBSD 1.6 compatibility.
     87  1.5.6.2  yamt options 	COMPAT_14	# NetBSD 1.4 compatibility.
     88  1.5.6.2  yamt #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     89  1.5.6.2  yamt #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     90  1.5.6.2  yamt #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     91  1.5.6.2  yamt #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     92  1.5.6.2  yamt #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     93  1.5.6.2  yamt #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     94  1.5.6.2  yamt options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     95  1.5.6.2  yamt 
     96  1.5.6.2  yamt # Shared memory options
     97  1.5.6.2  yamt 
     98  1.5.6.2  yamt options 	SYSVMSG		# System V-like message queues
     99  1.5.6.2  yamt options 	SYSVSEM		# System V-like semaphores
    100  1.5.6.2  yamt options 	SYSVSHM		# System V-like memory sharing
    101  1.5.6.2  yamt options 	SHMMAXPGS=1024	# 1024 pages is the default
    102  1.5.6.2  yamt 
    103  1.5.6.2  yamt # Device options
    104  1.5.6.2  yamt 
    105  1.5.6.2  yamt #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    106  1.5.6.2  yamt #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    107  1.5.6.2  yamt #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    108  1.5.6.2  yamt 
    109  1.5.6.2  yamt # Miscellaneous kernel options
    110  1.5.6.2  yamt options 	KTRACE		# system call tracing, a la ktrace(1)
    111  1.5.6.2  yamt options 	IRQSTATS	# manage IRQ statistics
    112  1.5.6.2  yamt options 	LKM		# loadable kernel modules
    113  1.5.6.2  yamt options 	KMEMSTATS	# kernel memory statistics
    114  1.5.6.2  yamt #options 	SCSIVERBOSE	# Verbose SCSI errors
    115  1.5.6.2  yamt options 	USERCONF	# userconf(4) support
    116  1.5.6.2  yamt #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    117  1.5.6.2  yamt #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    118  1.5.6.2  yamt 
    119  1.5.6.2  yamt options 	NFS_BOOT_DHCP
    120  1.5.6.2  yamt 
    121  1.5.6.2  yamt # Development and Debugging options
    122  1.5.6.2  yamt 
    123  1.5.6.2  yamt #options 	BOOT_DUMP	# Enable memorydump at boot
    124  1.5.6.2  yamt options 	DIAGNOSTIC	# internal consistency checks
    125  1.5.6.2  yamt #options 	DEBUG		# expensive debugging checks/support
    126  1.5.6.2  yamt #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    127  1.5.6.2  yamt #options 	IPKDB		# remote kernel debugging
    128  1.5.6.2  yamt options 	DDB		# in-kernel debugger
    129  1.5.6.2  yamt #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    130  1.5.6.2  yamt #makeoptions	DEBUG="-g"	# compile full symbol table
    131  1.5.6.2  yamt 
    132  1.5.6.2  yamt config		netbsd	root on ? type ?
    133  1.5.6.2  yamt 
    134  1.5.6.2  yamt # The main bus device
    135  1.5.6.2  yamt mainbus0 at root
    136  1.5.6.2  yamt 
    137  1.5.6.2  yamt # The boot CPU
    138  1.5.6.2  yamt cpu0 at mainbus?
    139  1.5.6.2  yamt 
    140  1.5.6.2  yamt saip0	at mainbus?
    141  1.5.6.2  yamt 
    142  1.5.6.2  yamt # Serial
    143  1.5.6.2  yamt options 	CONSPEED=19200
    144  1.5.6.2  yamt sacom*	at saip? addr 0x80050000 size 0x24	intr 17
    145  1.5.6.2  yamt 
    146  1.5.6.2  yamt 
    147  1.5.6.2  yamt #OS Timer
    148  1.5.6.2  yamt saost*	at saip? addr 0x90000000 size 0x20
    149  1.5.6.2  yamt 
    150  1.5.6.2  yamt # SA1111 companion chip
    151  1.5.6.2  yamt #sacc0	at saip? addr 0x40000000 size 0x2000
    152  1.5.6.2  yamt 
    153  1.5.6.2  yamt # PCMCIA bus support
    154  1.5.6.2  yamt #sacpcic*	at sacc?
    155  1.5.6.2  yamt #pcmcia*		at sacpcic?
    156  1.5.6.2  yamt 
    157  1.5.6.2  yamt # PCMCIA serial interfaces
    158  1.5.6.2  yamt #com*	at pcmcia? function ?		# Modems and serial cards
    159  1.5.6.2  yamt 
    160  1.5.6.2  yamt # PCMCIA IDE controllers and disks
    161  1.5.6.2  yamt #wdc*	at pcmcia? function ?
    162  1.5.6.2  yamt #atabus* at ata?
    163  1.5.6.2  yamt #wd*	at atabus? drive ?
    164  1.5.6.2  yamt 
    165  1.5.6.2  yamt # PCMCIA network interfaces
    166  1.5.6.2  yamt #an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    167  1.5.6.2  yamt #awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    168  1.5.6.2  yamt #cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    169  1.5.6.2  yamt #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    170  1.5.6.2  yamt #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    171  1.5.6.2  yamt #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    172  1.5.6.2  yamt #ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    173  1.5.6.2  yamt ##sm*	at pcmcia? function ?		# Megahertz Ethernet
    174  1.5.6.2  yamt #wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    175  1.5.6.2  yamt ##xi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    176  1.5.6.2  yamt #
    177  1.5.6.2  yamt ##mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    178  1.5.6.2  yamt ##com*	at mhzc?
    179  1.5.6.2  yamt ##sm*	at mhzc?
    180  1.5.6.2  yamt #
    181  1.5.6.2  yamt ## MII/PHY support
    182  1.5.6.2  yamt #acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
    183  1.5.6.2  yamt #amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
    184  1.5.6.2  yamt #bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    185  1.5.6.2  yamt #brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
    186  1.5.6.2  yamt #dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    187  1.5.6.2  yamt #exphy*	at mii? phy ?			# 3Com internal PHYs
    188  1.5.6.2  yamt #glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    189  1.5.6.2  yamt #gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    190  1.5.6.2  yamt #icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    191  1.5.6.2  yamt #inphy*	at mii? phy ?			# Intel 82555 PHYs
    192  1.5.6.2  yamt #iophy*	at mii? phy ?			# Intel 82553 PHYs
    193  1.5.6.2  yamt #lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    194  1.5.6.2  yamt #makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    195  1.5.6.2  yamt #nsphy*	at mii? phy ?			# NS83840 PHYs
    196  1.5.6.2  yamt #nsphyter* at mii? phy ?			# NS83843 PHYs
    197  1.5.6.2  yamt #pnaphy*	at mii? phy ?			# generic HomePNA PHYs
    198  1.5.6.2  yamt #qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    199  1.5.6.2  yamt #sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    200  1.5.6.2  yamt #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    201  1.5.6.2  yamt #tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    202  1.5.6.2  yamt #ukphy*	at mii? phy ?			# generic unknown PHYs
    203  1.5.6.2  yamt #urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    204  1.5.6.2  yamt #
    205  1.5.6.2  yamt # Peripheral IO Controller
    206  1.5.6.2  yamt #pioc0	at mainbus? base 0x00210000
    207  1.5.6.2  yamt 
    208  1.5.6.2  yamt # Serial ports
    209  1.5.6.2  yamt #com*	at pioc? offset 0x03f8 irq 10
    210  1.5.6.2  yamt #com*	at pioc? offset 0x02f8 irq -1
    211  1.5.6.2  yamt #com*	at pioc? offset 0x0338 irq -1
    212  1.5.6.2  yamt #com*	at pioc? offset 0x0238 irq -1
    213  1.5.6.2  yamt 
    214  1.5.6.2  yamt # Parallel ports
    215  1.5.6.2  yamt #lpt*	at pioc? offset 0x0278 irq 0
    216  1.5.6.2  yamt #lpt*	at pioc? offset 0x0378 irq -1
    217  1.5.6.2  yamt #lpt*	at pioc? offset 0x03bc irq -1
    218  1.5.6.2  yamt 
    219  1.5.6.2  yamt # wscons options
    220  1.5.6.2  yamt #options 	WSEMUL_VT100
    221  1.5.6.2  yamt #options 	WSDISPLAY_DEFAULTSCREENS=2
    222  1.5.6.2  yamt # see arch/hpcarm/dev/j720kbdmap.c for implemented layouts
    223  1.5.6.2  yamt #options	J720KBD_LAYOUT=KB_FR
    224  1.5.6.2  yamt #options 	FONT_VT220L8x10
    225  1.5.6.2  yamt # The X server requires theses two options
    226  1.5.6.2  yamt #options         WSDISPLAY_COMPAT_USL
    227  1.5.6.2  yamt #options         WSDISPLAY_COMPAT_RAWKBD
    228  1.5.6.2  yamt # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    229  1.5.6.2  yamt #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    230  1.5.6.2  yamt #options 	WS_DEFAULT_FG=WSCOL_WHITE
    231  1.5.6.2  yamt #options 	WS_DEFAULT_BG=WSCOL_BLACK
    232  1.5.6.2  yamt #options 	WS_DEFAULT_COLATTR="(0)"
    233  1.5.6.2  yamt #options 	WS_DEFAULT_MONOATTR="(0)"
    234  1.5.6.2  yamt #options 	WS_KERNEL_FG=WSCOL_WHITE
    235  1.5.6.2  yamt #options 	WS_KERNEL_BG=WSCOL_BLACK
    236  1.5.6.2  yamt #options 	WS_KERNEL_COLATTR="(0)"
    237  1.5.6.2  yamt #options 	WS_KERNEL_MONOATTR="(0)"
    238  1.5.6.2  yamt 
    239  1.5.6.2  yamt # physical console
    240  1.5.6.2  yamt #sed0		at saip?
    241  1.5.6.2  yamt #hpcfb*		at sed?
    242  1.5.6.2  yamt #wsdisplay*	at hpcfb?
    243  1.5.6.2  yamt #j720ssp0	at saip?	addr 0x80070000 size 0x100
    244  1.5.6.2  yamt #wskbd*		at j720ssp?	mux 1
    245  1.5.6.2  yamt #wsmouse*	at j720ssp?	mux 0
    246  1.5.6.2  yamt 
    247  1.5.6.2  yamt #pseudo-device	loop	1		# network loopback
    248  1.5.6.2  yamt #pseudo-device	bpfilter 		# packet filter
    249  1.5.6.2  yamt #pseudo-device	sl			# CSLIP
    250  1.5.6.2  yamt #pseudo-device	ppp			# PPP
    251  1.5.6.2  yamt #pseudo-device	tun			# network tunneling over tty
    252  1.5.6.2  yamt #pseudo-device	gre			# generic L3 over IP tunnel
    253  1.5.6.2  yamt #pseudo-device	ipfilter 1		# ip filter
    254  1.5.6.2  yamt #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    255  1.5.6.2  yamt #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    256  1.5.6.2  yamt #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    257  1.5.6.2  yamt #pseudo-device	strip			# STarmode Radio IP (Metricon Ricochet)
    258  1.5.6.2  yamt 
    259  1.5.6.2  yamt #pseudo-device	vlan			# IEEE 802.1q encapsulation
    260  1.5.6.2  yamt pseudo-device	pty			# pseudo-terminals
    261  1.5.6.2  yamt #pseudo-device	vnd			# disk-like interface to files
    262  1.5.6.2  yamt #pseudo-device	ccd	2		# concatenated disk devices
    263  1.5.6.2  yamt #pseudo-device	cgd	2		# cryptographic disk devices
    264  1.5.6.2  yamt #pseudo-device	raid	4		# RAIDframe disk driver
    265  1.5.6.2  yamt #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    266  1.5.6.2  yamt #pseudo-device	fss	4		# file system snapshot device
    267  1.5.6.2  yamt 
    268  1.5.6.2  yamt #pseudo-device	biconsdev 1		# build-in console device
    269  1.5.6.2  yamt #pseudo-device	wsmux
    270  1.5.6.2  yamt 
    271  1.5.6.2  yamt pseudo-device	md	1		# Ramdisk driver
    272  1.5.6.2  yamt pseudo-device	rnd			# /dev/random and in-kernel generator
    273  1.5.6.2  yamt pseudo-device	clockctl		# user control of clock subsystem
    274  1.5.6.2  yamt pseudo-device	ksyms			# /dev/ksyms
    275  1.5.6.2  yamt 
    276  1.5.6.2  yamt options DRAM_PAGES=4096
    277