Home | History | Annotate | Line # | Download | only in conf
NETWALKER revision 1.16
      1 #	$NetBSD: NETWALKER,v 1.16 2012/09/11 19:43:10 msaitoh Exp $
      2 #
      3 #	NETWALKER -- http://www.sharp.co.jp/netwalker/
      4 #
      5 
      6 include	"arch/evbarm/conf/std.netwalker"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 # estimated number of users
     11 
     12 maxusers	32
     13 
     14 # Standard system options
     15 
     16 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     17 #options 	NTP		# NTP phase/frequency locked loop
     18 
     19 # CPU options
     20 options 	CPU_CORTEXA8	# Support the ARM-v7a core
     21 options 	IMX51
     22 options 	PMAPCOUNTERS
     23 
     24 # Architecture options
     25 
     26 options        IMX51_IPGCLK_FREQ=50000000   # XXX This value is not correct.
     27 
     28 # File systems
     29 
     30 file-system	FFS		# UFS
     31 #file-system	LFS		# log-structured file system
     32 file-system	MFS		# memory file system
     33 file-system	NFS		# Network file system
     34 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     35 file-system 	EXT2FS		# second extended file system (linux)
     36 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     37 file-system	MSDOSFS		# MS-DOS file system
     38 file-system	FDESC		# /dev/fd
     39 file-system	KERNFS		# /kern
     40 file-system	NULLFS		# loopback file system
     41 file-system	PROCFS		# /proc
     42 #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     43 file-system	TMPFS		# memory file system
     44 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     45 #file-system	UNION		# union file system
     46 file-system	PTYFS		# /dev/pts/N support
     47 
     48 # File system options
     49 #options 	QUOTA		# legacy UFS quotas
     50 #options 	QUOTA2		# new, in-filesystem UFS quotas
     51 #options 	FFS_EI		# FFS Endian Independent support
     52 #options 	NFSSERVER
     53 options 	WAPBL		# File system journaling support
     54 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     55 
     56 # Networking options
     57 
     58 #options 	GATEWAY		# packet forwarding
     59 options 	INET		# IP + ICMP + TCP + UDP
     60 options 	INET6		# IPV6
     61 #options 	IPSEC		# IP security
     62 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     63 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     64 #options 	IPSEC_DEBUG	# debug for IP security
     65 #options 	MROUTING	# IP multicast routing
     66 #options 	PIM		# Protocol Independent Multicast
     67 #options 	ISO,TPIP	# OSI
     68 #options 	EON		# OSI tunneling over IP
     69 #options 	NETATALK	# AppleTalk networking
     70 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     71 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     72 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     73 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     74 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     75 
     76 #options 	NFS_BOOT_BOOTP
     77 #options 	NFS_BOOT_DHCP
     78 #options 	NFS_BOOT_BOOTPARAM
     79 #options	DEBUG_NFS_BOOT_DHCP
     80 
     81 # Compatibility options
     82 
     83 #options 	COMPAT_43	# 4.3BSD compatibility.
     84 options 	COMPAT_50	# NetBSD 5.0 compatibility.
     85 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     86 #options 	COMPAT_30	# NetBSD 3.0 compatibility.
     87 #options 	COMPAT_20	# NetBSD 2.0 compatibility.
     88 #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     89 #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     90 #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     91 #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     92 #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     93 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     94 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     95 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     96 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     97 
     98 options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
     99 #options 	COMPAT_LINUX	# binary compatibility with Linux
    100 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    101 
    102 # Shared memory options
    103 
    104 options 	SYSVMSG		# System V-like message queues
    105 options 	SYSVSEM		# System V-like semaphores
    106 options 	SYSVSHM		# System V-like memory sharing
    107 
    108 # Device options
    109 
    110 # Console options.    also need IMXUARTCONSOLE
    111 options 	CONSDEVNAME="\"imxuart\"",CONADDR=0x73fbc000
    112 options 	CONSPEED=115200	# Console speed
    113 
    114 # kgdb
    115 #options	KGDB
    116 #options 	KGDB_DEVNAME="\"imxuart\""
    117 #options 	KGDB_DEVADDR=0x73fbc000
    118 #options 	KGDB_DEVRATE=115200
    119 
    120 # Miscellaneous kernel options
    121 options 	KTRACE		# system call tracing, a la ktrace(1)
    122 options 	IRQSTATS	# manage IRQ statistics
    123 #options 	KMEMSTATS	# kernel memory statistics
    124 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    125 options 	USBVERBOSE	# verbose USB device autoconfig messages
    126 #options 	SCSIVERBOSE	# Verbose SCSI errors
    127 options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    128 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    129 #options 	DDB_KEYCODE=0x40
    130 options 	USERCONF	# userconf(4) support
    131 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    132 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    133 options 	NO_POWERSAVE	# uncomment this to run under ICE
    134 
    135 # Development and Debugging options
    136 #options 	PERFCTRS	# performance counters
    137 options 	DIAGNOSTIC	# internally consistency checks
    138 #options 	DEBUG
    139 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
    140 options 	DDB		# in-kernel debugger
    141 options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
    142 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    143 options 	DDB_VERBOSE_HELP
    144 #options 	LOCKDEBUG
    145 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    146 #options 	IPKDB		# remote kernel debugging
    147 options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    148 makeoptions	DEBUG="-g"	# compile full symbol table
    149 #makeoptions	COPTS="-O2"
    150 #options 	SYSCALL_STATS	# per syscall counts
    151 #options 	SYSCALL_TIMES 	# per syscall times
    152 #options 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
    153 #options 	SCSIPI_DEBUG
    154 #options	SCSIPI_DEBUG_TYPE=SCSIPI_BUSTYPE_SCSI
    155 #options	SCSIPI_DEBUG_TARGET=0
    156 #options	SCSIPI_DEBUG_LUN=0
    157 
    158 # Kernel root file system and dump configuration.
    159 config		netbsd		root on ? type ?
    160 
    161 # The main bus device
    162 mainbus0	at root
    163 
    164 # The boot cpu
    165 cpu0		at mainbus?
    166 
    167 # Devices
    168 # On-chip
    169 # On-chip bus
    170 axi0		at mainbus?
    171 
    172 # Interrupt Cotroller
    173 tzic0		at axi? addr 0xe0000000 size 0x4000 irqbase 0
    174 
    175 # Serial
    176 imxuart0	at axi? addr 0x73fbc000 irq 31		# UART1
    177 #imxuart1	at axi? addr 0x73fc0000 irq 32
    178 #imxuart2	at axi? addr 0x7000c000 irq 33
    179 options		IMXUARTCONSOLE
    180 
    181 # Clock Control
    182 imxccm0		at axi? addr 0x73fd4000
    183 options		IMX51_CKIL_FREQ=32768
    184 
    185 # Enhanced Periodic Interrupt Timer
    186 imxclock0	at axi? addr 0x73fac000 size 0x4000 irq 40
    187 imxclock1	at axi? addr 0x73fb0000 size 0x4000 irq 41
    188 
    189 # IOMUX
    190 imxiomux0	at axi? addr 0x73fa8000
    191 
    192 # GPIO
    193 imxgpio0	at axi? addr 0x73f84000
    194 imxgpio1	at axi? addr 0x73f88000
    195 imxgpio2	at axi? addr 0x73f8c000
    196 imxgpio3	at axi? addr 0x73f90000
    197 
    198 # SD/MMC
    199 sdhc0    	at axi? addr 0x70004000 irq 1	     # eSDHC1
    200 #sdhc1   	at axi? addr 0x70008000 irq 2	     # eSDHC2
    201 sdmmc*		at sdhc?
    202 ld*		at sdmmc?			# MMC/SD card
    203 #options 	SDHC_DEBUG
    204 #options 	SDMMC_DEBUG
    205 
    206 # USB
    207 imxusbc0  at axi?  addr 0x73f80000
    208 ehci0	  at imxusbc0	unit 0	irq 18 # OTG
    209 ehci1	  at imxusbc0	unit 1	irq 14 # Host1
    210 #ehci2	  at imxusbc0	unit 2	irq 16 # Host2
    211 #ehci3	  at imxusbc0	unit 3	irq 17 # Host3
    212 
    213 usb*		at ehci?
    214 uhub*		at usb?
    215 uhub*		at uhub? port ?
    216 ugen*		at uhub? port ?
    217 
    218 # USB HID device
    219 uhidev* at uhub? port ? configuration ? interface ?
    220 
    221 # USB Mice
    222 ums*	at uhidev? reportid ?
    223 wsmouse* at ums? mux 0
    224 
    225 # USB Keyboards
    226 ukbd*	at uhidev? reportid ?
    227 wskbd*	at ukbd? console ? mux 1
    228 
    229 # USB Mass Storage
    230 umass*	at uhub? port ? configuration ? interface ?
    231 wd*	at umass?
    232 
    233 # Serial adapters
    234 ubsa*	at uhub? port ?		# Belkin serial adapter
    235 ucom*	at ubsa? portno ?
    236 
    237 uchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
    238 ucom*	at uchcom? portno ?
    239 
    240 uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    241 ucom*	at uftdi? portno ?
    242 
    243 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    244 ucom*	at umct? portno ?
    245 
    246 uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    247 ucom*	at uplcom? portno ?
    248 
    249 uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
    250 ucom*	at uslsa? portno ?
    251 
    252 uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    253 ucom*	at uvscom? portno ?
    254 
    255 # USB generic serial port (e.g., data over cellular)
    256 ugensa* at uhub? port ?
    257 ucom*	at ugensa?
    258 
    259 # IPUv3 LCD Controller
    260 ipu0		at axi?
    261 wsdisplay0	at wsemuldisplaydev? console ?
    262 wsdisplay*	at wsemuldisplaydev?
    263 #options	IPUV3_DEBUG=1
    264 #options	LCD_DEBUG
    265 options 	IMXIPUCONSOLE
    266 
    267 # various options for wscons - we try to look as much like a standard
    268 # sun console as possible
    269 options 	WSEMUL_VT100		# sun terminal emulation
    270 options 	WS_DEFAULT_FG=WSCOL_WHITE
    271 options 	WS_DEFAULT_BG=WSCOL_BLACK
    272 options		WS_KERNEL_FG=WSCOL_GREEN
    273 options		WS_KERNEL_BG=WSCOL_BLACK
    274 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    275 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    276 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    277 options 	WSDISPLAY_DEFAULTSCREENS=4
    278 
    279 # SCSI bus support
    280 scsibus* at scsi?
    281 
    282 # SCSI devices
    283 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    284 
    285 # Pseudo-Devices
    286 
    287 pseudo-device	crypto			# /dev/crypto device
    288 pseudo-device	swcrypto		# software crypto implementation
    289 
    290 # disk/mass storage pseudo-devices
    291 #pseudo-device	md			# memory disk device (ramdisk)
    292 #pseudo-device	vnd			# disk-like interface to files
    293 #pseudo-device	fss			# file system snapshot device
    294 #pseudo-device	putter			# for puffs and pud
    295 
    296 # network pseudo-devices
    297 #pseudo-device	bpfilter		# Berkeley packet filter
    298 #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    299 pseudo-device	loop			# network loopback
    300 pseudo-device	ppp			# Point-to-Point Protocol
    301 
    302 # miscellaneous pseudo-devices
    303 pseudo-device	pty			# pseudo-terminals
    304 pseudo-device	ksyms			# /dev/ksyms
    305 pseudo-device	clockctl		# NTP clockctl
    306 
    307 # wscons pseudo-devices
    308 pseudo-device	wsmux			# mouse & keyboard multiplexor
    309 pseudo-device	wsfont
    310