TEAMASA_NPWR revision 1.32
1# $NetBSD: TEAMASA_NPWR,v 1.32 2003/12/09 18:00:22 he Exp $ 2# 3# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based 4# server appliance. 5# 6 7include "arch/evbarm/conf/std.iq80310" 8options IOP310_TEAMASA_NPWR # Enable Npwr support 9 10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 11 12# estimated number of users 13 14maxusers 32 15 16# Standard system options 17 18options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 19options NTP # NTP phase/frequency locked loop 20 21# CPU options 22 23# For StrongARM systems 24options CPU_XSCALE_80200 # Support the XScale core 25makeoptions CPUFLAGS="-mcpu=xscale" 26options XSCALE_CCLKCFG=7 # 600MHz 27 28# Architecture options 29options XSCALE_CACHE_READ_WRITE_ALLOCATE 30options XSCALE_NO_COALESCE_WRITES 31 32# File systems 33 34file-system FFS # UFS 35#file-system LFS # log-structured file system 36file-system MFS # memory file system 37file-system NFS # Network file system 38#file-system ADOSFS # AmigaDOS-compatible file system 39file-system EXT2FS # second extended file system (linux) 40#file-system CD9660 # ISO 9660 + Rock Ridge file system 41#file-system MSDOSFS # MS-DOS file system 42file-system FDESC # /dev/fd 43file-system KERNFS # /kern 44file-system NULLFS # loopback file system 45#file-system PORTAL # portal filesystem (still experimental) 46file-system PROCFS # /proc 47#file-system UMAPFS # NULLFS + uid and gid remapping 48#file-system UNION # union file system 49 50# File system options 51#options QUOTA # UFS quotas 52#options FFS_EI # FFS Endian Independant support 53options NFSSERVER 54options SOFTDEP 55 56# Networking options 57 58#options GATEWAY # packet forwarding 59options INET # IP + ICMP + TCP + UDP 60options INET6 # IPV6 61#options IPSEC # IP security 62#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 63#options IPSEC_DEBUG # debug for IP security 64#options MROUTING # IP multicast routing 65#options NS # XNS 66#options NSIP # XNS tunneling over IP 67#options ISO,TPIP # OSI 68#options EON # OSI tunneling over IP 69#options CCITT,LLC,HDLC # X.25 70#options NETATALK # AppleTalk networking 71#options PFIL_HOOKS # pfil(9) packet filter hooks 72#options PPP_BSDCOMP # BSD-Compress compression support for PPP 73#options PPP_DEFLATE # Deflate compression support for PPP 74#options PPP_FILTER # Active filter support for PPP (requires bpf) 75#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 76 77options NFS_BOOT_BOOTP 78options NFS_BOOT_DHCP 79#options NFS_BOOT_BOOTPARAM 80 81# Compatibility options 82 83#options COMPAT_43 # 4.3BSD compatibility. 84options COMPAT_16 # NetBSD 1.6 compatibility. 85options COMPAT_15 # NetBSD 1.5 compatibility. 86options COMPAT_14 # NetBSD 1.4 compatibility. 87#options COMPAT_13 # NetBSD 1.3 compatibility. 88#options COMPAT_12 # NetBSD 1.2 compatibility. 89#options COMPAT_11 # NetBSD 1.1 compatibility. 90#options COMPAT_10 # NetBSD 1.0 compatibility. 91#options COMPAT_09 # NetBSD 0.9 compatibility. 92#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 93 94# Shared memory options 95 96options SYSVMSG # System V-like message queues 97options SYSVSEM # System V-like semaphores 98#options SEMMNI=10 # number of semaphore identifiers 99#options SEMMNS=60 # number of semaphores in system 100#options SEMUME=10 # max number of undo entries per process 101#options SEMMNU=30 # number of undo structures in system 102options SYSVSHM # System V-like memory sharing 103options SHMMAXPGS=1024 # 1024 pages is the default 104 105# Device options 106 107#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 108#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 109#options MEMORY_DISK_IS_ROOT # use memory disk as root 110 111# Console options. The default console is oriented towards the IQ80310 112# eval board, on connector J9 ("com0") at # 115200 baud. 113# 114# The Npwr's RedBoot firmware uses 19200, and there is only one 115# serial port. 116#options CONSPEED=19200 # Console speed 117#options CONUNIT=1 # Console unit (0=J9, 1=J10) 118 119# Miscellaneous kernel options 120options KTRACE # system call tracing, a la ktrace(1) 121#options LKM # loadable kernel modules 122#options KMEMSTATS # kernel memory statistics 123options SCSIVERBOSE # Verbose SCSI errors 124options PCIVERBOSE # Verbose PCI descriptions 125options MIIVERBOSE # Verbose MII autoconfuration messages 126#options PCI_CONFIG_DUMP # verbosely dump PCI config space 127#options DDB_KEYCODE=0x40 128options USERCONF # userconf(4) support 129#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 130 131# Development and Debugging options 132 133options PERFCTRS # performance counters 134options DIAGNOSTIC # internally consistency checks 135#options DEBUG 136#options PMAP_DEBUG # Enable pmap_debug_level code 137#options IPKDB # remote kernel debugging 138#options VERBOSE_INIT_ARM # verbose bootstraping messages 139options DDB # in-kernel debugger 140options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 141#makeoptions DEBUG="-g" # compile full symbol table 142options SYMTAB_SPACE=232000 143 144config netbsd root on ? type ? 145config netbsd-wm0 root on wm0 type nfs 146config netbsd-sd0 root on sd0 type ? 147 148# The main bus device 149mainbus0 at root 150 151# The boot cpu 152cpu0 at mainbus? 153 154# On-board device support 155obio* at mainbus? 156 157# On-board 16550 UART 158com0 at obio? addr 0xfe810000 xint3 3 159 160# i80312 Companion I/O support 161iopxs* at mainbus? 162 163iopiic* at iopxs? # I2C Controller Unit 164iic* at iopiic? 165m41trtc* at iic? addr 0x68 166 167pci* at iopxs? bus ? 168 169# 170# Networking devices 171# 172 173# PCI network devices 174wm* at pci? dev ? function ? 175 176# MII/PHY support 177makphy* at mii? phy ? # Marvell "Alaska" Gig-E PHY 178ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 179 180# 181# Mass storage devices 182# 183 184# PCI SCSI controllers 185esiop0 at pci? dev ? function ? # on-board LSI 53c1010 186options SIOP_SYMLED 187scsibus* at scsi? 188 189# SCSI device support 190sd* at scsibus? target ? lun ? # SCSI disks 191cd* at scsibus? target ? lun ? # SCSI CD-ROMs 192st* at scsibus? target ? lun ? # SCSI tapes 193uk* at scsibus? target ? lun ? # unknown SCSI devices 194 195# Pseudo-Devices 196 197# disk/mass storage pseudo-devices 198#pseudo-device md 1 # memory disk device (ramdisk) 199pseudo-device vnd 4 # disk-like interface to files 200pseudo-device raid 4 # RAIDframe devices 201#pseudo-device ccd 4 # Concatenated disk devices 202 203# network pseudo-devices 204pseudo-device bpfilter 4 # Berkeley packet filter 205pseudo-device loop # network loopback 206pseudo-device kttcp 207 208# miscellaneous pseudo-devices 209pseudo-device pty # pseudo-terminals 210pseudo-device rnd # /dev/random and in-kernel generator 211pseudo-device clockctl # user control of clock subsystem 212pseudo-device ksyms # /dev/ksyms 213