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