Home | History | Annotate | Line # | Download | only in conf
IQ80321 revision 1.2
      1 #	$NetBSD: IQ80321,v 1.2 2002/03/29 20:29:30 thorpej Exp $
      2 #
      3 #	IQ80321 -- Intel IQ80321 Evaluation Board Kernel
      4 #
      5 
      6 include	"arch/evbarm/conf/std.iq80321"
      7 
      8 # estimated number of users
      9 
     10 maxusers	32
     11 
     12 # Standard system options
     13 
     14 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     15 #options 	NTP		# NTP phase/frequency locked loop
     16 
     17 # CPU options
     18 
     19 # For StrongARM systems
     20 options 	CPU_XSCALE_80321	# Support the XScale core
     21 makeoptions	COPTS="-O2 -march=armv4 -mtune=strongarm"
     22 #makeoptions	COPTS="-O2 -march=armv5 -mtune=xscale"
     23 
     24 # Architecture options
     25 
     26 # File systems
     27 
     28 file-system	FFS		# UFS
     29 #file-system	LFS		# log-structured file system
     30 file-system	MFS		# memory file system
     31 file-system	NFS		# Network file system
     32 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     33 #file-system 	EXT2FS		# second extended file system (linux)
     34 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     35 #file-system	MSDOSFS		# MS-DOS file system
     36 file-system	FDESC		# /dev/fd
     37 file-system	KERNFS		# /kern
     38 file-system	NULLFS		# loopback file system
     39 #file-system	PORTAL		# portal filesystem (still experimental)
     40 file-system	PROCFS		# /proc
     41 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     42 #file-system	UNION		# union file system
     43 
     44 # File system options
     45 #options 	QUOTA		# UFS quotas
     46 #options 	FFS_EI		# FFS Endian Independant support
     47 options 	NFSSERVER
     48 options 	SOFTDEP
     49 
     50 # Networking options
     51 
     52 #options 	GATEWAY		# packet forwarding
     53 options 	INET		# IP + ICMP + TCP + UDP
     54 options 	INET6		# IPV6
     55 #options 	IPSEC		# IP security
     56 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     57 #options 	IPSEC_DEBUG	# debug for IP security
     58 #options 	MROUTING	# IP multicast routing
     59 #options 	NS		# XNS
     60 #options 	NSIP		# XNS tunneling over IP
     61 #options 	ISO,TPIP	# OSI
     62 #options 	EON		# OSI tunneling over IP
     63 #options 	CCITT,LLC,HDLC	# X.25
     64 #options 	NETATALK	# AppleTalk networking
     65 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     66 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     67 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     68 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     69 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     70 
     71 options 	NFS_BOOT_BOOTP
     72 options 	NFS_BOOT_DHCP
     73 #options 	NFS_BOOT_BOOTPARAM
     74 
     75 # Compatibility options
     76 
     77 #options 	COMPAT_43	# 4.3BSD compatibility.
     78 options 	COMPAT_15	# NetBSD 1.5 compatibility.
     79 options 	COMPAT_14	# NetBSD 1.4 compatibility.
     80 #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     81 #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     82 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     83 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     84 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     85 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     86 
     87 # Shared memory options
     88 
     89 options 	SYSVMSG		# System V-like message queues
     90 options 	SYSVSEM		# System V-like semaphores
     91 #options 	SEMMNI=10	# number of semaphore identifiers
     92 #options 	SEMMNS=60	# number of semaphores in system
     93 #options 	SEMUME=10	# max number of undo entries per process
     94 #options 	SEMMNU=30	# number of undo structures in system
     95 options 	SYSVSHM		# System V-like memory sharing
     96 options 	SHMMAXPGS=1024	# 1024 pages is the default
     97 
     98 # Device options
     99 
    100 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    101 #options 	MEMORY_DISK_SIZE=0	# Size in blocks
    102 #options 	MINIROOTSIZE=3400	# Size in blocks
    103 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    104 
    105 # Console options.  The default console is speed is 115200 baud.
    106 #options 	CONSPEED=9600		# Console speed
    107 
    108 # Miscellaneous kernel options
    109 options 	KTRACE		# system call tracing, a la ktrace(1)
    110 options 	IRQSTATS	# manage IRQ statistics
    111 #options 	LKM		# loadable kernel modules
    112 #options 	KMEMSTATS	# kernel memory statistics
    113 #options 	SCSIVERBOSE	# Verbose SCSI errors
    114 options 	PCIVERBOSE	# Verbose PCI descriptions
    115 options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    116 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    117 #options 	DDB_KEYCODE=0x40
    118 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    119 
    120 # Development and Debugging options
    121 
    122 options 	DIAGNOSTIC	# internally consistency checks
    123 #options 	DEBUG
    124 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    125 #options 	IPKDB		# remote kernel debugging
    126 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    127 options 	DDB		# in-kernel debugger
    128 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    129 makeoptions	DEBUG="-g"	# compile full symbol table
    130 options 	SYMTAB_SPACE=200000
    131 
    132 config		netbsd		root on ? type ?
    133 config		netbsd-wm0	root on wm0 type nfs
    134 
    135 # The main bus device
    136 mainbus0	at root
    137 
    138 # The boot cpu
    139 cpu0		at mainbus?
    140 
    141 # On-board device support
    142 obio*		at mainbus?
    143 com*		at obio? addr ?		# on-board TI 165C50 UART
    144 
    145 # i80321 I/O Processor peripheral support
    146 iopxs*		at mainbus?
    147 pci0		at iopxs? bus ?
    148 
    149 # PCI-PCI bridges
    150 ppb*		at pci? dev ? function ?
    151 pci*		at ppb? bus ?
    152 
    153 #
    154 # Networking devices
    155 #
    156 
    157 # PCI network devices
    158 wm*		at pci? dev ? function ?	# Intel i82544 Gig-E
    159 
    160 # MII/PHY support
    161 makphy*		at mii? phy ?			# Marvell 88E1000 PHYs
    162 ukphy*		at mii? phy ?			# Generic IEEE 802.3u PHYs
    163 
    164 # Pseudo-Devices
    165 
    166 # disk/mass storage pseudo-devices
    167 #pseudo-device	md		1	# memory disk device (ramdisk)
    168 pseudo-device	vnd		4	# disk-like interface to files
    169 
    170 # network pseudo-devices
    171 pseudo-device	bpfilter	4	# Berkeley packet filter
    172 pseudo-device	loop			# network loopback
    173 
    174 # miscellaneous pseudo-devices
    175 pseudo-device	pty			# pseudo-terminals
    176 pseudo-device	rnd			# /dev/random and in-kernel generator
    177