GENERIC32_IP2x revision 1.3
1# $NetBSD: GENERIC32_IP2x,v 1.3 2003/12/14 07:31:02 sekiya Exp $ 2# 3# Indy 4 5include "arch/sgimips/conf/std.sgimips" 6 7makeoptions TEXTADDR=0x88069000 # Indy 8 9options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10 11#ident "GENERIC-$Revision: 1.3 $" 12 13maxusers 32 14 15# CPU related options 16options IP22 # Indigo / Indigo2 / Indy 17 18options MIPS3 # MIPS3 support 19 20# Standard system options 21#options INSECURE # disable kernel security levels 22 23#options NTP # NTP phase/frequence locked loop 24options KTRACE # system call tracing via ktrace(1) 25options SYSTRACE # system call vetting via systrace(1) 26 27options SYSVMSG # System V message queues 28options SYSVSEM # System V semaphores 29#options SEMMNI=10 # number of semaphore identifiers 30#options SEMMNS=60 # number of semaphores in system 31#options SEMUME=10 # max number of undo entries per process 32#options SEMMNU=30 # number of undo structures in system 33options SYSVSHM # System V shared memory 34#options SHMMAXPGS=1024 # 1024 pages is the default 35 36#options LKM # loadable kernel modules (XXX: working?) 37 38options USERCONF # userconf(4) support 39#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 40 41# Enable experimental buffer queue strategy for better responsiveness under 42# high disk I/O load. Use it with caution - it's not proven to be stable yet. 43#options NEW_BUFQ_STRATEGY 44 45# Diagnostic/debugging support options 46#options DIAGNOSTIC # expensive kernel consistency checks 47#options DEBUG # expensive debugging checks/support 48#options KMEMSTATS # kernel memory statistics (vmstat -m) 49options DDB # in-kernel debugger 50options DDB_HISTORY_SIZE=512 # enable history editing in DDB 51#options KGDB # remote debugger 52#options KGDB_DEV=0x2301 # KGDB port - this is Serial(1) 53#options KGDB_DEVRATE=19200 # KGDB Baud Rate 54#makeoptions DEBUG="-g" # compile full symbol table 55 56# Compatibility options 57options COMPAT_15 # NetBSD 1.5, 58options COMPAT_16 59#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 60 61options COMPAT_IRIX # binary compatibility with IRIX 62#options COMPAT_LINUX # binary compatibility with Linux 63#options COMPAT_ULTRIX # binary compatibility with Ultrix 64 65# File systems 66file-system FFS # UFS 67file-system EXT2FS # second extended file system (linux) 68file-system LFS # log-structured file system 69file-system MFS # memory file system 70file-system NFS # Network File System client 71file-system NTFS # Windows/NT file system (experimental) 72file-system CD9660 # ISO 9660 + Rock Ridge file system 73file-system MSDOSFS # MS-DOS file system 74file-system FDESC # /dev/fd 75file-system KERNFS # /kern 76file-system NULLFS # loopback file system 77file-system OVERLAY # overlay file system 78file-system PORTAL # portal filesystem (still experimental) 79file-system PROCFS # /proc 80file-system UMAPFS # NULLFS + uid and gid remapping 81file-system UNION # union file system 82file-system CODA # Coda File System; also needs vcoda (below) 83 84# File system options 85options QUOTA # UFS quotas 86#options FFS_EI # FFS Endian Independent support 87options SOFTDEP # FFS soft updates support. 88options NFSSERVER # Network File System server 89#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 90 # immutable) behave as system flags. 91 92# Networking options 93#options GATEWAY # packet forwarding 94options INET # IP + ICMP + TCP + UDP 95options INET6 # IPV6 96#options IPSEC # IP security 97#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 98#options IPSEC_DEBUG # debug for IP security 99#options MROUTING # IP multicast routing 100options NS # XNS 101#options NSIP # XNS tunneling over IP 102options ISO,TPIP # OSI 103#options EON # OSI tunneling over IP 104options CCITT,LLC,HDLC # X.25 105options NETATALK # AppleTalk networking protocols 106options PPP_BSDCOMP # BSD-Compress compression support for PPP 107options PPP_DEFLATE # Deflate compression support for PPP 108options PPP_FILTER # Active filter support for PPP (requires bpf) 109options PFIL_HOOKS # pfil(9) packet filter hooks 110options IPFILTER_LOG # ipmon(8) log support 111#options IPFILTER_DEFAULT_BLOCK # block all packets by default 112#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 113 114# These options enable verbose messages for several subsystems. 115# Warning, these may compile large string tables into the kernel! 116options MIIVERBOSE # verbose PHY autoconfig messages 117options PCIVERBOSE # verbose PCI device autoconfig messages 118#options PCI_CONFIG_DUMP # verbosely dump PCI config space 119options SCSIVERBOSE # human readable SCSI error messages 120 121options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 122 123#options MEMORY_DISK_HOOKS 124#options MEMORY_DISK_IS_ROOT 125#options MEMORY_DISK_SERVER=0 126#options MINIROOTSIZE=8192 127 128#options SCSI_DELAY=5 129 130# Kernel root file system and dump configuration. 131config netbsd root on ? type ? 132 133# Main bus and CPU 134mainbus0 at root 135cpu0 at mainbus? 136 137sd* at scsibus? target ? lun ? # SCSI disks 138st* at scsibus? target ? lun ? # SCSI tapes 139cd* at scsibus? target ? lun ? # SCSI CD-ROMs 140ch* at scsibus? target ? lun ? # SCSI changer devices 141ss* at scsibus? target ? lun ? # SCSI scanners 142ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices 143uk* at scsibus? target ? lun ? # unknown SCSI 144 145# Indy / Indigo^2 146imc0 at mainbus0 addr 0x1fa00000 147gio0 at imc0 148eisa0 at imc0 149 150hpc0 at gio? addr 0x1fb80000 151hpc1 at gio? addr 0x1fb00000 152hpc2 at gio? addr 0x1f980000 153 154# HPC devices 155sq* at hpc0 offset ? 156wdsc* at hpc0 offset ? 157dpclock* at hpc0 offset ? # IP20 158dsclock* at hpc0 offset ? # IP22/24 159haltwo* at hpc0 offset ? 160 161# 162# As always, the zs chip is wired funny, so channel 1 is actually the 163# first serial port and channel 0 is the second. 164# 165zsc* at hpc0 offset ? 166zstty* at zsc? channel ? 167 168#pbus0 at hpc0 169#pckbc0 at pbus0 device ? 170 171scsibus* at scsi? # HPC SCSI 172audio* at audiobus? 173 174# Pseudo-Devices 175 176# disk/mass storage pseudo-devices 177pseudo-device ccd 4 # concatenated/striped disk devices 178#pseudo-device cgd 4 # cryptographic disk devices 179#pseudo-device raid 4 # RAIDframe disk driver 180#options RAID_AUTOCONFIG # auto-configuration of RAID components 181pseudo-device md 1 # memory disk device (ramdisk) 182pseudo-device vnd 4 # disk-like interface to files 183 184# network pseudo-devices 185pseudo-device bpfilter 8 # Berkeley packet filter 186pseudo-device ipfilter # IP filter (firewall) and NAT 187pseudo-device loop # network loopback 188pseudo-device ppp 2 # Point-to-Point Protocol 189pseudo-device sl 2 # Serial Line IP 190pseudo-device strip 2 # Starmode Radio IP (Metricom) 191pseudo-device tun 2 # network tunneling over tty 192pseudo-device gre 2 # generic L3 over IP tunnel 193pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 194#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 195#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 196pseudo-device vlan # IEEE 802.1q encapsulation 197pseudo-device bridge # simple inter-network bridging 198#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 199 200# miscellaneous pseudo-devices 201pseudo-device pty # pseudo-terminals 202pseudo-device tb 1 # tablet line discipline 203pseudo-device sequencer 1 # MIDI sequencer 204pseudo-device rnd # /dev/random and in-kernel generator 205pseudo-device clockctl # user control of clock subsystem 206pseudo-device ksyms # /dev/ksyms 207#pseudo-device wsfont 208 209# a pseudo device needed for Coda # also needs CODA (above) 210pseudo-device vcoda 4 # coda minicache <-> venus comm. 211 212# pseudo devices used for IRIX binary compatibility 213pseudo-device irix_kmem # IRIX /dev/kmem 214pseudo-device irix_usema # IRIX /dev/usema 215