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