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