Home | History | Annotate | Line # | Download | only in conf
ARMADILLO9 revision 1.27
      1 #	$NetBSD: ARMADILLO9,v 1.27 2010/04/16 13:48:30 pooka Exp $
      2 #
      3 #	ARMADILLO9 -- Atmark Techno, Armadillo-9
      4 #
      5 
      6 include	"arch/evbarm/conf/std.armadillo9"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 options		MSGBUFSIZE=65536
     10 #options 	KSTACK_CHECK_MAGIC
     11 
     12 # estimated number of users
     13 maxusers	16
     14 
     15 # Standard system options
     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_ARM9	# Support the ARM9TDMI core
     21 
     22 # File systems
     23 file-system	FFS		# UFS
     24 #file-system	LFS		# log-structured file system
     25 file-system	MFS		# memory file system
     26 file-system	NFS		# Network file system
     27 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     28 file-system 	EXT2FS		# second extended file system (linux)
     29 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     30 file-system	MSDOSFS		# MS-DOS file system
     31 file-system	FDESC		# /dev/fd
     32 #file-system	FILECORE	# Acorn filecore file system
     33 file-system	KERNFS		# /kern
     34 file-system	NULLFS		# loopback file system
     35 file-system	PROCFS		# /proc
     36 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     37 file-system	UNION		# union file system
     38 file-system	PTYFS		# /dev/pts/N support
     39 
     40 # File system options
     41 #options 	QUOTA		# UFS quotas
     42 #options 	FFS_EI		# FFS Endian Independant support
     43 options 	WAPBL		# File system journaling support - Experimental
     44 #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     45 options 	NFSSERVER	# Network File System server
     46 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     47 #options	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
     48 					# immutable) behave as system flags.
     49 
     50 # Networking options
     51 #options 	GATEWAY		# packet forwarding
     52 options 	INET		# IP + ICMP + TCP + UDP
     53 options 	INET6		# IPV6
     54 #options 	IPSEC		# IP security
     55 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     56 #options	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     57 #options 	IPSEC_DEBUG	# debug for IP security
     58 #options 	MROUTING	# IP multicast routing
     59 #options	PIM		# Protocol Independent Multicast
     60 #options 	ISO,TPIP	# OSI
     61 #options 	EON		# OSI tunneling over IP
     62 #options 	NETATALK	# AppleTalk networking
     63 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     64 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     65 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     66 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     67 #options	IPFILTER_LOG	# ipmon(8) log support
     68 #options 	IPFILTER_LOOKUP	# ippool(8) support
     69 #options	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     70 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     71 
     72 options 	NFS_BOOT_BOOTP
     73 options 	NFS_BOOT_DHCP
     74 #options 	NFS_BOOT_BOOTPARAM
     75 
     76 # Compatibility options
     77 #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     78 options 	COMPAT_20	# NetBSD 2.0
     79 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     80 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     81 options 	COMPAT_50	# NetBSD 5.0 compatibility.
     82 options 	COMPAT_43	# 4.3BSD compatibility.
     83 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     84 options		COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
     85 options 	COMPAT_LINUX	# binary compatibility with Linux
     86 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     87 
     88 # Shared memory options
     89 options 	SYSVMSG		# System V-like message queues
     90 options 	SYSVSEM		# System V-like semaphores
     91 #options 	SEMMNI=10	# number of semaphore identifiers
     92 #options 	SEMMNS=60	# number of semaphores in system
     93 #options 	SEMUME=10	# max number of undo entries per process
     94 #options 	SEMMNU=30	# number of undo structures in system
     95 options 	SYSVSHM		# System V-like memory sharing
     96 options		P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     97 
     98 # Device options
     99 
    100 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    101 #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    102 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    103 
    104 # Console options. The default console is speed is 115200 baud.
    105 options 	CONSPEED=115200		# Console speed
    106 options 	CONUNIT=0		# Console port number
    107 
    108 # Miscellaneous kernel options
    109 options 	KTRACE		# system call tracing, a la ktrace(1)
    110 #options 	IRQSTATS	# manage IRQ statistics
    111 #options 	KMEMSTATS	# kernel memory statistics
    112 #options 	SCSIVERBOSE	# Verbose SCSI errors
    113 #options 	PCIVERBOSE	# Verbose PCI descriptions
    114 #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    115 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    116 #options 	DDB_KEYCODE=0x40
    117 #options 	USERCONF	# userconf(4) support
    118 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    119 #options	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    120 
    121 # Development and Debugging options
    122 
    123 #options 	PERFCTRS	# performance counters
    124 options 	DIAGNOSTIC	# internally consistency checks
    125 #options 	DEBUG
    126 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    127 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    128 options 	DDB		# in-kernel debugger
    129 #options	DDB_ONPANIC=1
    130 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    131 #makeoptions	DEBUG="-g"	# compile full symbol table
    132 options 	SYMTAB_SPACE=450000
    133 
    134 #options 	PMAP_INCLUDE_PTE_SYNC
    135 #options 	LOCKDEBUG
    136 
    137 config		netbsd		root on ? type ?
    138 #config		netbsd		root on epe0 type nfs
    139 #config		netbsd		root on wd0 type ffs
    140 #config		netbsd		root on sd0 type ffs
    141 
    142 # The main bus device
    143 mainbus0	at root
    144 
    145 # The boot cpu
    146 cpu0		at mainbus?
    147 
    148 # Cirrus Logic EP93xx System-on-chip
    149 epsoc0		at mainbus?
    150 
    151 # AHB Peripheral
    152 # On-chip 10/100 Ethernet
    153 epe0		at epsoc? addr 0x80010000 size 0x10000 intr 39
    154 # On-chip USB host controller
    155 ohci0		at epsoc? addr 0x80020000 size 0x1000 intr 56
    156 # On-chip Raster (not yet)
    157 #vga0		at epsoc? addr 0x80030000 size 0x10000 intr ??
    158 # On-chip PCMCIA controller
    159 eppcic0		at epsoc? addr 0x80080000 size 0x44
    160 # On-chip IDE (not yet)
    161 #wdc0		at epsoc? addr 0x800a0000 size 0x38 intr ??
    162 
    163 # APB Peripheral
    164 # On-chip timers
    165 epclk0		at epsoc? addr 0x80810000 size 0x90 intr 4
    166 # GPIO
    167 epgpio0		at epsoc? addr 0x80840000 size 0xcc intr 59
    168 gpio*		at epgpio?
    169 # On-chip serial UARTS
    170 epcom0		at epsoc? addr 0x808c0000 size 0x1000 intr 52
    171 epcom1		at epsoc? addr 0x808d0000 size 0x1000 intr 54
    172 #epcom2		at epsoc? addr 0x808e0000 size 0x1000 intr 55
    173 # RealTime Clock (no battery backup)
    174 eprtc0		at epsoc? addr 0x80920000 size 0x10c intr 37
    175 # Watchdog Timer
    176 epwdog0		at epsoc? addr 0x80940000 size 0x08 intr 36
    177 # LED
    178 epled0		at epgpio0 port 4 bit1 0 bit2 1
    179 
    180 # I^2C Controller Unit
    181 armadillo9iic0	at epgpio0 port 1 bit1 4 bit2 5
    182 iic*		at armadillo9iic?
    183 seeprom0	at iic? addr 0x50 size 128
    184 #s3531rtc0	at iic? addr 0x30
    185 
    186 # PCMCIA bus support
    187 pcmcia*	at eppcic0 controller ? socket ?
    188 
    189 # PCMCIA network interfaces
    190 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    191 wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    192 
    193 # MII/PHY support
    194 lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    195 
    196 # PCMCIA serial interfaces
    197 com*	at pcmcia? function ?		# Modems and serial cards
    198 
    199 # PCMCIA IDE disk
    200 wdc*	at pcmcia? function ?
    201 
    202 # USB Controller and Devices
    203 
    204 # USB bus support
    205 usb*	at ohci?
    206 
    207 # USB Hubs
    208 uhub*	at usb?
    209 uhub*	at uhub? port ?
    210 
    211 # USB HID device
    212 uhidev*	at uhub? port ? configuration ? interface ?
    213 
    214 # USB Mice
    215 #ums*	at uhidev? reportid ?
    216 #wsmouse* at ums? mux 0
    217 
    218 # USB Keyboards
    219 #ukbd*	at uhidev? reportid ?
    220 #wskbd*	at ukbd? console ? mux 1
    221 
    222 # USB Generic HID devices
    223 uhid*	at uhidev? reportid ?
    224 
    225 # USB Mass Storage
    226 umass*	at uhub? port ? configuration ? interface ?
    227 scsibus* at umass?
    228 
    229 # USB audio
    230 #uaudio*	at uhub? port ? configuration ?
    231 
    232 # USB MIDI
    233 #umidi*	at uhub? port ? configuration ?
    234 
    235 # USB Generic driver
    236 ugen*	at uhub? port ?
    237 
    238 # ATA (IDE) bus support
    239 atabus*	at ata?
    240 
    241 # IDE drives
    242 wd*	at atabus? drive ? flags 0x0000
    243 
    244 # ATAPI bus support
    245 atapibus* at atapi?
    246 
    247 # ATAPI devices
    248 cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
    249 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    250 uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    251 
    252 # SCSI devices
    253 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    254 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    255 uk*	at scsibus? target ? lun ?	# SCSI unknown
    256 
    257 # Audio support
    258 #audio*	at audiobus?
    259 
    260 # MIDI support
    261 #midi*	at midibus?
    262 
    263 # Pseudo-Devices
    264 
    265 # disk/mass storage pseudo-devices
    266 #pseudo-device	md		1	# memory disk device (ramdisk)
    267 pseudo-device	vnd			# disk-like interface to files
    268 options 	VND_COMPRESSION		# compressed vnd(4)
    269 #pseudo-device	fss			# file system snapshot device
    270 
    271 # network pseudo-devices
    272 pseudo-device	bpfilter		# Berkeley packet filter
    273 #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    274 pseudo-device	loop			# network loopback
    275 #pseudo-device	ppp			# Point-to-Point Protocol
    276 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    277 #pseudo-device	sl			# Serial Line IP
    278 #pseudo-device	strip			# Starmode Radio IP (Metricom)
    279 #pseudo-device	irframetty		# IrDA frame line discipline
    280 #pseudo-device	tap			# virtual Ethernet
    281 #pseudo-device	tun			# network tunneling over tty
    282 #pseudo-device	gre			# generic L3 over IP tunnel
    283 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    284 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    285 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    286 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    287 #pseudo-device	bridge			# simple inter-network bridging
    288 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    289 #pseudo-device	pf			# PF packet filter
    290 #pseudo-device	pflog			# PF log if
    291 #pseudo-device	kttcp			# network loopback
    292 
    293 # miscellaneous pseudo-devices
    294 pseudo-device	pty			# pseudo-terminals
    295 pseudo-device	rnd			# /dev/random and in-kernel generator
    296 #options	RND_COM
    297 pseudo-device	clockctl		# user control of clock subsystem
    298 pseudo-device	ksyms			# /dev/ksyms
    299 #pseudo-device	crypto			# /dev/crypto device
    300 #pseudo-device	swcrypto		# software crypto implementation
    301 #pseudo-device	sequencer	1	# MIDI sequencer
    302 
    303 #
    304 # wscons options
    305 #
    306 # builtin terminal emulations
    307 #options 	WSEMUL_SUN		# sun terminal emulation
    308 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    309 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    310 #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    311 #options 	WS_DEFAULT_FG=WSCOL_WHITE
    312 #options 	WS_DEFAULT_BG=WSCOL_BLACK
    313 #options 	WS_DEFAULT_COLATTR="(0)"
    314 #options 	WS_DEFAULT_MONOATTR="(0)"
    315 #options 	WS_KERNEL_FG=WSCOL_GREEN
    316 #options 	WS_KERNEL_BG=WSCOL_BLACK
    317 #options 	WS_KERNEL_COLATTR=""
    318 #options 	WS_KERNEL_MONOATTR=""
    319 # customization of console border color
    320 #options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
    321 #options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
    322 # compatibility to other console drivers
    323 #options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    324 #options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    325 #options 	WSDISPLAY_COMPAT_USL		# VT handling
    326 #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    327 # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
    328 #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    329 # allocate a number of virtual screens at autoconfiguration time
    330 #options 	WSDISPLAY_DEFAULTSCREENS=4
    331 # use a large software cursor that doesn't blink
    332 #options 	PCDISPLAY_SOFTCURSOR
    333 # modify the screen type of the console; defaults to "80x25"
    334 #options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
    335 # work around a hardware bug that loaded fonts don't work; found on ATI cards
    336 #options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
    337 # console scrolling support.
    338 #options 	WSDISPLAY_SCROLLSUPPORT
    339 # enable VGA raster mode capable of displaying multilingual text on console
    340 #options 	VGA_RASTERCONSOLE
    341 
    342 # wscons pseudo-devices
    343 #pseudo-device	wsmux			# mouse & keyboard multiplexor
    344 #pseudo-device	wsfont
    345