TEAMASA_NPWR revision 1.38
1# $NetBSD: TEAMASA_NPWR,v 1.38 2005/02/11 08:25:54 dsl 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 55options FFS_SNAPSHOT # ffs snapshots 56 57# Networking options 58 59#options GATEWAY # packet forwarding 60options INET # IP + ICMP + TCP + UDP 61options INET6 # IPV6 62#options IPSEC # IP security 63#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 64#options IPSEC_DEBUG # debug for IP security 65#options MROUTING # IP multicast routing 66#options PIM # Protocol Independent Multicast 67#options NS # XNS 68#options NSIP # XNS tunneling over IP 69#options ISO,TPIP # OSI 70#options EON # OSI tunneling over IP 71#options CCITT,LLC,HDLC # X.25 72#options NETATALK # AppleTalk networking 73#options PFIL_HOOKS # pfil(9) packet filter hooks 74#options PPP_BSDCOMP # BSD-Compress compression support for PPP 75#options PPP_DEFLATE # Deflate compression support for PPP 76#options PPP_FILTER # Active filter support for PPP (requires bpf) 77#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 78 79options NFS_BOOT_BOOTP 80options NFS_BOOT_DHCP 81#options NFS_BOOT_BOOTPARAM 82 83# Compatibility options 84 85#options COMPAT_43 # 4.3BSD compatibility. 86options COMPAT_16 # NetBSD 1.6 compatibility. 87options COMPAT_15 # NetBSD 1.5 compatibility. 88options COMPAT_14 # NetBSD 1.4 compatibility. 89#options COMPAT_13 # NetBSD 1.3 compatibility. 90#options COMPAT_12 # NetBSD 1.2 compatibility. 91#options COMPAT_11 # NetBSD 1.1 compatibility. 92#options COMPAT_10 # NetBSD 1.0 compatibility. 93#options COMPAT_09 # NetBSD 0.9 compatibility. 94#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 95options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 96 97# Shared memory options 98 99options SYSVMSG # System V-like message queues 100options SYSVSEM # System V-like semaphores 101#options SEMMNI=10 # number of semaphore identifiers 102#options SEMMNS=60 # number of semaphores in system 103#options SEMUME=10 # max number of undo entries per process 104#options SEMMNU=30 # number of undo structures in system 105options SYSVSHM # System V-like memory sharing 106options SHMMAXPGS=1024 # 1024 pages is the default 107 108# Device options 109 110#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 111#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 112#options MEMORY_DISK_IS_ROOT # use memory disk as root 113 114# Console options. The default console is oriented towards the IQ80310 115# eval board, on connector J9 ("com0") at # 115200 baud. 116# 117# The Npwr's RedBoot firmware uses 19200, and there is only one 118# serial port. 119#options CONSPEED=19200 # Console speed 120#options CONUNIT=1 # Console unit (0=J9, 1=J10) 121 122# Miscellaneous kernel options 123options KTRACE # system call tracing, a la ktrace(1) 124#options LKM # loadable kernel modules 125#options KMEMSTATS # kernel memory statistics 126options SCSIVERBOSE # Verbose SCSI errors 127options PCIVERBOSE # Verbose PCI descriptions 128options MIIVERBOSE # Verbose MII autoconfuration messages 129#options PCI_CONFIG_DUMP # verbosely dump PCI config space 130#options DDB_KEYCODE=0x40 131options USERCONF # userconf(4) support 132#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 133#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 134 135# Development and Debugging options 136 137options PERFCTRS # performance counters 138options DIAGNOSTIC # internally consistency checks 139#options DEBUG 140#options PMAP_DEBUG # Enable pmap_debug_level code 141#options IPKDB # remote kernel debugging 142#options VERBOSE_INIT_ARM # verbose bootstraping messages 143options DDB # in-kernel debugger 144options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 145#makeoptions DEBUG="-g" # compile full symbol table 146options SYMTAB_SPACE=232000 147 148config netbsd root on ? type ? 149config netbsd-wm0 root on wm0 type nfs 150config netbsd-sd0 root on sd0 type ? 151 152# The main bus device 153mainbus0 at root 154 155# The boot CPU 156cpu0 at mainbus? 157 158# On-board device support 159obio* at mainbus? 160 161# On-board 16550 UART 162com0 at obio? addr 0xfe810000 xint3 3 163 164# i80312 Companion I/O support 165iopxs* at mainbus? 166 167iopiic* at iopxs? # I2C Controller Unit 168iic* at iopiic? 169m41trtc* at iic? addr 0x68 170 171pci* at iopxs? bus ? 172 173# 174# Networking devices 175# 176 177# PCI network devices 178wm* at pci? dev ? function ? 179 180# MII/PHY support 181makphy* at mii? phy ? # Marvell "Alaska" Gig-E PHY 182ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 183 184# 185# Mass storage devices 186# 187 188# PCI SCSI controllers 189esiop0 at pci? dev ? function ? # on-board LSI 53c1010 190options SIOP_SYMLED 191scsibus* at scsi? 192 193# SCSI device support 194sd* at scsibus? target ? lun ? # SCSI disks 195cd* at scsibus? target ? lun ? # SCSI CD-ROMs 196st* at scsibus? target ? lun ? # SCSI tapes 197uk* at scsibus? target ? lun ? # unknown SCSI devices 198 199# Pseudo-Devices 200 201# disk/mass storage pseudo-devices 202#pseudo-device md 1 # memory disk device (ramdisk) 203pseudo-device vnd 4 # disk-like interface to files 204pseudo-device raid 4 # RAIDframe devices 205#pseudo-device fss 4 # file system snapshot device 206#pseudo-device ccd 4 # Concatenated disk devices 207 208# network pseudo-devices 209pseudo-device bpfilter 4 # Berkeley packet filter 210pseudo-device loop # network loopback 211pseudo-device kttcp 212 213# miscellaneous pseudo-devices 214pseudo-device pty # pseudo-terminals 215pseudo-device rnd # /dev/random and in-kernel generator 216pseudo-device clockctl # user control of clock subsystem 217pseudo-device ksyms # /dev/ksyms 218