Home | History | Annotate | Line # | Download | only in conf
JORNADA720 revision 1.65
      1  1.65  kiyohara #	$NetBSD: JORNADA720,v 1.65 2007/08/20 00:54:41 kiyohara Exp $
      2   1.1    ichiro #
      3   1.1    ichiro #	JORNADA -- Windows-CE based jornada 720
      4   1.1    ichiro #
      5   1.1    ichiro 
      6   1.1    ichiro include	"arch/hpcarm/conf/std.hpcarm"
      7   1.1    ichiro 
      8  1.19    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.19    atatat 
     10  1.65  kiyohara #ident 		"GENERIC-$Revision: 1.65 $"
     11   1.1    ichiro 
     12   1.1    ichiro # estimated number of users
     13   1.1    ichiro maxusers	32
     14   1.1    ichiro 
     15   1.1    ichiro # Standard system options
     16   1.1    ichiro 
     17   1.1    ichiro options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18   1.1    ichiro #options 	NTP		# NTP phase/frequency locked loop
     19   1.1    ichiro 
     20   1.1    ichiro # CPU options
     21   1.1    ichiro 
     22  1.61     peter options 	CPU_SA1110	# Support the SA-1110 core
     23   1.1    ichiro 
     24   1.1    ichiro # Architecture options
     25   1.1    ichiro 
     26   1.1    ichiro # FPA options
     27   1.1    ichiro 
     28   1.1    ichiro #options 	ARMFPE		# ARM Ltd FPE
     29   1.1    ichiro 
     30   1.1    ichiro # File systems
     31   1.1    ichiro 
     32   1.1    ichiro file-system	FFS		# UFS
     33   1.1    ichiro #file-system	LFS		# log-structured file system
     34   1.1    ichiro file-system	MFS		# memory file system
     35   1.1    ichiro file-system	NFS		# Network file system
     36   1.1    ichiro #file-system 	ADOSFS		# AmigaDOS-compatible file system
     37   1.1    ichiro #file-system 	EXT2FS		# second extended file system (linux)
     38  1.63    ichiro file-system	CD9660		# ISO 9660 + Rock Ridge file system
     39   1.1    ichiro file-system	MSDOSFS		# MS-DOS file system
     40   1.1    ichiro file-system	FDESC		# /dev/fd
     41   1.1    ichiro #file-system	FILECORE	# Acorn filecore file system
     42   1.1    ichiro file-system	KERNFS		# /kern
     43   1.1    ichiro file-system	NULLFS		# loopback file system
     44   1.1    ichiro #file-system 	OVERLAY		# overlay filesystem
     45   1.1    ichiro #file-system	PORTAL		# portal filesystem (still experimental)
     46  1.63    ichiro file-system	PROCFS		# /proc
     47   1.1    ichiro #file-system	UMAPFS		# NULLFS + uid and gid remapping
     48  1.63    ichiro file-system	UNION		# union file system
     49  1.46  christos file-system	PTYFS		# /dev/pts/N support
     50  1.63    ichiro file-system	TMPFS		# Efficient memory file-system
     51  1.54     peter #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     52   1.1    ichiro 
     53   1.1    ichiro # File system options
     54   1.1    ichiro #options 	QUOTA		# UFS quotas
     55   1.1    ichiro #options 	FFS_EI		# FFS Endian Independant support
     56  1.12     lukem options 	SOFTDEP		# FFS soft updates support.
     57  1.48   tsutsui #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     58   1.1    ichiro #options 	NFSSERVER
     59   1.1    ichiro 
     60   1.1    ichiro # Networking options
     61   1.1    ichiro 
     62   1.1    ichiro options 	GATEWAY		# packet forwarding
     63   1.1    ichiro options 	INET		# IP + ICMP + TCP + UDP
     64   1.1    ichiro options 	INET6		# IPV6
     65  1.63    ichiro options 	IPSEC		# IP security
     66  1.63    ichiro options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     67  1.42      tron #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     68   1.1    ichiro #options 	IPSEC_DEBUG	# debug for IP security
     69  1.63    ichiro options 	MROUTING	# IP multicast routing
     70  1.63    ichiro options 	PIM		# Protocol Independent Multicast
     71   1.1    ichiro options 	ISO,TPIP	# OSI
     72   1.1    ichiro #options 	EON		# OSI tunneling over IP
     73   1.1    ichiro options 	NETATALK	# AppleTalk networking
     74   1.1    ichiro options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     75   1.1    ichiro options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     76   1.1    ichiro options 	PPP_DEFLATE	# Deflate compression support for PPP
     77   1.1    ichiro options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     78  1.10       abs #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     79   1.1    ichiro 
     80   1.1    ichiro # Compatibility options
     81   1.1    ichiro 
     82   1.1    ichiro #options 	COMPAT_43	# 4.3BSD compatibility.
     83  1.45  christos options 	COMPAT_30	# NetBSD 3.0 compatibility.
     84  1.41    simonb options 	COMPAT_20	# NetBSD 2.0 compatibility.
     85  1.31     chris options 	COMPAT_16	# NetBSD 1.6 compatibility.
     86  1.60      manu options 	COMPAT_15	# NetBSD 1.5 compatibility.
     87   1.1    ichiro options 	COMPAT_14	# NetBSD 1.4 compatibility.
     88   1.1    ichiro #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     89   1.1    ichiro #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     90   1.1    ichiro #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     91   1.1    ichiro #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     92   1.1    ichiro #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     93  1.10       abs #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     94  1.37  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     95   1.1    ichiro 
     96   1.1    ichiro # Shared memory options
     97   1.1    ichiro 
     98   1.1    ichiro options 	SYSVMSG		# System V-like message queues
     99   1.1    ichiro options 	SYSVSEM		# System V-like semaphores
    100   1.1    ichiro options 	SYSVSHM		# System V-like memory sharing
    101   1.1    ichiro options 	SHMMAXPGS=1024	# 1024 pages is the default
    102   1.1    ichiro 
    103   1.1    ichiro # Device options
    104   1.1    ichiro 
    105  1.22    toshii #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    106  1.15     lukem #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    107   1.1    ichiro #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    108   1.1    ichiro 
    109   1.1    ichiro # Miscellaneous kernel options
    110   1.1    ichiro options 	KTRACE		# system call tracing, a la ktrace(1)
    111   1.1    ichiro options 	IRQSTATS	# manage IRQ statistics
    112   1.1    ichiro options 	LKM		# loadable kernel modules
    113   1.1    ichiro options 	KMEMSTATS	# kernel memory statistics
    114   1.1    ichiro #options 	SCSIVERBOSE	# Verbose SCSI errors
    115  1.28     lukem options 	USERCONF	# userconf(4) support
    116  1.13  jdolecek #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    117  1.35    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    118   1.1    ichiro 
    119   1.4    toshii options 	NFS_BOOT_DHCP
    120   1.4    toshii 
    121   1.1    ichiro # Development and Debugging options
    122   1.1    ichiro 
    123  1.12     lukem #options 	BOOT_DUMP	# Enable memorydump at boot
    124  1.55     peter #options 	DIAGNOSTIC	# internal consistency checks
    125  1.47     peter #options 	DEBUG		# expensive debugging checks/support
    126  1.12     lukem #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    127   1.1    ichiro #options 	IPKDB		# remote kernel debugging
    128   1.1    ichiro options 	DDB		# in-kernel debugger
    129   1.1    ichiro #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    130   1.1    ichiro #makeoptions	DEBUG="-g"	# compile full symbol table
    131   1.1    ichiro 
    132   1.1    ichiro config		netbsd	root on ? type ?
    133   1.2    ichiro #options 	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
    134   1.1    ichiro 
    135   1.1    ichiro # The main bus device
    136   1.1    ichiro mainbus0 at root
    137   1.1    ichiro 
    138  1.34       wiz # The boot CPU
    139   1.1    ichiro cpu0 at mainbus?
    140   1.1    ichiro 
    141   1.1    ichiro saip0	at mainbus?
    142   1.1    ichiro 
    143   1.1    ichiro # Serial
    144  1.12     lukem options 	CONSPEED=19200
    145  1.58     peter sacom*	at saip? addr 0x80050000 size 0x24	intr 17
    146   1.1    ichiro 
    147  1.53     peter # OS Timer
    148  1.12     lukem saost*	at saip? addr 0x90000000 size 0x20
    149   1.1    ichiro 
    150  1.61     peter # SA-1111 companion chip
    151   1.4    toshii sacc0	at saip? addr 0x40000000 size 0x2000
    152   1.4    toshii 
    153   1.4    toshii # PCMCIA bus support
    154   1.4    toshii sacpcic*	at sacc?
    155   1.4    toshii pcmcia*		at sacpcic?
    156   1.4    toshii 
    157   1.4    toshii # PCMCIA serial interfaces
    158   1.4    toshii com*	at pcmcia? function ?		# Modems and serial cards
    159   1.4    toshii 
    160  1.63    ichiro pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    161  1.63    ichiro com*	at pcmcom? slave ?		# ...and the slave devices
    162  1.63    ichiro 
    163  1.63    ichiro # PCMCIA SCSI controllers
    164  1.63    ichiro aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    165  1.63    ichiro esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    166  1.63    ichiro spc*	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
    167  1.63    ichiro 
    168  1.63    ichiro # SCSI bus support
    169  1.63    ichiro scsibus* at scsi?
    170  1.63    ichiro 
    171  1.63    ichiro # SCSI devices
    172  1.63    ichiro sd*	at scsibus? target ? lun ?	# SCSI disk drives
    173  1.63    ichiro st*	at scsibus? target ? lun ?	# SCSI tape drives
    174  1.63    ichiro cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    175  1.63    ichiro ch*	at scsibus? target ? lun ?	# SCSI autochangers
    176  1.63    ichiro ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    177  1.63    ichiro ss*	at scsibus? target ? lun ?	# SCSI scanners
    178  1.63    ichiro uk*	at scsibus? target ? lun ?	# SCSI unknown
    179  1.63    ichiro 
    180   1.4    toshii # PCMCIA IDE controllers and disks
    181   1.4    toshii wdc*	at pcmcia? function ?
    182  1.33     lukem atabus* at ata?
    183  1.32    bouyer wd*	at atabus? drive ?
    184   1.4    toshii 
    185   1.4    toshii # PCMCIA network interfaces
    186   1.9    toshii an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    187   1.9    toshii awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    188   1.9    toshii cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    189  1.63    ichiro cs*	at pcmcia? function ?		# CS89xx Ethernet
    190   1.9    toshii ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    191   1.9    toshii mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    192   1.4    toshii ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    193   1.9    toshii ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    194  1.63    ichiro sm*	at pcmcia? function ?		# Megahertz Ethernet
    195   1.4    toshii wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    196  1.63    ichiro xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    197  1.63    ichiro com*	at xirc?
    198  1.63    ichiro xi*	at xirc?
    199  1.63    ichiro mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    200  1.63    ichiro com*	at mhzc?
    201  1.63    ichiro sm*	at mhzc?
    202  1.23      manu 
    203  1.23      manu # MII/PHY support
    204  1.23      manu acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
    205  1.23      manu amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
    206  1.23      manu bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    207  1.23      manu brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
    208  1.23      manu dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    209  1.23      manu exphy*	at mii? phy ?			# 3Com internal PHYs
    210  1.23      manu glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    211  1.23      manu gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    212  1.23      manu icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    213  1.63    ichiro ikphy*	at mii? phy ?			# Intel 82563 PHYs
    214  1.23      manu inphy*	at mii? phy ?			# Intel 82555 PHYs
    215  1.23      manu iophy*	at mii? phy ?			# Intel 82553 PHYs
    216  1.23      manu lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    217  1.23      manu makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    218  1.23      manu nsphy*	at mii? phy ?			# NS83840 PHYs
    219  1.23      manu nsphyter* at mii? phy ?			# NS83843 PHYs
    220  1.23      manu pnaphy*	at mii? phy ?			# generic HomePNA PHYs
    221  1.23      manu qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    222  1.63    ichiro rgephy*	at mii? phy ?			# Realtek 8169S/8110S internal PHYs
    223  1.63    ichiro rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    224  1.23      manu sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    225  1.23      manu tlphy*	at mii? phy ?			# ThunderLAN PHYs
    226  1.23      manu tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    227  1.23      manu ukphy*	at mii? phy ?			# generic unknown PHYs
    228  1.23      manu urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    229   1.1    ichiro 
    230  1.63    ichiro # PCMCIA audio devices
    231  1.63    ichiro #esl*	at pcmcia? function ?		# ESS 1688 AudioDrive
    232  1.63    ichiro # OPL[23] FM synthesizers
    233  1.63    ichiro #opl*   at esl?
    234  1.63    ichiro 
    235  1.63    ichiro # Audio support
    236  1.63    ichiro #audio*	at audiobus?
    237  1.63    ichiro 
    238  1.63    ichiro # Bluetooth Controller and Device support
    239  1.63    ichiro 
    240  1.63    ichiro # Bluetooth PCMCIA Controllers
    241  1.63    ichiro bt3c*	at pcmcia? function ?		# 3Com 3CRWB6096-A
    242  1.65  kiyohara btbc*	at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
    243  1.63    ichiro 
    244  1.63    ichiro # Bluetooth Device Hub
    245  1.63    ichiro bthub*	at bt3c?
    246  1.65  kiyohara bthub*	at btbc?
    247  1.64  kiyohara bthub*	at btuart?
    248  1.63    ichiro 
    249  1.63    ichiro # Bluetooth HID support
    250  1.63    ichiro bthidev* at bthub?
    251  1.63    ichiro 
    252  1.63    ichiro # Bluetooth Mouse
    253  1.63    ichiro btms*	at bthidev? reportid ?
    254  1.63    ichiro wsmouse* at btms? mux 0
    255  1.63    ichiro 
    256  1.63    ichiro # Bluetooth Keyboard
    257  1.63    ichiro btkbd* at bthidev? reportid ?
    258  1.63    ichiro wskbd* at btkbd? console ? mux 1
    259  1.63    ichiro 
    260  1.63    ichiro # Bluetooth Audio support
    261  1.63    ichiro #btsco* at bthub?
    262  1.63    ichiro 
    263  1.50     peter # wscons options
    264   1.8    toshii options 	WSEMUL_VT100
    265   1.8    toshii options 	WSDISPLAY_DEFAULTSCREENS=2
    266   1.8    toshii options 	FONT_VT220L8x10
    267  1.26      manu # The X server requires theses two options
    268  1.26      manu options         WSDISPLAY_COMPAT_USL
    269  1.26      manu options         WSDISPLAY_COMPAT_RAWKBD
    270  1.50     peter # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    271  1.50     peter options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    272  1.50     peter #options 	WS_DEFAULT_FG=WSCOL_WHITE
    273  1.50     peter #options 	WS_DEFAULT_BG=WSCOL_BLACK
    274  1.50     peter #options 	WS_DEFAULT_COLATTR="(0)"
    275  1.50     peter #options 	WS_DEFAULT_MONOATTR="(0)"
    276  1.50     peter #options 	WS_KERNEL_FG=WSCOL_WHITE
    277  1.50     peter #options 	WS_KERNEL_BG=WSCOL_BLACK
    278  1.50     peter #options 	WS_KERNEL_COLATTR="(0)"
    279  1.50     peter #options 	WS_KERNEL_MONOATTR="(0)"
    280   1.8    toshii 
    281  1.53     peter # Physical console
    282   1.5    toshii sed0		at saip?
    283   1.5    toshii hpcfb*		at sed?
    284   1.5    toshii wsdisplay*	at hpcfb?
    285  1.53     peter 
    286  1.53     peter # SSP port
    287   1.8    toshii j720ssp0	at saip?	addr 0x80070000 size 0x100
    288   1.1    ichiro 
    289  1.53     peter # Keyboard driver
    290  1.53     peter j720kbd*	at j720ssp?
    291  1.53     peter hpckbd*		at j720kbd?
    292  1.53     peter wskbd0		at hpckbd? mux 1
    293  1.53     peter 
    294  1.53     peter # Touch-panel
    295  1.53     peter j720tp*		at j720ssp?		# touch-panel
    296  1.53     peter wsmouse*	at j720tp? mux 0	# - as a pointing device
    297  1.61     peter #wskbd1		at j720tp? mux 1	# - "hard icons" as keys
    298  1.53     peter 
    299  1.53     peter # LCD screen control
    300  1.53     peter j720lcd*	at j720ssp?
    301  1.53     peter 
    302  1.53     peter # Power management
    303  1.53     peter j720pwr*	at j720ssp?
    304  1.53     peter hpcapm0		at j720pwr?		# power management
    305  1.53     peter apmdev0		at hpcapm0		# APM
    306  1.53     peter 
    307  1.53     peter # Pseudo-devices
    308  1.12     lukem pseudo-device	loop	1		# network loopback
    309  1.51    rpaulo pseudo-device	bpfilter 		# packet filter
    310  1.52      cube pseudo-device	sl			# CSLIP
    311  1.52      cube pseudo-device	ppp			# PPP
    312  1.52      cube pseudo-device	tun			# network tunneling over tty
    313  1.52      cube #pseudo-device	gre			# generic L3 over IP tunnel
    314   1.1    ichiro #pseudo-device	ipfilter 1		# ip filter
    315  1.52      cube pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    316  1.52      cube #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    317  1.57     pavel pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    318  1.52      cube #pseudo-device	strip			# STarmode Radio IP (Metricon Ricochet)
    319  1.47     peter 
    320   1.1    ichiro pseudo-device	vlan			# IEEE 802.1q encapsulation
    321   1.1    ichiro pseudo-device	pty			# pseudo-terminals
    322  1.52      cube #pseudo-device	vnd			# disk-like interface to files
    323   1.1    ichiro #pseudo-device	ccd	2		# concatenated disk devices
    324  1.29     elric #pseudo-device	cgd	2		# cryptographic disk devices
    325   1.1    ichiro #pseudo-device	raid	4		# RAIDframe disk driver
    326   1.1    ichiro #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    327  1.38   hannken #pseudo-device	fss	4		# file system snapshot device
    328   1.1    ichiro 
    329  1.12     lukem pseudo-device	biconsdev 1		# build-in console device
    330  1.12     lukem pseudo-device	wsmux
    331   1.1    ichiro 
    332   1.1    ichiro pseudo-device	md	1		# Ramdisk driver
    333   1.1    ichiro pseudo-device	rnd			# /dev/random and in-kernel generator
    334  1.21     lukem pseudo-device	clockctl		# user control of clock subsystem
    335  1.47     peter pseudo-device	ksyms			# /dev/ksyms
    336  1.64  kiyohara pseudo-device	btuart			# Bluetooth HCI UART (H4)
    337