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