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