Home | History | Annotate | Line # | Download | only in conf
VIPER revision 1.7.6.2
      1  1.7.6.2  skrll #	$NetBSD: VIPER,v 1.7.6.2 2005/11/10 13:55:51 skrll Exp $
      2  1.7.6.2  skrll #
      3  1.7.6.2  skrll #	Arcom Viper
      4  1.7.6.2  skrll #
      5  1.7.6.2  skrll 
      6  1.7.6.2  skrll include "arch/evbarm/conf/std.viper"
      7  1.7.6.2  skrll 
      8  1.7.6.2  skrll #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.7.6.2  skrll #options 	MSGBUFSIZE=65536
     10  1.7.6.2  skrll #options 	KSTACK_CHECK_MAGIC
     11  1.7.6.2  skrll 
     12  1.7.6.2  skrll # estimated number of users
     13  1.7.6.2  skrll maxusers	32
     14  1.7.6.2  skrll 
     15  1.7.6.2  skrll # Standard system options
     16  1.7.6.2  skrll 
     17  1.7.6.2  skrll options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18  1.7.6.2  skrll options 	NTP		# NTP phase/frequency locked loop
     19  1.7.6.2  skrll 
     20  1.7.6.2  skrll # CPU options
     21  1.7.6.2  skrll 
     22  1.7.6.2  skrll options 	CPU_XSCALE_PXA250 # XScale PXA255
     23  1.7.6.2  skrll makeoptions	CPUFLAGS="-mcpu=xscale"
     24  1.7.6.2  skrll #options 	CPU_XSCALE_CCLKCFG=xyz
     25  1.7.6.2  skrll 
     26  1.7.6.2  skrll # File systems
     27  1.7.6.2  skrll 
     28  1.7.6.2  skrll file-system	FFS		# UFS
     29  1.7.6.2  skrll #file-system	LFS		# log-structured file system
     30  1.7.6.2  skrll file-system	MFS		# memory file system
     31  1.7.6.2  skrll file-system	NFS		# Network file system
     32  1.7.6.2  skrll #file-system 	ADOSFS		# AmigaDOS-compatible file system
     33  1.7.6.2  skrll file-system 	EXT2FS		# second extended file system (linux)
     34  1.7.6.2  skrll #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     35  1.7.6.2  skrll file-system	MSDOSFS		# MS-DOS file system
     36  1.7.6.2  skrll #file-system	FDESC		# /dev/fd
     37  1.7.6.2  skrll #file-system    FILECORE        # Acorn filecore file system
     38  1.7.6.2  skrll file-system	KERNFS		# /kern
     39  1.7.6.2  skrll file-system	NULLFS		# loopback file system
     40  1.7.6.2  skrll #file-system	PORTAL		# portal filesystem (still experimental)
     41  1.7.6.2  skrll file-system	PROCFS		# /proc
     42  1.7.6.2  skrll #file-system	UMAPFS		# NULLFS + uid and gid remapping
     43  1.7.6.2  skrll file-system	UNION		# union file system
     44  1.7.6.2  skrll file-system	PTYFS		# /dev/pts/N support
     45  1.7.6.2  skrll 
     46  1.7.6.2  skrll # File system options
     47  1.7.6.2  skrll #options 	QUOTA		# UFS quotas
     48  1.7.6.2  skrll #options 	FFS_EI		# FFS Endian Independant support
     49  1.7.6.2  skrll options 	NFSSERVER
     50  1.7.6.2  skrll options 	SOFTDEP
     51  1.7.6.2  skrll 
     52  1.7.6.2  skrll # Networking options
     53  1.7.6.2  skrll 
     54  1.7.6.2  skrll #options 	GATEWAY		# packet forwarding
     55  1.7.6.2  skrll options 	INET		# IP + ICMP + TCP + UDP
     56  1.7.6.2  skrll options 	INET6		# IPV6
     57  1.7.6.2  skrll #options 	IPSEC		# IP security
     58  1.7.6.2  skrll #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     59  1.7.6.2  skrll #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     60  1.7.6.2  skrll #options 	IPSEC_DEBUG	# debug for IP security
     61  1.7.6.2  skrll #options 	MROUTING	# IP multicast routing
     62  1.7.6.2  skrll #options 	NS		# XNS
     63  1.7.6.2  skrll #options 	NSIP		# XNS tunneling over IP
     64  1.7.6.2  skrll #options 	ISO,TPIP	# OSI
     65  1.7.6.2  skrll #options 	EON		# OSI tunneling over IP
     66  1.7.6.2  skrll #options 	CCITT,LLC,HDLC	# X.25
     67  1.7.6.2  skrll #options 	NETATALK	# AppleTalk networking
     68  1.7.6.2  skrll #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     69  1.7.6.2  skrll #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     70  1.7.6.2  skrll #options 	PPP_DEFLATE	# Deflate compression support for PPP
     71  1.7.6.2  skrll #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     72  1.7.6.2  skrll #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     73  1.7.6.2  skrll 
     74  1.7.6.2  skrll options 	NFS_BOOT_DHCP
     75  1.7.6.2  skrll options 	NFS_BOOT_BOOTPARAM
     76  1.7.6.2  skrll options 	NFS_BOOT_RWSIZE=1024
     77  1.7.6.2  skrll 
     78  1.7.6.2  skrll # Compatibility options
     79  1.7.6.2  skrll 
     80  1.7.6.2  skrll #options 	COMPAT_LINUX
     81  1.7.6.2  skrll #options 	COMPAT_43	# 4.3BSD compatibility.
     82  1.7.6.2  skrll options 	COMPAT_30	# NetBSD 3.0 compatibility.
     83  1.7.6.2  skrll #options 	COMPAT_20	# NetBSD 2.0
     84  1.7.6.2  skrll #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     85  1.7.6.2  skrll #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     86  1.7.6.2  skrll #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     87  1.7.6.2  skrll #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     88  1.7.6.2  skrll #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     89  1.7.6.2  skrll #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     90  1.7.6.2  skrll #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     91  1.7.6.2  skrll #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     92  1.7.6.2  skrll #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     93  1.7.6.2  skrll 
     94  1.7.6.2  skrll # Shared memory options
     95  1.7.6.2  skrll 
     96  1.7.6.2  skrll options 	SYSVMSG		# System V-like message queues
     97  1.7.6.2  skrll options 	SYSVSEM		# System V-like semaphores
     98  1.7.6.2  skrll options 	SEMMNI=10	# number of semaphore identifiers
     99  1.7.6.2  skrll options 	SEMMNS=60	# number of semaphores in system
    100  1.7.6.2  skrll options 	SEMUME=10	# max number of undo entries per process
    101  1.7.6.2  skrll options 	SEMMNU=30	# number of undo structures in system
    102  1.7.6.2  skrll options 	SYSVSHM		# System V-like memory sharing
    103  1.7.6.2  skrll options 	SHMMAXPGS=1024	# 1024 pages is the default
    104  1.7.6.2  skrll 
    105  1.7.6.2  skrll # Device options
    106  1.7.6.2  skrll 
    107  1.7.6.2  skrll #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    108  1.7.6.2  skrll #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    109  1.7.6.2  skrll #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    110  1.7.6.2  skrll 
    111  1.7.6.2  skrll # Console options.  The default console is speed is 115200 bps.
    112  1.7.6.2  skrll #options 	CONSPEED=9600		# Console speed
    113  1.7.6.2  skrll 
    114  1.7.6.2  skrll # Miscellaneous kernel options
    115  1.7.6.2  skrll options 	KTRACE		# system call tracing, a la ktrace(1)
    116  1.7.6.2  skrll options 	IRQSTATS	# manage IRQ statistics
    117  1.7.6.2  skrll #options 	LKM		# loadable kernel modules
    118  1.7.6.2  skrll #options 	KMEMSTATS	# kernel memory statistics
    119  1.7.6.2  skrll #options 	SCSIVERBOSE	# Verbose SCSI errors
    120  1.7.6.2  skrll #options 	PCIVERBOSE	# Verbose PCI descriptions
    121  1.7.6.2  skrll #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    122  1.7.6.2  skrll #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    123  1.7.6.2  skrll #options 	DDB_KEYCODE=0x40
    124  1.7.6.2  skrll #options 	USERCONF	# userconf(4) support
    125  1.7.6.2  skrll #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    126  1.7.6.2  skrll 
    127  1.7.6.2  skrll # Development and Debugging options
    128  1.7.6.2  skrll 
    129  1.7.6.2  skrll #options 	PERFCTRS	# performance counters
    130  1.7.6.2  skrll options 	DIAGNOSTIC	# internally consistency checks
    131  1.7.6.2  skrll #options 	DEBUG
    132  1.7.6.2  skrll #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    133  1.7.6.2  skrll #options 	IPKDB		# remote kernel debugging
    134  1.7.6.2  skrll #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    135  1.7.6.2  skrll options 	DDB		# in-kernel debugger
    136  1.7.6.2  skrll options		DDB_ONPANIC=1
    137  1.7.6.2  skrll options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    138  1.7.6.2  skrll #makeoptions	DEBUG="-g"	# compile full symbol table
    139  1.7.6.2  skrll options 	SYMTAB_SPACE=450000
    140  1.7.6.2  skrll 
    141  1.7.6.2  skrll ##options 	PMAP_INCLUDE_PTE_SYNC
    142  1.7.6.2  skrll ##options 	LOCKDEBUG
    143  1.7.6.2  skrll 
    144  1.7.6.2  skrll config		netbsd		root on ? type ?
    145  1.7.6.2  skrll 
    146  1.7.6.2  skrll # The main bus device
    147  1.7.6.2  skrll mainbus0	at root
    148  1.7.6.2  skrll 
    149  1.7.6.2  skrll # The boot CPU
    150  1.7.6.2  skrll cpu0		at mainbus?
    151  1.7.6.2  skrll 
    152  1.7.6.2  skrll # peripherals
    153  1.7.6.2  skrll pxaip0		at mainbus0
    154  1.7.6.2  skrll 
    155  1.7.6.2  skrll # interrupt controller & gpio pins
    156  1.7.6.2  skrll pxaintc0	at pxaip0
    157  1.7.6.2  skrll pxagpio0	at pxaip0
    158  1.7.6.2  skrll 
    159  1.7.6.2  skrll # serial ports
    160  1.7.6.2  skrll options 	COM_PXA2X0
    161  1.7.6.2  skrll options 	FFUARTCONSOLE
    162  1.7.6.2  skrll com0	at pxaip0 addr 0x40100000 intr 22  # FFUART
    163  1.7.6.2  skrll com1	at pxaip0 addr 0x40200000 intr 21  # BTUART
    164  1.7.6.2  skrll com2	at pxaip0 addr 0x40700000 intr 20
    165  1.7.6.2  skrll 
    166  1.7.6.2  skrll # these two are not hanging off of pxaip, not really tested either
    167  1.7.6.2  skrll #com3	at pxaip0 addr 0x14300000	# COM5
    168  1.7.6.2  skrll #com4	at pxaip0 addr 0x14300010	# COM4
    169  1.7.6.2  skrll 
    170  1.7.6.2  skrll # SMC91C111 ethernet
    171  1.7.6.2  skrll sm0	at pxaip0 addr 0x08000300 intr 0
    172  1.7.6.2  skrll 
    173  1.7.6.2  skrll # MII/PHY support
    174  1.7.6.2  skrll sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    175  1.7.6.2  skrll 
    176  1.7.6.2  skrll # Pseudo-Devices
    177  1.7.6.2  skrll 
    178  1.7.6.2  skrll # disk/mass storage pseudo-devices
    179  1.7.6.2  skrll #pseudo-device	md		1	# memory disk device (ramdisk)
    180  1.7.6.2  skrll pseudo-device	vnd		4	# disk-like interface to files
    181  1.7.6.2  skrll #pseudo-device	fss		4	# file system snapshot device
    182  1.7.6.2  skrll 
    183  1.7.6.2  skrll # network pseudo-devices
    184  1.7.6.2  skrll pseudo-device	bpfilter	4	# Berkeley packet filter
    185  1.7.6.2  skrll pseudo-device	loop			# network loopback
    186  1.7.6.2  skrll pseudo-device	kttcp			# network loopback
    187  1.7.6.2  skrll 
    188  1.7.6.2  skrll # miscellaneous pseudo-devices
    189  1.7.6.2  skrll pseudo-device	pty			# pseudo-terminals
    190  1.7.6.2  skrll pseudo-device	rnd			# /dev/random and in-kernel generator
    191  1.7.6.2  skrll #options	RND_COM
    192  1.7.6.2  skrll pseudo-device	clockctl		# user control of clock subsystem
    193  1.7.6.2  skrll pseudo-device	ksyms			# /dev/ksyms
    194  1.7.6.2  skrll 
    195  1.7.6.2  skrll # data mover pseudo-devices
    196  1.7.6.2  skrll #pseudo-device	swdmover		# softare dmover(9) back-end
    197  1.7.6.2  skrll #pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    198