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