Home | History | Annotate | Line # | Download | only in conf
GEMINI revision 1.10.6.2
      1  1.10.6.2  mjf #
      2  1.10.6.2  mjf #	GEMINI -- 
      3  1.10.6.2  mjf #
      4  1.10.6.2  mjf 
      5  1.10.6.2  mjf include	"arch/evbarm/conf/std.gemini"
      6  1.10.6.2  mjf 
      7  1.10.6.2  mjf # estimated number of users
      8  1.10.6.2  mjf 
      9  1.10.6.2  mjf maxusers	32
     10  1.10.6.2  mjf 
     11  1.10.6.2  mjf # Standard system options
     12  1.10.6.2  mjf 
     13  1.10.6.2  mjf options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     14  1.10.6.2  mjf #options 	NTP		# NTP phase/frequency locked loop
     15  1.10.6.2  mjf 
     16  1.10.6.2  mjf # CPU options
     17  1.10.6.2  mjf 
     18  1.10.6.2  mjf options 	CPU_FA526
     19  1.10.6.2  mjf options 	SL3516
     20  1.10.6.2  mjf options 	GEMINI_SINGLE
     21  1.10.6.2  mjf 
     22  1.10.6.2  mjf # Architecture options
     23  1.10.6.2  mjf 
     24  1.10.6.2  mjf # File systems
     25  1.10.6.2  mjf 
     26  1.10.6.2  mjf file-system	FFS		# UFS
     27  1.10.6.2  mjf #file-system	LFS		# log-structured file system
     28  1.10.6.2  mjf file-system	MFS		# memory file system
     29  1.10.6.2  mjf file-system	NFS		# Network file system
     30  1.10.6.2  mjf #file-system 	ADOSFS		# AmigaDOS-compatible file system
     31  1.10.6.2  mjf #file-system 	EXT2FS		# second extended file system (linux)
     32  1.10.6.2  mjf #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     33  1.10.6.2  mjf file-system	MSDOSFS		# MS-DOS file system
     34  1.10.6.2  mjf #file-system	FDESC		# /dev/fd
     35  1.10.6.2  mjf #file-system	KERNFS		# /kern
     36  1.10.6.2  mjf #file-system	NULLFS		# loopback file system
     37  1.10.6.2  mjf #file-system	PORTAL		# portal filesystem (still experimental)
     38  1.10.6.2  mjf #file-system	PROCFS		# /proc
     39  1.10.6.2  mjf #file-system	UMAPFS		# NULLFS + uid and gid remapping
     40  1.10.6.2  mjf #file-system	UNION		# union file system
     41  1.10.6.2  mjf file-system	PTYFS		# /dev/pts/N support
     42  1.10.6.2  mjf 
     43  1.10.6.2  mjf # File system options
     44  1.10.6.2  mjf #options 	QUOTA		# UFS quotas
     45  1.10.6.2  mjf #options 	FFS_EI		# FFS Endian Independant support
     46  1.10.6.2  mjf #options 	NFSSERVER
     47  1.10.6.2  mjf #options 	WAPBL		# File system journaling support - Experimental
     48  1.10.6.2  mjf #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     49  1.10.6.2  mjf 
     50  1.10.6.2  mjf # Networking options
     51  1.10.6.2  mjf 
     52  1.10.6.2  mjf #options 	GATEWAY		# packet forwarding
     53  1.10.6.2  mjf options 	INET		# IP + ICMP + TCP + UDP
     54  1.10.6.2  mjf options 	INET6		# IPV6
     55  1.10.6.2  mjf #options 	IPSEC		# IP security
     56  1.10.6.2  mjf #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     57  1.10.6.2  mjf #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     58  1.10.6.2  mjf #options 	IPSEC_DEBUG	# debug for IP security
     59  1.10.6.2  mjf #options 	MROUTING	# IP multicast routing
     60  1.10.6.2  mjf #options 	PIM		# Protocol Independent Multicast
     61  1.10.6.2  mjf #options 	NS		# XNS
     62  1.10.6.2  mjf #options 	NSIP		# XNS tunneling over IP
     63  1.10.6.2  mjf #options 	ISO,TPIP	# OSI
     64  1.10.6.2  mjf #options 	EON		# OSI tunneling over IP
     65  1.10.6.2  mjf #options 	CCITT,LLC,HDLC	# X.25
     66  1.10.6.2  mjf #options 	NETATALK	# AppleTalk networking
     67  1.10.6.2  mjf #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     68  1.10.6.2  mjf #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     69  1.10.6.2  mjf #options 	PPP_DEFLATE	# Deflate compression support for PPP
     70  1.10.6.2  mjf #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     71  1.10.6.2  mjf #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     72  1.10.6.2  mjf 
     73  1.10.6.2  mjf options 	NFS_BOOT_BOOTP
     74  1.10.6.2  mjf options 	NFS_BOOT_DHCP
     75  1.10.6.2  mjf options		NFS_BOOT_RWSIZE=1024
     76  1.10.6.2  mjf 
     77  1.10.6.2  mjf # Compatibility options
     78  1.10.6.2  mjf 
     79  1.10.6.2  mjf #options 	COMPAT_43	# 4.3BSD compatibility.
     80  1.10.6.2  mjf #options 	COMPAT_40	# NetBSD 4.0 compatibility.
     81  1.10.6.2  mjf #options 	COMPAT_30	# NetBSD 3.0 compatibility.
     82  1.10.6.2  mjf #options 	COMPAT_20	# NetBSD 2.0 compatibility.
     83  1.10.6.2  mjf #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     84  1.10.6.2  mjf #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     85  1.10.6.2  mjf #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     86  1.10.6.2  mjf #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     87  1.10.6.2  mjf #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     88  1.10.6.2  mjf #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     89  1.10.6.2  mjf #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     90  1.10.6.2  mjf #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     91  1.10.6.2  mjf #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     92  1.10.6.2  mjf #options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     93  1.10.6.2  mjf 
     94  1.10.6.2  mjf # Shared memory options
     95  1.10.6.2  mjf 
     96  1.10.6.2  mjf options 	SYSVMSG		# System V-like message queues
     97  1.10.6.2  mjf options 	SYSVSEM		# System V-like semaphores
     98  1.10.6.2  mjf #options 	SEMMNI=10	# number of semaphore identifiers
     99  1.10.6.2  mjf #options 	SEMMNS=60	# number of semaphores in system
    100  1.10.6.2  mjf #options 	SEMUME=10	# max number of undo entries per process
    101  1.10.6.2  mjf #options 	SEMMNU=30	# number of undo structures in system
    102  1.10.6.2  mjf options 	SYSVSHM		# System V-like memory sharing
    103  1.10.6.2  mjf #options 	SHMMAXPGS=1024	# 1024 pages is the default
    104  1.10.6.2  mjf 
    105  1.10.6.2  mjf # Device options
    106  1.10.6.2  mjf 
    107  1.10.6.2  mjf #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    108  1.10.6.2  mjf #options 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
    109  1.10.6.2  mjf #options 	MEMORY_DISK_DYNAMIC
    110  1.10.6.2  mjf #options 	MINIROOTSIZE=1000	# Size in blocks
    111  1.10.6.2  mjf #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    112  1.10.6.2  mjf 
    113  1.10.6.2  mjf # Miscellaneous kernel options
    114  1.10.6.2  mjf options 	KTRACE		# system call tracing, a la ktrace(1)
    115  1.10.6.2  mjf #options 	KMEMSTATS	# kernel memory statistics
    116  1.10.6.2  mjf #options 	SCSIVERBOSE	# Verbose SCSI errors
    117  1.10.6.2  mjf #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    118  1.10.6.2  mjf #options 	DDB_KEYCODE=0x40
    119  1.10.6.2  mjf #options 	USERCONF	# userconf(4) support
    120  1.10.6.2  mjf #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    121  1.10.6.2  mjf 
    122  1.10.6.2  mjf # Development and Debugging options
    123  1.10.6.2  mjf 
    124  1.10.6.2  mjf #options 	PERFCTRS	# performance counters
    125  1.10.6.2  mjf options 	DIAGNOSTIC	# internally consistency checks
    126  1.10.6.2  mjf #options 	DEBUG
    127  1.10.6.2  mjf #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    128  1.10.6.2  mjf options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    129  1.10.6.2  mjf options 	DDB		# in-kernel debugger
    130  1.10.6.2  mjf options		DDB_ONPANIC=1
    131  1.10.6.2  mjf options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    132  1.10.6.2  mjf #options 	KGDB
    133  1.10.6.2  mjf makeoptions	DEBUG="-g"	# compile full symbol table
    134  1.10.6.2  mjf ##options 	SYMTAB_SPACE=280000
    135  1.10.6.2  mjf ##options	ATADEBUG
    136  1.10.6.2  mjf 
    137  1.10.6.2  mjf # Valid options for BOOT_ARGS:
    138  1.10.6.2  mjf #  single		Boot to single user only
    139  1.10.6.2  mjf #  kdb			Give control to kernel debugger
    140  1.10.6.2  mjf #  ask			Ask for file name to reboot from
    141  1.10.6.2  mjf #  pmapdebug=<n>	If PMAP_DEBUG, set pmap_debug_level to <n>
    142  1.10.6.2  mjf #  memorydisk=<n>	Set memorydisk size to <n> KB
    143  1.10.6.2  mjf #  quiet		Show aprint_naive output
    144  1.10.6.2  mjf #  verbose		Show aprint_normal and aprint_verbose output
    145  1.10.6.2  mjf options		BOOT_ARGS="\"\""
    146  1.10.6.2  mjf 
    147  1.10.6.2  mjf config		netbsd		root on ? type ?
    148  1.10.6.2  mjf ##config		netbsd-sm0	root on sm0 type nfs
    149  1.10.6.2  mjf 
    150  1.10.6.2  mjf # The main bus device
    151  1.10.6.2  mjf mainbus0	at root
    152  1.10.6.2  mjf 
    153  1.10.6.2  mjf # The boot cpu
    154  1.10.6.2  mjf cpu0		at mainbus?
    155  1.10.6.2  mjf 
    156  1.10.6.2  mjf # Specify the memory size in megabytes.
    157  1.10.6.2  mjf options		MEMSIZE=128
    158  1.10.6.2  mjf 
    159  1.10.6.2  mjf # Specify the (DMA) Bus Address base in megabytes
    160  1.10.6.2  mjf options		GEMINI_BUSBASE=0
    161  1.10.6.2  mjf 
    162  1.10.6.2  mjf # On-board IO
    163  1.10.6.2  mjf obio0		at mainbus?
    164  1.10.6.2  mjf 
    165  1.10.6.2  mjf # On-board 16550 UART(s)
    166  1.10.6.2  mjf com0		at obio? addr 0x42000000 intr 18 mult 4
    167  1.10.6.2  mjf options CONSADDR=0x42000000, CONSPEED=19200
    168  1.10.6.2  mjf 
    169  1.10.6.2  mjf # Interrupt controller
    170  1.10.6.2  mjf geminiicu0	at obio0 addr 0x48000000 intrbase 0
    171  1.10.6.2  mjf ##geminiicu1	at obio0 addr 0x49000000 intrbase 0
    172  1.10.6.2  mjf 
    173  1.10.6.2  mjf # Watchdog timer
    174  1.10.6.2  mjf geminiwdt0	at obio0 addr 0x41000000 size 0x1c
    175  1.10.6.2  mjf # Internal PCLK is AHB bus freq,
    176  1.10.6.2  mjf #  which is 1/6 of APB bus freq,
    177  1.10.6.2  mjf #   which is 150MHz`
    178  1.10.6.2  mjf options GEMINI_WDT_CLOCK_FREQ=25000000	# 25 MHz
    179  1.10.6.2  mjf 
    180  1.10.6.2  mjf # Combined Operating System Timer and Statistics Timer
    181  1.10.6.2  mjf geminitmr0	at obio? addr 0x43000000 size 0x3c intr 14
    182  1.10.6.2  mjf ##geminitmr1	at obio? addr 0x43000000 size 0x3c intr 15
    183  1.10.6.2  mjf # Microtime Reference Timer
    184  1.10.6.2  mjf geminitmr2	at obio? addr 0x43000000 size 0x3c intr 16
    185  1.10.6.2  mjf #
    186  1.10.6.2  mjf # Internal PCLK is AHB bus freq,
    187  1.10.6.2  mjf #  which is 1/6 of APB bus freq,
    188  1.10.6.2  mjf #   which is 150MHz`
    189  1.10.6.2  mjf options GEMINI_TIMER_CLOCK_FREQ=25000000	# 25 MHz
    190  1.10.6.2  mjf 
    191  1.10.6.2  mjf 
    192  1.10.6.2  mjf # On-board GPIO controllers
    193  1.10.6.2  mjf 
    194  1.10.6.2  mjf 
    195  1.10.6.2  mjf # Real Time Clock
    196  1.10.6.2  mjf 
    197  1.10.6.2  mjf # IDE
    198  1.10.6.2  mjf ##wdc0	at obio? addr 0x63000000 intr 4
    199  1.10.6.2  mjf ##wdc1	at obio? addr 0x63400000 intr 5
    200  1.10.6.2  mjf 
    201  1.10.6.2  mjf ##atabus* at ata? channel ?
    202  1.10.6.2  mjf ##wd*	at atabus? drive ? flags 0x0000
    203  1.10.6.2  mjf 
    204  1.10.6.2  mjf # USB
    205  1.10.6.2  mjf ehci0	at obio? addr 0x68000000 size 0x400 intr 10 # 30?
    206  1.10.6.2  mjf ehci1	at obio? addr 0x69000000 size 0x400 intr 11 # 31? 
    207  1.10.6.2  mjf 
    208  1.10.6.2  mjf usb* at ehci?
    209  1.10.6.2  mjf uhub* at usb?
    210  1.10.6.2  mjf uhub* at uhub? port ?
    211  1.10.6.2  mjf axe* at uhub?
    212  1.10.6.2  mjf umass* at uhub? port ? configuration ? interface ?
    213  1.10.6.2  mjf wd* at umass?
    214  1.10.6.2  mjf 
    215  1.10.6.2  mjf # PCI
    216  1.10.6.2  mjf pci0	at obio? bus ?
    217  1.10.6.2  mjf options PCI_NETBSD_CONFIGURE		# set up the PCI bus 
    218  1.10.6.2  mjf options	PCIVERBOSE
    219  1.10.6.2  mjf options PCI_CONFIG_DUMP
    220  1.10.6.2  mjf 
    221  1.10.6.2  mjf # PCI Ethernet
    222  1.10.6.2  mjf ex*	at pci? dev ? function ? 	# 3Com 90x[BC]
    223  1.10.6.2  mjf re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
    224  1.10.6.2  mjf wm*	at pci? dev ? function ?	# Intel 8254x gigabit
    225  1.10.6.2  mjf 
    226  1.10.6.2  mjf # MII/PHY support
    227  1.10.6.2  mjf exphy*	at mii? phy ?			# 3Com internal PHYs
    228  1.10.6.2  mjf rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
    229  1.10.6.2  mjf makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    230  1.10.6.2  mjf 
    231  1.10.6.2  mjf # Pseudo-Devices
    232  1.10.6.2  mjf 
    233  1.10.6.2  mjf # disk/mass storage pseudo-devices
    234  1.10.6.2  mjf #pseudo-device	vnd			# disk-like interface to files
    235  1.10.6.2  mjf #pseudo-device	fss		4	# file system snapshot device
    236  1.10.6.2  mjf 
    237  1.10.6.2  mjf # network pseudo-devices
    238  1.10.6.2  mjf pseudo-device	bpfilter		# Berkeley packet filter
    239  1.10.6.2  mjf pseudo-device	loop			# network loopback
    240  1.10.6.2  mjf #pseudo-device	kttcp			# network loopback
    241  1.10.6.2  mjf 
    242  1.10.6.2  mjf # miscellaneous pseudo-devices
    243  1.10.6.2  mjf pseudo-device	pty			# pseudo-terminals
    244  1.10.6.2  mjf pseudo-device	rnd			# /dev/random and in-kernel generator
    245  1.10.6.2  mjf #options	RND_COM
    246  1.10.6.2  mjf #pseudo-device	clockctl		# user control of clock subsystem
    247  1.10.6.2  mjf pseudo-device	ksyms			# /dev/ksyms
    248  1.10.6.2  mjf 
    249