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