Home | History | Annotate | Line # | Download | only in conf
CP3100 revision 1.6.8.1
      1  1.6.8.1  yamt #	$NetBSD: CP3100,v 1.6.8.1 2008/06/04 02:04:45 yamt Exp $
      2      1.1   scw #
      3      1.1   scw #	CP3100 -- Certance CP3100 Kernel
      4      1.1   scw #
      5      1.1   scw 
      6      1.1   scw include	"arch/evbarm/conf/std.cp3100"
      7      1.1   scw 
      8      1.1   scw #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9      1.1   scw 
     10      1.1   scw # estimated number of users
     11      1.1   scw 
     12      1.1   scw maxusers	32
     13      1.1   scw 
     14      1.1   scw # Standard system options
     15      1.1   scw 
     16      1.1   scw options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     17      1.1   scw options 	NTP		# NTP phase/frequency locked loop
     18      1.1   scw #options 	NMBCLUSTERS=1024
     19      1.1   scw 
     20      1.1   scw # CPU options
     21      1.1   scw 
     22      1.1   scw # For XScale systems
     23      1.1   scw options 	CPU_XSCALE_80321	# Support the XScale core
     24      1.1   scw makeoptions	CPUFLAGS="-mcpu=xscale"
     25      1.1   scw 
     26      1.1   scw # Architecture options
     27      1.1   scw options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     28      1.1   scw #options 	HZ=512
     29      1.1   scw 
     30      1.1   scw # File systems
     31      1.1   scw 
     32      1.1   scw file-system	FFS		# UFS
     33      1.1   scw file-system	LFS		# log-structured file system
     34      1.1   scw file-system	MFS		# memory file system
     35      1.1   scw file-system	NFS		# Network file system
     36      1.1   scw #file-system 	ADOSFS		# AmigaDOS-compatible file system
     37      1.1   scw #file-system 	EXT2FS		# second extended file system (linux)
     38      1.1   scw #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     39      1.1   scw #file-system	MSDOSFS		# MS-DOS file system
     40      1.1   scw file-system	FDESC		# /dev/fd
     41      1.1   scw file-system	KERNFS		# /kern
     42      1.1   scw file-system	NULLFS		# loopback file system
     43      1.1   scw #file-system	PORTAL		# portal filesystem (still experimental)
     44      1.1   scw file-system	PROCFS		# /proc
     45      1.1   scw #file-system	UMAPFS		# NULLFS + uid and gid remapping
     46      1.1   scw #file-system	UNION		# union file system
     47      1.1   scw file-system	PTYFS		# /dev/pts/N support
     48      1.1   scw 
     49      1.1   scw # File system options
     50      1.1   scw #options 	QUOTA		# UFS quotas
     51      1.1   scw #options 	FFS_EI		# FFS Endian Independant support
     52      1.1   scw options 	NFSSERVER
     53      1.1   scw options 	SOFTDEP
     54      1.1   scw #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     55      1.1   scw 
     56      1.1   scw # Networking options
     57      1.1   scw 
     58      1.1   scw options 	GATEWAY		# packet forwarding
     59      1.1   scw options 	INET		# IP + ICMP + TCP + UDP
     60      1.1   scw options 	INET6		# IPV6
     61      1.1   scw #options 	IPSEC		# IP security
     62      1.1   scw #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     63      1.1   scw #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     64      1.1   scw #options 	IPSEC_DEBUG	# debug for IP security
     65      1.1   scw #options 	MROUTING	# IP multicast routing
     66      1.1   scw #options 	PIM		# Protocol Independent Multicast
     67      1.1   scw #options 	NS		# XNS
     68      1.1   scw #options 	NSIP		# XNS tunneling over IP
     69      1.1   scw #options 	ISO,TPIP	# OSI
     70      1.1   scw #options 	EON		# OSI tunneling over IP
     71      1.1   scw #options 	CCITT,LLC,HDLC	# X.25
     72      1.1   scw #options 	NETATALK	# AppleTalk networking
     73      1.1   scw #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     74      1.1   scw #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     75      1.1   scw #options 	PPP_DEFLATE	# Deflate compression support for PPP
     76      1.1   scw #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     77      1.1   scw options 	IPFILTER_LOG	# ipmon(8) log support
     78      1.1   scw options 	IPFILTER_LOOKUP	# ippool(8) support
     79      1.1   scw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     80      1.1   scw 
     81      1.1   scw options 	NFS_BOOT_BOOTP
     82      1.1   scw options 	NFS_BOOT_DHCP
     83      1.1   scw #options 	NFS_BOOT_BOOTPARAM
     84      1.1   scw 
     85      1.1   scw # Compatibility options
     86      1.1   scw 
     87      1.1   scw #options 	COMPAT_43	# 4.3BSD compatibility.
     88  1.6.8.1  yamt #options 	COMPAT_40	# NetBSD 4.0 compatibility.
     89      1.1   scw #options 	COMPAT_30	# NetBSD 3.0 compatibility.
     90      1.1   scw #options 	COMPAT_20	# NetBSD 2.0 compatibility.
     91      1.1   scw #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     92      1.1   scw #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     93      1.1   scw #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     94      1.1   scw #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     95      1.1   scw #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     96      1.1   scw #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     97      1.1   scw #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     98      1.1   scw #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     99      1.1   scw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    100      1.1   scw options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    101      1.1   scw 
    102      1.1   scw # Shared memory options
    103      1.1   scw 
    104      1.1   scw options 	SYSVMSG		# System V-like message queues
    105      1.1   scw options 	SYSVSEM		# System V-like semaphores
    106      1.1   scw #options 	SEMMNI=10	# number of semaphore identifiers
    107      1.1   scw #options 	SEMMNS=60	# number of semaphores in system
    108      1.1   scw #options 	SEMUME=10	# max number of undo entries per process
    109      1.1   scw #options 	SEMMNU=30	# number of undo structures in system
    110      1.1   scw options 	SYSVSHM		# System V-like memory sharing
    111      1.1   scw options 	SHMMAXPGS=2048	# 2048 pages is the default
    112      1.1   scw options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
    113      1.1   scw 
    114      1.1   scw # Device options
    115      1.1   scw 
    116      1.1   scw #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    117      1.1   scw #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    118      1.1   scw #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    119      1.1   scw 
    120      1.1   scw # Console options.  The default console is speed is 115200 baud.
    121      1.1   scw options 	CONSPEED=115200		# Console speed
    122      1.1   scw 
    123      1.1   scw # Miscellaneous kernel options
    124      1.1   scw options 	KTRACE		# system call tracing, a la ktrace(1)
    125      1.1   scw options 	IRQSTATS	# manage IRQ statistics
    126      1.1   scw #options 	LKM		# loadable kernel modules
    127      1.1   scw #options 	KMEMSTATS	# kernel memory statistics
    128      1.1   scw #options 	SCSIVERBOSE	# Verbose SCSI errors
    129      1.1   scw #options 	PCIVERBOSE	# Verbose PCI descriptions
    130      1.1   scw #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    131      1.1   scw #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    132      1.1   scw #options 	DDB_KEYCODE=0x40
    133      1.1   scw options 	USERCONF	# userconf(4) support
    134      1.1   scw #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    135      1.1   scw #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    136      1.1   scw 
    137      1.1   scw # Development and Debugging options
    138      1.1   scw 
    139      1.1   scw options 	PERFCTRS	# performance counters
    140      1.1   scw options 	DIAGNOSTIC	# internally consistency checks
    141      1.1   scw #options 	DEBUG
    142      1.1   scw #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    143      1.1   scw #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    144      1.1   scw options 	DDB		# in-kernel debugger
    145      1.1   scw options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    146      1.1   scw #makeoptions	DEBUG="-g"	# compile full symbol table
    147      1.5  matt options 	SYMTAB_SPACE=340000
    148      1.1   scw 
    149      1.1   scw config		netbsd		root on ? type ?
    150      1.1   scw config		netbsd-wm0	root on wm0 type nfs
    151      1.1   scw config		netbsd-wd0	root on wd0a type ffs
    152      1.2    he config		netbsd-sd0	root on sd0a type ffs
    153      1.1   scw 
    154      1.1   scw # The main bus device
    155      1.1   scw mainbus0	at root
    156      1.1   scw 
    157      1.1   scw # The boot CPU
    158      1.1   scw cpu0		at mainbus?
    159      1.1   scw 
    160      1.1   scw # On-board device support
    161      1.1   scw obio*		at mainbus?
    162      1.1   scw 
    163      1.1   scw # Console UART.
    164      1.1   scw # Note: "xint 4" is actually the HPI# pin
    165      1.1   scw com0		at obio? addr 0xfe800000 xint 4
    166      1.1   scw 
    167      1.1   scw # i80321 I/O Processor peripheral support
    168      1.1   scw iopxs*		at mainbus?
    169      1.1   scw 
    170      1.1   scw iopaau*		at iopxs?		# Application Accelerator Unit
    171      1.1   scw iopiic*		at iopxs?		# I2C Controller Unit(s)
    172      1.1   scw iic0		at iopiic?
    173      1.1   scw iic1		at iopiic?
    174      1.1   scw iopwdog*	at iopxs?		# Watchdog timer
    175      1.1   scw pci0		at iopxs? bus ?		# PCI/PCI-X support
    176      1.1   scw 
    177      1.1   scw # IIC Devices
    178      1.1   scw m41trtc0	at iic1 addr 0x68		# M41T11 Realtime Clock
    179      1.1   scw 
    180      1.1   scw #
    181      1.1   scw # Storage devices
    182      1.1   scw #
    183      1.1   scw 
    184      1.1   scw # Serial ATA: i31244
    185      1.1   scw artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
    186      1.1   scw atabus* 	at ata?
    187      1.1   scw 
    188      1.1   scw # ATA Disks
    189      1.1   scw wd*	at atabus? drive ? flags 0x0000
    190      1.1   scw 
    191      1.1   scw # SCSI: Symbios Logic 53c1010
    192      1.1   scw #
    193      1.1   scw # Wire down the Target/Host instances. Disable the target contoller for
    194      1.1   scw # now as we don't currently support SCSI target mode.
    195      1.1   scw siop0		at pci0 dev 2 function 1	# Host controller
    196      1.1   scw #siop1		at pci0 dev 2 function 0	# Target controller
    197      1.1   scw scsibus*	at scsi?
    198      1.1   scw 
    199      1.1   scw # SCSI Devices
    200      1.1   scw sd*	at scsibus? target ? lun ?	# SCSI disk drives
    201      1.1   scw st*	at scsibus? target ? lun ?	# SCSI tape drives
    202      1.1   scw cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    203      1.1   scw ch*	at scsibus? target ? lun ?	# SCSI autochangers
    204      1.1   scw ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    205      1.1   scw ss*	at scsibus? target ? lun ?	# SCSI Scanners
    206      1.1   scw uk*	at scsibus? target ? lun ?	# SCSI unknown
    207      1.1   scw 
    208      1.1   scw #
    209      1.1   scw # Networking devices
    210      1.1   scw #
    211      1.1   scw 
    212      1.1   scw # PCI network devices
    213      1.1   scw wm*	at pci? dev ? function ?	# Intel i82546EB Gig-E
    214      1.1   scw 
    215      1.1   scw # MII/PHY support
    216      1.1   scw makphy* at mii? phy ?			# Marvell 88E1000 PHYs
    217      1.1   scw 
    218      1.1   scw # Pseudo-Devices
    219      1.1   scw 
    220      1.1   scw # disk/mass storage pseudo-devices
    221      1.1   scw pseudo-device	ccd		4	# concatenated/striped disk devices
    222      1.1   scw #pseudo-device	cgd		4	# cryptographic disk devices
    223      1.1   scw pseudo-device	raid		8	# RAIDframe disk driver
    224      1.1   scw options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    225      1.1   scw # Options to enable various other RAIDframe RAID types.
    226      1.1   scw #options 	RF_INCLUDE_EVENODD=1
    227      1.1   scw #options 	RF_INCLUDE_RAID5_RS=1
    228      1.1   scw #options 	RF_INCLUDE_PARITYLOGGING=1
    229      1.1   scw #options 	RF_INCLUDE_CHAINDECLUSTER=1
    230      1.1   scw #options 	RF_INCLUDE_INTERDECLUSTER=1
    231      1.1   scw #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    232      1.1   scw #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    233      1.1   scw #pseudo-device	fss		4	# file system snapshot device
    234      1.1   scw 
    235      1.1   scw #pseudo-device	md		1	# memory disk device (ramdisk)
    236      1.1   scw pseudo-device	vnd			# disk-like interface to files
    237      1.1   scw options 	VND_COMPRESSION		# compressed vnd(4)
    238      1.1   scw 
    239      1.1   scw # network pseudo-devices
    240      1.1   scw pseudo-device	bpfilter		# Berkeley packet filter
    241      1.1   scw pseudo-device	ipfilter		# IP filter (firewall) and NAT
    242      1.1   scw pseudo-device	loop			# network loopback
    243      1.1   scw #pseudo-device	tun			# network tunneling over tty
    244      1.1   scw #pseudo-device	vlan			# IEEE 802.1q encapsulation
    245      1.1   scw #pseudo-device	bridge			# simple inter-network bridging
    246      1.1   scw 
    247      1.1   scw # miscellaneous pseudo-devices
    248      1.1   scw pseudo-device	pty			# pseudo-terminals
    249      1.1   scw pseudo-device	rnd			# /dev/random and in-kernel generator
    250      1.1   scw pseudo-device	clockctl		# user control of clock subsystem
    251      1.1   scw pseudo-device	ksyms			# /dev/ksyms
    252      1.1   scw 
    253      1.1   scw # data mover pseudo-devices
    254      1.1   scw #pseudo-device	swdmover		# softare dmover(9) back-end
    255      1.1   scw #pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    256