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