Home | History | Annotate | Line # | Download | only in conf
INTEGRATOR_CP revision 1.9.2.3
      1  1.9.2.3     skrll #	$NetBSD: INTEGRATOR_CP,v 1.9.2.3 2017/08/28 17:51:34 skrll Exp $
      2      1.1     skrll #
      3      1.1     skrll #	INTEGRATOR_CP -- ARM Integrator CP kernel
      4      1.1     skrll #
      5      1.1     skrll 
      6      1.1     skrll include	"arch/evbarm/conf/std.integrator_cp"
      7      1.1     skrll 
      8      1.1     skrll #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9      1.1     skrll 
     10      1.1     skrll # estimated number of users
     11      1.1     skrll 
     12      1.1     skrll maxusers	32
     13      1.1     skrll 
     14      1.1     skrll # Standard system options
     15      1.1     skrll 
     16      1.1     skrll options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     17      1.1     skrll options 	NTP		# NTP phase/frequency locked loop
     18      1.1     skrll 
     19      1.1     skrll # CPU options
     20      1.1     skrll 
     21      1.1     skrll options 	CPU_ARM9	# Support the ARM9TDMI core
     22      1.1     skrll options 	CPU_ARM10	# Support the ARM10 core
     23      1.1     skrll options 	CPU_ARM11	# Support the ARM11 core
     24      1.1     skrll options 	FPU_VFP
     25      1.1     skrll options 	INTEGRATOR_CP
     26      1.1     skrll 
     27      1.1     skrll # File systems
     28      1.1     skrll 
     29      1.1     skrll file-system	FFS		# UFS
     30      1.1     skrll #file-system	LFS		# log-structured file system
     31      1.1     skrll file-system	MFS		# memory file system
     32      1.1     skrll file-system	NFS		# Network file system
     33      1.1     skrll #file-system 	ADOSFS		# AmigaDOS-compatible file system
     34      1.1     skrll #file-system 	EXT2FS		# second extended file system (linux)
     35      1.1     skrll #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     36      1.1     skrll #file-system	MSDOSFS		# MS-DOS file system
     37      1.1     skrll #file-system	FDESC		# /dev/fd
     38      1.1     skrll file-system	KERNFS		# /kern
     39      1.1     skrll #file-system	NULLFS		# loopback file system
     40      1.1     skrll file-system	PROCFS		# /proc
     41      1.1     skrll #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     42      1.1     skrll #file-system	UMAPFS		# NULLFS + uid and gid remapping
     43      1.1     skrll #file-system	UNION		# union file system
     44      1.1     skrll file-system	PTYFS		# /dev/pts/N support
     45      1.3     joerg file-system	TMPFS		# memory file system
     46      1.1     skrll 
     47      1.1     skrll # File system options
     48      1.1     skrll #options 	QUOTA		# legacy UFS quotas
     49      1.1     skrll #options 	QUOTA2		# new, in-filesystem UFS quotas
     50  1.9.2.3     skrll #options 	DISKLABEL_EI	# disklabel Endian Independent support
     51      1.1     skrll #options 	FFS_EI		# FFS Endian Independent support
     52      1.1     skrll #options 	NFSSERVER
     53      1.1     skrll options 	WAPBL		# File system journaling support
     54      1.1     skrll #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     55      1.1     skrll 
     56      1.1     skrll # Networking options
     57      1.1     skrll 
     58      1.1     skrll #options 	GATEWAY		# packet forwarding
     59      1.1     skrll options 	INET		# IP + ICMP + TCP + UDP
     60      1.1     skrll options 	INET6		# IPV6
     61      1.1     skrll #options 	IPSEC		# IP security
     62      1.1     skrll #options 	IPSEC_DEBUG	# debug for IP security
     63      1.1     skrll #options 	MROUTING	# IP multicast routing
     64      1.1     skrll #options 	PIM		# Protocol Independent Multicast
     65      1.1     skrll #options 	NETATALK	# AppleTalk networking
     66      1.1     skrll #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     67      1.1     skrll #options 	PPP_DEFLATE	# Deflate compression support for PPP
     68      1.1     skrll #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     69      1.1     skrll #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     70      1.1     skrll 
     71      1.1     skrll options 	NFS_BOOT_BOOTP
     72      1.1     skrll options 	NFS_BOOT_DHCP
     73      1.1     skrll options 	NFS_BOOT_BOOTPARAM
     74      1.1     skrll #options 	NFS_BOOT_BOOTSTATIC
     75      1.1     skrll 
     76      1.1     skrll # Compatibility options
     77      1.1     skrll 
     78      1.6    martin options		COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     79      1.1     skrll #options 	COMPAT_43	# 4.3BSD compatibility.
     80      1.9  dholland #options 	COMPAT_09	# NetBSD 0.9,
     81      1.9  dholland #options 	COMPAT_10	# NetBSD 1.0,
     82      1.9  dholland #options 	COMPAT_11	# NetBSD 1.1,
     83      1.9  dholland #options 	COMPAT_12	# NetBSD 1.2,
     84      1.9  dholland #options 	COMPAT_13	# NetBSD 1.3,
     85      1.9  dholland #options 	COMPAT_14	# NetBSD 1.4,
     86      1.9  dholland #options 	COMPAT_15	# NetBSD 1.5,
     87      1.9  dholland #options 	COMPAT_16	# NetBSD 1.6,
     88      1.9  dholland #options 	COMPAT_20	# NetBSD 2.0,
     89      1.9  dholland #options 	COMPAT_30	# NetBSD 3.0,
     90      1.9  dholland #options 	COMPAT_40	# NetBSD 4.0,
     91      1.9  dholland options 	COMPAT_50	# NetBSD 5.0,
     92      1.9  dholland options 	COMPAT_60	# NetBSD 6.0, and
     93      1.9  dholland options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
     94      1.1     skrll options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     95      1.1     skrll 
     96      1.1     skrll # Shared memory options
     97      1.1     skrll 
     98      1.1     skrll #options 	SYSVMSG		# System V-like message queues
     99      1.1     skrll #options 	SYSVSEM		# System V-like semaphores
    100      1.1     skrll #options 	SYSVSHM		# System V-like memory sharing
    101      1.1     skrll 
    102      1.1     skrll # Device options
    103      1.1     skrll 
    104      1.1     skrll #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    105      1.1     skrll #options 	MEMORY_DISK_ROOT_SIZE=4000	# Size in blocks
    106      1.1     skrll #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    107      1.1     skrll 
    108      1.1     skrll # Miscellaneous kernel options
    109      1.1     skrll options 	KTRACE		# system call tracing, a la ktrace(1)
    110      1.1     skrll options 	IRQSTATS	# manage IRQ statistics
    111      1.1     skrll options 	SCSIVERBOSE	# Verbose SCSI errors
    112      1.1     skrll options 	PCIVERBOSE	# Verbose PCI descriptions
    113      1.1     skrll options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    114      1.1     skrll #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    115      1.1     skrll options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to
    116      1.1     skrll 					# configure PCI devices
    117      1.1     skrll options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    118      1.1     skrll options 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
    119      1.1     skrll options 	USERCONF	# userconf(4) support
    120      1.1     skrll #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    121      1.1     skrll #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    122      1.1     skrll 
    123      1.1     skrll # Development and Debugging options
    124      1.1     skrll 
    125      1.1     skrll #options 	ARM700BUGTRACK	# track the ARM700 swi bug
    126      1.1     skrll #options 	PORTMASTER	# Enable PortMaster only options
    127      1.1     skrll #options 	DIAGNOSTIC	# internal consistency checks
    128      1.1     skrll #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    129      1.1     skrll options 	DDB		# in-kernel debugger
    130      1.1     skrll options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    131      1.1     skrll #options 	UVMHIST
    132      1.1     skrll #makeoptions	DEBUG="-g"	# compile full symbol table
    133      1.8     joerg makeoptions	COPY_SYMTAB=1
    134      1.1     skrll options 	PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
    135      1.1     skrll 
    136      1.1     skrll config		netbsd		root on ? type ?
    137  1.9.2.1     skrll config		netbsd-ld0	root on ld0 type ?
    138      1.1     skrll config		netbsd-sm0	root on sm0 type nfs
    139      1.1     skrll 
    140      1.1     skrll # The main bus device
    141      1.1     skrll mainbus0	at root
    142      1.1     skrll 
    143      1.1     skrll # The boot CPU
    144      1.1     skrll cpu0		at mainbus?
    145      1.1     skrll 
    146      1.1     skrll # Core logic
    147      1.1     skrll ifpga0	at mainbus?
    148      1.1     skrll 
    149      1.1     skrll # PL010 uart
    150      1.1     skrll plcom0		at ifpga? offset 0x06000000 irq 1
    151      1.1     skrll plcom1		at ifpga? offset 0x07000000 irq 2
    152      1.1     skrll #options 	PLCOM_DEBUG
    153      1.1     skrll 
    154      1.1     skrll # PL030 real time clock
    155      1.1     skrll plrtc0		at ifpga? offset 0x05000000
    156      1.1     skrll 
    157  1.9.2.1     skrll # PL181 MMCI host controller
    158  1.9.2.1     skrll plmmc0		at ifpga? offset 0x0c000000 irq 23
    159  1.9.2.1     skrll sdmmc*		at plmmc0
    160  1.9.2.1     skrll ld*		at sdmmc?
    161  1.9.2.1     skrll #options 	SDMMC_DEBUG
    162  1.9.2.1     skrll #options 	SDMMCCISDEBUG
    163  1.9.2.1     skrll 
    164      1.1     skrll # PCI bus via ifpga
    165      1.1     skrll pci0		at ifpga?			# PCI bus
    166      1.1     skrll 
    167      1.1     skrll # PCI network interfaces
    168      1.1     skrll sm0		at ifpga? offset 0xb8000000 irq 27
    169      1.1     skrll 
    170      1.1     skrll # MII/PHY support
    171      1.1     skrll ukphy*          at mii? phy ?                   # generic unknown PHYs
    172      1.1     skrll 
    173      1.1     skrll # Pseudo-Devices
    174      1.1     skrll 
    175      1.1     skrll # disk/mass storage pseudo-devices
    176      1.1     skrll #pseudo-device	md			# memory disk device (ramdisk)
    177      1.1     skrll #pseudo-device	vnd			# disk-like interface to files
    178      1.1     skrll #pseudo-device	fss			# file system snapshot device
    179      1.1     skrll #pseudo-device	putter			# for puffs and pud
    180      1.1     skrll 
    181      1.1     skrll # network pseudo-devices
    182      1.1     skrll pseudo-device	bpfilter		# Berkeley packet filter
    183      1.1     skrll #pseudo-device	bridge			# simple inter-network bridging
    184      1.1     skrll pseudo-device	loop			# network loopback
    185      1.1     skrll 
    186      1.1     skrll # miscellaneous pseudo-devices
    187      1.1     skrll pseudo-device	pty			# pseudo-terminals
    188      1.1     skrll pseudo-device	clockctl		# user control of clock subsystem
    189      1.1     skrll pseudo-device	ksyms			# /dev/ksyms
    190