Home | History | Annotate | Line # | Download | only in conf
EV64260 revision 1.34.36.2
      1  1.34.36.1       mjf #	$NetBSD: EV64260,v 1.34.36.2 2008/09/28 10:39:54 mjf Exp $
      2        1.1      matt #
      3        1.1      matt #	MVP -- Motorola's Multiprocessing Verification Platform
      4        1.1      matt #
      5        1.1      matt include		"arch/evbppc/conf/std.ev64260"
      6        1.1      matt 
      7        1.1      matt #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8        1.1      matt 
      9        1.1      matt #ident 		"EV64260"
     10        1.1      matt 
     11        1.1      matt maxusers	32
     12        1.1      matt 
     13        1.1      matt #options 	UVMHIST
     14        1.1      matt #options 	UVMHIST_PRINT
     15        1.1      matt 
     16        1.4      matt # PowerPC options
     17        1.2      matt options		ALTIVEC
     18        1.4      matt #options 	CLOCKBASE=100000000	# EVB64260
     19        1.4      matt options 	CLOCKBASE=133000000	# EVB64260A
     20        1.4      matt 
     21        1.4      matt # Marvell options
     22        1.2      matt options 	GT_MPP_INTERRUPTS=0x2c600000
     23        1.2      matt options 	GT_MPP_WATCHDOG=0x03000000
     24        1.5      matt options 	MPSC_CONSOLE=0
     25        1.2      matt options 	GT_MPSC_DEFAULT_BAUD_RATE=9600
     26        1.4      matt #options 	GT_BASE=0x14000000	# PMON low
     27        1.4      matt options 	GT_BASE=0xF8000000	# PPCBoot
     28        1.4      matt options 	GT_MPSC_FREQUENCY="(cpu_timebase*4)"
     29        1.4      matt options 	GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK"
     30        1.4      matt options 	PCI0_GPPINTS=0xffffff1b,PCI1_GPPINTS=0xffffff1d
     31        1.5      matt options 	PCI0_SKIPMASK="(~0x180)",PCI1_SKIPMASK="(~0x180)"
     32        1.4      matt options 	OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2
     33        1.1      matt 
     34        1.1      matt # Options for necessary to use MD
     35        1.1      matt #options 	MEMORY_DISK_HOOKS
     36        1.1      matt #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     37        1.1      matt #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     38        1.1      matt #options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
     39        1.1      matt 
     40        1.1      matt #options 	INSECURE	# disable kernel security levels
     41        1.1      matt #options 	NTP		# NTP phase/frequency locked loop
     42        1.1      matt options 	KTRACE		# system call tracing via ktrace(1)
     43        1.1      matt 
     44        1.1      matt options 	SYSVMSG		# System V message queues
     45        1.1      matt options 	SYSVSEM		# System V semaphores
     46        1.1      matt options 	SYSVSHM		# System V shared memory
     47        1.1      matt #options 	SHMMAXPGS=1024	# 1024 pages is the default
     48        1.1      matt 
     49        1.1      matt #options 	LKM		# loadable kernel modules
     50        1.1      matt 
     51        1.1      matt #options 	USERCONF	# userconf(4) support
     52        1.2      matt #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     53       1.13    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     54        1.1      matt 
     55        1.1      matt # Diagnostic/debugging support options
     56        1.5      matt options 	DIAGNOSTIC	# cheap kernel consistency checks
     57        1.1      matt #options 	DEBUG		# expensive debugging checks/support
     58        1.1      matt options 	DDB		# in-kernel debugger
     59        1.1      matt options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     60        1.1      matt options 	SYMTAB_SPACE=300000	# size for embedded symbol table
     61        1.1      matt 
     62        1.1      matt #makeoptions	DEFCOPTS="-g"	# compile full symbol table
     63        1.2      matt makeoptions	DEBUG="-g"
     64        1.1      matt 
     65        1.1      matt # Compatibility options
     66        1.1      matt #options 	COMPAT_09	# NetBSD 0.9,
     67        1.1      matt #options 	COMPAT_10	# NetBSD 1.0,
     68        1.1      matt #options 	COMPAT_11	# NetBSD 1.1,
     69        1.1      matt #options 	COMPAT_12	# NetBSD 1.2,
     70        1.1      matt #options 	COMPAT_13	# NetBSD 1.3,
     71        1.1      matt #options 	COMPAT_14	# NetBSD 1.4,
     72       1.33      manu #options 	COMPAT_15	# NetBSD 1.5,
     73        1.7      matt options 	COMPAT_16	# NetBSD 1.6,
     74       1.21    simonb options 	COMPAT_20	# NetBSD 2.0,
     75  1.34.36.1       mjf options 	COMPAT_30	# NetBSD 3.0,
     76  1.34.36.1       mjf options 	COMPAT_40	# NetBSD 4.0 compatibility.
     77        1.1      matt options 	COMPAT_43	# and 4.3BSD
     78        1.1      matt #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     79        1.1      matt #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     80       1.15  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     81        1.1      matt 
     82        1.1      matt # File systems
     83        1.1      matt file-system 	FFS		# UFS
     84        1.1      matt #file-system 	EXT2FS		# second extended file system (linux)
     85        1.1      matt #file-system 	LFS		# log-structured file system
     86        1.1      matt file-system 	MFS		# memory file system
     87        1.1      matt file-system 	NFS		# Network File System client
     88        1.1      matt #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     89        1.1      matt file-system 	MSDOSFS		# MS-DOS file system
     90        1.1      matt #file-system 	FDESC		# /dev/fd
     91        1.1      matt #file-system 	KERNFS		# /kern
     92        1.1      matt #file-system 	NULLFS		# loopback file system
     93        1.1      matt #file-system 	OVERLAY		# overlay file system
     94        1.1      matt #file-system 	PORTAL		# portal filesystem (still experimental)
     95        1.1      matt #file-system 	PROCFS		# /proc
     96        1.1      matt #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     97        1.1      matt #file-system 	UNION		# union file system
     98       1.27  christos #file-system	PTYFS		# /dev/pts/N support
     99        1.1      matt 
    100        1.1      matt # File system options
    101        1.1      matt #options 	QUOTA		# UFS quotas
    102        1.1      matt #options 	FFS_EI		# FFS Endian Independant support
    103        1.1      matt options 	SOFTDEP		# FFS soft updates support.
    104  1.34.36.2       mjf options 	WAPBL		# File system journaling support - Experimental
    105        1.1      matt #options 	NFSSERVER	# Network File System server
    106       1.28   tsutsui #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    107        1.1      matt #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    108        1.1      matt 				# immutable) behave as system flags.
    109        1.1      matt 
    110        1.1      matt options 	NFS_BOOT_DHCP	# Support DHCP NFS root
    111        1.1      matt options 	NFS_BOOT_RWSIZE=1024
    112        1.1      matt 
    113        1.1      matt # Networking options
    114        1.1      matt #options 	GATEWAY		# packet forwarding
    115        1.1      matt options 	INET		# IP + ICMP + TCP + UDP
    116        1.1      matt #options 	INET6		# IPV6
    117        1.1      matt #options 	IPSEC		# IP security
    118        1.1      matt #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    119       1.23      tron #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    120        1.1      matt #options 	IPSEC_DEBUG	# debug for IP security
    121        1.1      matt #options 	MROUTING	# IP multicast routing
    122       1.14      manu #options 	PIM		# Protocol Independent Multicast
    123        1.1      matt #options        DIRECTED_BROADCAST      # allow broadcasts through routers
    124        1.1      matt #options 	ISO,TPIP	# OSI
    125        1.1      matt #options 	EON		# OSI tunneling over IP
    126        1.1      matt #options 	NETATALK	# AppleTalk networking protocols
    127        1.1      matt #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    128        1.1      matt #options 	PPP_DEFLATE	# Deflate compression support for PPP
    129        1.1      matt #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    130        1.1      matt #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    131        1.1      matt #options 	IPFILTER_LOG	# ipmon(8) log support
    132       1.32  christos #options 	IPFILTER_LOOKUP	# ippool(8) support
    133        1.1      matt #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    134        1.1      matt #options 	NMBCLUSTERS=1024
    135        1.1      matt 
    136        1.1      matt # These options enable verbose messages for several subsystems.
    137        1.1      matt # Warning, these may compile large string tables into the kernel!
    138        1.1      matt options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    139        1.1      matt options 	MIIVERBOSE	# verbose PHY autoconfig messages
    140        1.1      matt #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    141        1.1      matt #options 	SCSIVERBOSE	# human readable SCSI error messages
    142        1.4      matt options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
    143        1.1      matt #options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    144        1.1      matt 
    145        1.1      matt # wscons options
    146        1.1      matt #options 	WSEMUL_SUN		# sun terminal emulation
    147        1.1      matt options 	WSEMUL_VT100		# VT100 / VT220 emulation
    148        1.1      matt options 	WSDISPLAY_DEFAULTSCREENS=1
    149        1.1      matt 
    150        1.1      matt # Kernel root file system and dump configuration.
    151        1.1      matt config		netbsd	root on ? type ?
    152        1.1      matt 
    153        1.1      matt #
    154        1.1      matt # Device configuration
    155        1.1      matt #
    156        1.1      matt 
    157        1.1      matt mainbus0	at root
    158        1.1      matt 
    159        1.1      matt cpu*		at mainbus0
    160        1.1      matt 
    161        1.1      matt gt0		at mainbus0		# Discovery system controller
    162        1.1      matt 
    163        1.1      matt # PCI busses
    164        1.1      matt gtpci0		at gt0 unit 0		# 64-bit, 66MHz
    165        1.1      matt gtpci1		at gt0 unit 1		# 64-bit, 66MHz
    166        1.1      matt 
    167        1.1      matt pci*		at gtpci?
    168        1.1      matt 
    169        1.2      matt # 16550s off CS2
    170        1.4      matt obio0		at gt0 unit 0		# Chip Select 0
    171        1.4      matt obio1		at gt0 unit 1		# Chip Select 1
    172        1.2      matt obio2		at gt0 unit 2		# Chip Select 2
    173        1.2      matt com0		at obio2 offset 0x0020 size 8 irq 85
    174        1.2      matt com1		at obio2 offset 0x0000 size 8 irq 86
    175        1.4      matt obio3		at gt0 unit 3		# Chip Select 3
    176        1.4      matt obio4		at gt0 unit 4		# Boot Chip Select
    177        1.2      matt 
    178        1.1      matt # UARTs
    179        1.2      matt gtmpsc0 	at gt0 unit 0		# Serial #0
    180        1.2      matt gtmpsc1 	at gt0 unit 1		# Serial #1
    181        1.1      matt 
    182        1.1      matt # Ethernet and PHY
    183        1.2      matt gfe0		at gt0 unit 0 flags 1	# Ethernet #0 (RMMI)
    184        1.2      matt gfe1		at gt0 unit 1 flags 1	# Ethernet #1 (RMMI)
    185        1.2      matt gfe2		at gt0 unit 2 flags 1	# Ethernet #2 (RMMI)
    186        1.1      matt 
    187       1.18      matt # I2C
    188       1.18      matt gtiic0		at gt0 unit 0		# I2C controller
    189       1.18      matt iic*		at gtiic?
    190       1.18      matt 
    191        1.1      matt # PCI devices
    192        1.1      matt ppb*		at pci? dev ? function ?	# PCI-PCI bridges
    193        1.1      matt pci*		at ppb? bus ?
    194        1.1      matt #pcib*		at pci? dev ? function ?	# VIA 82C686B
    195        1.1      matt 
    196        1.1      matt #ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
    197        1.1      matt #ohci*	at pci?	dev ? function ?	# Open Host Controller
    198        1.1      matt #uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
    199        1.1      matt #usb*	at ehci?
    200        1.1      matt #usb*	at ohci?
    201        1.1      matt #usb*	at uhci?
    202        1.1      matt #uhub*	at usb?
    203       1.34  drochner #uhub*	at uhub? port ?
    204        1.1      matt # Prolific PL2301/PL2302 host-to-host adapter
    205        1.1      matt #upl*	at uhub? port ?
    206        1.1      matt 
    207        1.1      matt # Serial adapters
    208        1.1      matt #uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    209        1.1      matt #ucom*	at uftdi? portno ?
    210        1.1      matt 
    211        1.1      matt #umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    212        1.1      matt #ucom*	at umct? portno ?
    213        1.1      matt 
    214        1.1      matt #uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    215        1.1      matt #ucom*	at uplcom? portno ?
    216        1.1      matt 
    217        1.1      matt #uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
    218        1.1      matt #ucom*	at uvscom? portno ?
    219        1.1      matt 
    220        1.1      matt 
    221        1.4      matt fxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
    222        1.4      matt tlp*		at pci? dev ? function ? # Digital 'Tulip' cards
    223        1.4      matt wm*		at pci? dev ? function ? # Intel GigE cards
    224        1.4      matt acphy*		at mii? phy ?
    225        1.1      matt inphy*		at mii? phy ?
    226        1.1      matt makphy*		at mii? phy ?
    227        1.4      matt nsphy*		at mii? phy ?
    228        1.4      matt sqphy*		at mii? phy ?
    229        1.1      matt ukphy*		at mii? phy ?
    230        1.1      matt 
    231        1.4      matt siop*		at pci? dev ? function ?
    232        1.4      matt esiop*		at pci? dev ? function ?
    233        1.1      matt isp*		at pci? dev ? function ?
    234        1.1      matt scsibus*	at scsi?
    235        1.1      matt sd*		at scsibus? target ? lun ?
    236        1.1      matt cd*		at scsibus? target ? lun ?
    237        1.1      matt 
    238        1.1      matt #auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
    239        1.1      matt #audio*	at auvia?
    240        1.1      matt 
    241        1.9    bouyer pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    242        1.9    bouyer acardide*	at pci? dev ? function ?	# Acard IDE controllers
    243        1.9    bouyer aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
    244       1.12   thorpej artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
    245        1.9    bouyer cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    246        1.9    bouyer cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
    247        1.9    bouyer hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    248        1.9    bouyer optiide* 	at pci? dev ? function ?	# Opti IDE controllers
    249        1.9    bouyer pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    250       1.16    bouyer pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
    251       1.10   thorpej satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    252        1.9    bouyer siside* 	at pci? dev ? function ?	# SiS IDE controllers
    253        1.9    bouyer slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
    254        1.9    bouyer viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    255       1.11   thorpej 
    256       1.11   thorpej atabus* 	at ata? channel ?
    257        1.8    bouyer wd*		at atabus? drive ? flags 0x0000
    258        1.1      matt 
    259       1.30      cube #pseudo-device	vnd			# disk-like interface to files
    260        1.1      matt #pseudo-device	ccd		4	# concatenated/striped disk devices
    261        1.1      matt #pseudo-device	raid		4	# RAIDframe disk driver
    262        1.1      matt #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    263       1.17   hannken #pseudo-device	fss		4	# file system snapshot device
    264        1.1      matt pseudo-device	md		1	# memory disk device
    265        1.1      matt pseudo-device	loop			# network loopback
    266       1.29    rpaulo pseudo-device	bpfilter		# packet filter
    267        1.1      matt #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    268       1.30      cube #pseudo-device	ppp			# Point-to-Point Protocol
    269       1.30      cube #pseudo-device	sl			# Serial Line IP
    270       1.30      cube #pseudo-device	tun			# network tunneling over tty
    271       1.30      cube #pseudo-device	gre			# generic L3 over IP tunnel
    272       1.30      cube #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    273       1.30      cube #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    274       1.30      cube #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    275        1.1      matt #pseudo-device	vlan			# IEEE 802.1q encapsulation
    276        1.1      matt pseudo-device	pty			# pseudo-terminals
    277        1.1      matt pseudo-device	rnd			# /dev/random and in-kernel generator
    278        1.1      matt #pseudo-device	wsmux			# ick
    279        1.1      matt pseudo-device	clockctl		# user control of clock subsystem
    280       1.31    simonb pseudo-device	ksyms			# /dev/ksyms
    281