GENERIC32_IP2x revision 1.3
11.3Ssekiya# $NetBSD: GENERIC32_IP2x,v 1.3 2003/12/14 07:31:02 sekiya Exp $ 21.1Ssekiya# 31.1Ssekiya# Indy 41.1Ssekiya 51.1Ssekiyainclude "arch/sgimips/conf/std.sgimips" 61.1Ssekiya 71.1Ssekiyamakeoptions TEXTADDR=0x88069000 # Indy 81.1Ssekiya 91.1Ssekiyaoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 101.1Ssekiya 111.3Ssekiya#ident "GENERIC-$Revision: 1.3 $" 121.1Ssekiya 131.1Ssekiyamaxusers 32 141.1Ssekiya 151.1Ssekiya# CPU related options 161.3Ssekiyaoptions IP22 # Indigo / Indigo2 / Indy 171.1Ssekiya 181.1Ssekiyaoptions MIPS3 # MIPS3 support 191.1Ssekiya 201.1Ssekiya# Standard system options 211.1Ssekiya#options INSECURE # disable kernel security levels 221.1Ssekiya 231.1Ssekiya#options NTP # NTP phase/frequence locked loop 241.1Ssekiyaoptions KTRACE # system call tracing via ktrace(1) 251.1Ssekiyaoptions SYSTRACE # system call vetting via systrace(1) 261.1Ssekiya 271.1Ssekiyaoptions SYSVMSG # System V message queues 281.1Ssekiyaoptions SYSVSEM # System V semaphores 291.1Ssekiya#options SEMMNI=10 # number of semaphore identifiers 301.1Ssekiya#options SEMMNS=60 # number of semaphores in system 311.1Ssekiya#options SEMUME=10 # max number of undo entries per process 321.1Ssekiya#options SEMMNU=30 # number of undo structures in system 331.1Ssekiyaoptions SYSVSHM # System V shared memory 341.1Ssekiya#options SHMMAXPGS=1024 # 1024 pages is the default 351.1Ssekiya 361.1Ssekiya#options LKM # loadable kernel modules (XXX: working?) 371.1Ssekiya 381.1Ssekiyaoptions USERCONF # userconf(4) support 391.1Ssekiya#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 401.1Ssekiya 411.1Ssekiya# Enable experimental buffer queue strategy for better responsiveness under 421.1Ssekiya# high disk I/O load. Use it with caution - it's not proven to be stable yet. 431.1Ssekiya#options NEW_BUFQ_STRATEGY 441.1Ssekiya 451.1Ssekiya# Diagnostic/debugging support options 461.1Ssekiya#options DIAGNOSTIC # expensive kernel consistency checks 471.1Ssekiya#options DEBUG # expensive debugging checks/support 481.1Ssekiya#options KMEMSTATS # kernel memory statistics (vmstat -m) 491.1Ssekiyaoptions DDB # in-kernel debugger 501.1Ssekiyaoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 511.1Ssekiya#options KGDB # remote debugger 521.1Ssekiya#options KGDB_DEV=0x2301 # KGDB port - this is Serial(1) 531.1Ssekiya#options KGDB_DEVRATE=19200 # KGDB Baud Rate 541.1Ssekiya#makeoptions DEBUG="-g" # compile full symbol table 551.1Ssekiya 561.1Ssekiya# Compatibility options 571.1Ssekiyaoptions COMPAT_15 # NetBSD 1.5, 581.1Ssekiyaoptions COMPAT_16 591.1Ssekiya#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 601.1Ssekiya 611.1Ssekiyaoptions COMPAT_IRIX # binary compatibility with IRIX 621.1Ssekiya#options COMPAT_LINUX # binary compatibility with Linux 631.1Ssekiya#options COMPAT_ULTRIX # binary compatibility with Ultrix 641.1Ssekiya 651.1Ssekiya# File systems 661.1Ssekiyafile-system FFS # UFS 671.1Ssekiyafile-system EXT2FS # second extended file system (linux) 681.1Ssekiyafile-system LFS # log-structured file system 691.1Ssekiyafile-system MFS # memory file system 701.1Ssekiyafile-system NFS # Network File System client 711.1Ssekiyafile-system NTFS # Windows/NT file system (experimental) 721.1Ssekiyafile-system CD9660 # ISO 9660 + Rock Ridge file system 731.1Ssekiyafile-system MSDOSFS # MS-DOS file system 741.1Ssekiyafile-system FDESC # /dev/fd 751.1Ssekiyafile-system KERNFS # /kern 761.1Ssekiyafile-system NULLFS # loopback file system 771.1Ssekiyafile-system OVERLAY # overlay file system 781.1Ssekiyafile-system PORTAL # portal filesystem (still experimental) 791.1Ssekiyafile-system PROCFS # /proc 801.1Ssekiyafile-system UMAPFS # NULLFS + uid and gid remapping 811.1Ssekiyafile-system UNION # union file system 821.1Ssekiyafile-system CODA # Coda File System; also needs vcoda (below) 831.1Ssekiya 841.1Ssekiya# File system options 851.1Ssekiyaoptions QUOTA # UFS quotas 861.1Ssekiya#options FFS_EI # FFS Endian Independent support 871.1Ssekiyaoptions SOFTDEP # FFS soft updates support. 881.1Ssekiyaoptions NFSSERVER # Network File System server 891.1Ssekiya#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 901.1Ssekiya # immutable) behave as system flags. 911.1Ssekiya 921.1Ssekiya# Networking options 931.1Ssekiya#options GATEWAY # packet forwarding 941.1Ssekiyaoptions INET # IP + ICMP + TCP + UDP 951.1Ssekiyaoptions INET6 # IPV6 961.1Ssekiya#options IPSEC # IP security 971.1Ssekiya#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 981.1Ssekiya#options IPSEC_DEBUG # debug for IP security 991.1Ssekiya#options MROUTING # IP multicast routing 1001.1Ssekiyaoptions NS # XNS 1011.1Ssekiya#options NSIP # XNS tunneling over IP 1021.1Ssekiyaoptions ISO,TPIP # OSI 1031.1Ssekiya#options EON # OSI tunneling over IP 1041.1Ssekiyaoptions CCITT,LLC,HDLC # X.25 1051.1Ssekiyaoptions NETATALK # AppleTalk networking protocols 1061.1Ssekiyaoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1071.1Ssekiyaoptions PPP_DEFLATE # Deflate compression support for PPP 1081.1Ssekiyaoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1091.1Ssekiyaoptions PFIL_HOOKS # pfil(9) packet filter hooks 1101.1Ssekiyaoptions IPFILTER_LOG # ipmon(8) log support 1111.1Ssekiya#options IPFILTER_DEFAULT_BLOCK # block all packets by default 1121.1Ssekiya#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1131.1Ssekiya 1141.1Ssekiya# These options enable verbose messages for several subsystems. 1151.1Ssekiya# Warning, these may compile large string tables into the kernel! 1161.1Ssekiyaoptions MIIVERBOSE # verbose PHY autoconfig messages 1171.1Ssekiyaoptions PCIVERBOSE # verbose PCI device autoconfig messages 1181.1Ssekiya#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1191.1Ssekiyaoptions SCSIVERBOSE # human readable SCSI error messages 1201.1Ssekiya 1211.1Ssekiyaoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1221.1Ssekiya 1231.1Ssekiya#options MEMORY_DISK_HOOKS 1241.1Ssekiya#options MEMORY_DISK_IS_ROOT 1251.1Ssekiya#options MEMORY_DISK_SERVER=0 1261.1Ssekiya#options MINIROOTSIZE=8192 1271.1Ssekiya 1281.1Ssekiya#options SCSI_DELAY=5 1291.1Ssekiya 1301.1Ssekiya# Kernel root file system and dump configuration. 1311.1Ssekiyaconfig netbsd root on ? type ? 1321.1Ssekiya 1331.1Ssekiya# Main bus and CPU 1341.1Ssekiyamainbus0 at root 1351.1Ssekiyacpu0 at mainbus? 1361.1Ssekiya 1371.1Ssekiyasd* at scsibus? target ? lun ? # SCSI disks 1381.1Ssekiyast* at scsibus? target ? lun ? # SCSI tapes 1391.1Ssekiyacd* at scsibus? target ? lun ? # SCSI CD-ROMs 1401.1Ssekiyach* at scsibus? target ? lun ? # SCSI changer devices 1411.1Ssekiyass* at scsibus? target ? lun ? # SCSI scanners 1421.1Ssekiyases* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices 1431.1Ssekiyauk* at scsibus? target ? lun ? # unknown SCSI 1441.1Ssekiya 1451.1Ssekiya# Indy / Indigo^2 1461.1Ssekiyaimc0 at mainbus0 addr 0x1fa00000 1471.1Ssekiyagio0 at imc0 1481.1Ssekiyaeisa0 at imc0 1491.1Ssekiya 1501.1Ssekiyahpc0 at gio? addr 0x1fb80000 1511.1Ssekiyahpc1 at gio? addr 0x1fb00000 1521.1Ssekiyahpc2 at gio? addr 0x1f980000 1531.1Ssekiya 1541.1Ssekiya# HPC devices 1551.1Ssekiyasq* at hpc0 offset ? 1561.1Ssekiyawdsc* at hpc0 offset ? 1571.3Ssekiyadpclock* at hpc0 offset ? # IP20 1581.3Ssekiyadsclock* at hpc0 offset ? # IP22/24 1591.1Ssekiyahaltwo* at hpc0 offset ? 1601.1Ssekiya 1611.1Ssekiya# 1621.1Ssekiya# As always, the zs chip is wired funny, so channel 1 is actually the 1631.1Ssekiya# first serial port and channel 0 is the second. 1641.1Ssekiya# 1651.1Ssekiyazsc* at hpc0 offset ? 1661.1Ssekiyazstty* at zsc? channel ? 1671.1Ssekiya 1681.1Ssekiya#pbus0 at hpc0 1691.1Ssekiya#pckbc0 at pbus0 device ? 1701.1Ssekiya 1711.1Ssekiyascsibus* at scsi? # HPC SCSI 1721.1Ssekiyaaudio* at audiobus? 1731.1Ssekiya 1741.1Ssekiya# Pseudo-Devices 1751.1Ssekiya 1761.1Ssekiya# disk/mass storage pseudo-devices 1771.1Ssekiyapseudo-device ccd 4 # concatenated/striped disk devices 1781.1Ssekiya#pseudo-device cgd 4 # cryptographic disk devices 1791.1Ssekiya#pseudo-device raid 4 # RAIDframe disk driver 1801.1Ssekiya#options RAID_AUTOCONFIG # auto-configuration of RAID components 1811.1Ssekiyapseudo-device md 1 # memory disk device (ramdisk) 1821.1Ssekiyapseudo-device vnd 4 # disk-like interface to files 1831.1Ssekiya 1841.1Ssekiya# network pseudo-devices 1851.1Ssekiyapseudo-device bpfilter 8 # Berkeley packet filter 1861.1Ssekiyapseudo-device ipfilter # IP filter (firewall) and NAT 1871.1Ssekiyapseudo-device loop # network loopback 1881.1Ssekiyapseudo-device ppp 2 # Point-to-Point Protocol 1891.1Ssekiyapseudo-device sl 2 # Serial Line IP 1901.1Ssekiyapseudo-device strip 2 # Starmode Radio IP (Metricom) 1911.1Ssekiyapseudo-device tun 2 # network tunneling over tty 1921.1Ssekiyapseudo-device gre 2 # generic L3 over IP tunnel 1931.1Ssekiyapseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 1941.1Ssekiya#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 1951.1Ssekiya#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 1961.1Ssekiyapseudo-device vlan # IEEE 802.1q encapsulation 1971.1Ssekiyapseudo-device bridge # simple inter-network bridging 1981.1Ssekiya#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 1991.1Ssekiya 2001.1Ssekiya# miscellaneous pseudo-devices 2011.1Ssekiyapseudo-device pty # pseudo-terminals 2021.1Ssekiyapseudo-device tb 1 # tablet line discipline 2031.1Ssekiyapseudo-device sequencer 1 # MIDI sequencer 2041.1Ssekiyapseudo-device rnd # /dev/random and in-kernel generator 2051.1Ssekiyapseudo-device clockctl # user control of clock subsystem 2061.1Ssekiyapseudo-device ksyms # /dev/ksyms 2071.1Ssekiya#pseudo-device wsfont 2081.1Ssekiya 2091.1Ssekiya# a pseudo device needed for Coda # also needs CODA (above) 2101.1Ssekiyapseudo-device vcoda 4 # coda minicache <-> venus comm. 2111.1Ssekiya 2121.1Ssekiya# pseudo devices used for IRIX binary compatibility 2131.1Ssekiyapseudo-device irix_kmem # IRIX /dev/kmem 2141.1Ssekiyapseudo-device irix_usema # IRIX /dev/usema 215