GENERIC32_IP2x revision 1.1
11.1Ssekiya# $NetBSD: GENERIC32_IP2x,v 1.1 2003/11/13 02:31:46 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.1Ssekiya#ident "GENERIC-$Revision: 1.1 $" 121.1Ssekiya 131.1Ssekiyamaxusers 32 141.1Ssekiya 151.1Ssekiya# CPU related options 161.1Ssekiya#options IP20 # Indigo R4k 171.1Ssekiyaoptions IP22 # Indy / Indigo2 181.1Ssekiya 191.1Ssekiyaoptions MIPS3 # MIPS3 support 201.1Ssekiya 211.1Ssekiya# Standard system options 221.1Ssekiya#options INSECURE # disable kernel security levels 231.1Ssekiya 241.1Ssekiya#options NTP # NTP phase/frequence locked loop 251.1Ssekiyaoptions KTRACE # system call tracing via ktrace(1) 261.1Ssekiyaoptions SYSTRACE # system call vetting via systrace(1) 271.1Ssekiya 281.1Ssekiyaoptions SYSVMSG # System V message queues 291.1Ssekiyaoptions SYSVSEM # System V semaphores 301.1Ssekiya#options SEMMNI=10 # number of semaphore identifiers 311.1Ssekiya#options SEMMNS=60 # number of semaphores in system 321.1Ssekiya#options SEMUME=10 # max number of undo entries per process 331.1Ssekiya#options SEMMNU=30 # number of undo structures in system 341.1Ssekiyaoptions SYSVSHM # System V shared memory 351.1Ssekiya#options SHMMAXPGS=1024 # 1024 pages is the default 361.1Ssekiya 371.1Ssekiya#options LKM # loadable kernel modules (XXX: working?) 381.1Ssekiya 391.1Ssekiyaoptions USERCONF # userconf(4) support 401.1Ssekiya#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 411.1Ssekiya 421.1Ssekiya# Enable experimental buffer queue strategy for better responsiveness under 431.1Ssekiya# high disk I/O load. Use it with caution - it's not proven to be stable yet. 441.1Ssekiya#options NEW_BUFQ_STRATEGY 451.1Ssekiya 461.1Ssekiya# Diagnostic/debugging support options 471.1Ssekiya#options DIAGNOSTIC # expensive kernel consistency checks 481.1Ssekiya#options DEBUG # expensive debugging checks/support 491.1Ssekiya#options KMEMSTATS # kernel memory statistics (vmstat -m) 501.1Ssekiyaoptions DDB # in-kernel debugger 511.1Ssekiyaoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 521.1Ssekiya#options KGDB # remote debugger 531.1Ssekiya#options KGDB_DEV=0x2301 # KGDB port - this is Serial(1) 541.1Ssekiya#options KGDB_DEVRATE=19200 # KGDB Baud Rate 551.1Ssekiya#makeoptions DEBUG="-g" # compile full symbol table 561.1Ssekiya 571.1Ssekiya# Compatibility options 581.1Ssekiyaoptions COMPAT_15 # NetBSD 1.5, 591.1Ssekiyaoptions COMPAT_16 601.1Ssekiya#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 611.1Ssekiya 621.1Ssekiyaoptions COMPAT_IRIX # binary compatibility with IRIX 631.1Ssekiya#options COMPAT_LINUX # binary compatibility with Linux 641.1Ssekiya#options COMPAT_ULTRIX # binary compatibility with Ultrix 651.1Ssekiya 661.1Ssekiya# File systems 671.1Ssekiyafile-system FFS # UFS 681.1Ssekiyafile-system EXT2FS # second extended file system (linux) 691.1Ssekiyafile-system LFS # log-structured file system 701.1Ssekiyafile-system MFS # memory file system 711.1Ssekiyafile-system NFS # Network File System client 721.1Ssekiyafile-system NTFS # Windows/NT file system (experimental) 731.1Ssekiyafile-system CD9660 # ISO 9660 + Rock Ridge file system 741.1Ssekiyafile-system MSDOSFS # MS-DOS file system 751.1Ssekiyafile-system FDESC # /dev/fd 761.1Ssekiyafile-system KERNFS # /kern 771.1Ssekiyafile-system NULLFS # loopback file system 781.1Ssekiyafile-system OVERLAY # overlay file system 791.1Ssekiyafile-system PORTAL # portal filesystem (still experimental) 801.1Ssekiyafile-system PROCFS # /proc 811.1Ssekiyafile-system UMAPFS # NULLFS + uid and gid remapping 821.1Ssekiyafile-system UNION # union file system 831.1Ssekiyafile-system CODA # Coda File System; also needs vcoda (below) 841.1Ssekiya 851.1Ssekiya# File system options 861.1Ssekiyaoptions QUOTA # UFS quotas 871.1Ssekiya#options FFS_EI # FFS Endian Independent support 881.1Ssekiyaoptions SOFTDEP # FFS soft updates support. 891.1Ssekiyaoptions NFSSERVER # Network File System server 901.1Ssekiya#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 911.1Ssekiya # immutable) behave as system flags. 921.1Ssekiya 931.1Ssekiya# Networking options 941.1Ssekiya#options GATEWAY # packet forwarding 951.1Ssekiyaoptions INET # IP + ICMP + TCP + UDP 961.1Ssekiyaoptions INET6 # IPV6 971.1Ssekiya#options IPSEC # IP security 981.1Ssekiya#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 991.1Ssekiya#options IPSEC_DEBUG # debug for IP security 1001.1Ssekiya#options MROUTING # IP multicast routing 1011.1Ssekiyaoptions NS # XNS 1021.1Ssekiya#options NSIP # XNS tunneling over IP 1031.1Ssekiyaoptions ISO,TPIP # OSI 1041.1Ssekiya#options EON # OSI tunneling over IP 1051.1Ssekiyaoptions CCITT,LLC,HDLC # X.25 1061.1Ssekiyaoptions NETATALK # AppleTalk networking protocols 1071.1Ssekiyaoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1081.1Ssekiyaoptions PPP_DEFLATE # Deflate compression support for PPP 1091.1Ssekiyaoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1101.1Ssekiyaoptions PFIL_HOOKS # pfil(9) packet filter hooks 1111.1Ssekiyaoptions IPFILTER_LOG # ipmon(8) log support 1121.1Ssekiya#options IPFILTER_DEFAULT_BLOCK # block all packets by default 1131.1Ssekiya#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1141.1Ssekiya 1151.1Ssekiya# These options enable verbose messages for several subsystems. 1161.1Ssekiya# Warning, these may compile large string tables into the kernel! 1171.1Ssekiyaoptions MIIVERBOSE # verbose PHY autoconfig messages 1181.1Ssekiyaoptions PCIVERBOSE # verbose PCI device autoconfig messages 1191.1Ssekiya#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1201.1Ssekiyaoptions SCSIVERBOSE # human readable SCSI error messages 1211.1Ssekiya 1221.1Ssekiyaoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1231.1Ssekiya 1241.1Ssekiya#options MEMORY_DISK_HOOKS 1251.1Ssekiya#options MEMORY_DISK_IS_ROOT 1261.1Ssekiya#options MEMORY_DISK_SERVER=0 1271.1Ssekiya#options MINIROOTSIZE=8192 1281.1Ssekiya 1291.1Ssekiya#options SCSI_DELAY=5 1301.1Ssekiya 1311.1Ssekiya# Kernel root file system and dump configuration. 1321.1Ssekiyaconfig netbsd root on ? type ? 1331.1Ssekiya 1341.1Ssekiya# Main bus and CPU 1351.1Ssekiyamainbus0 at root 1361.1Ssekiyacpu0 at mainbus? 1371.1Ssekiya 1381.1Ssekiyasd* at scsibus? target ? lun ? # SCSI disks 1391.1Ssekiyast* at scsibus? target ? lun ? # SCSI tapes 1401.1Ssekiyacd* at scsibus? target ? lun ? # SCSI CD-ROMs 1411.1Ssekiyach* at scsibus? target ? lun ? # SCSI changer devices 1421.1Ssekiyass* at scsibus? target ? lun ? # SCSI scanners 1431.1Ssekiyases* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices 1441.1Ssekiyauk* at scsibus? target ? lun ? # unknown SCSI 1451.1Ssekiya 1461.1Ssekiya# Indy / Indigo^2 1471.1Ssekiyaimc0 at mainbus0 addr 0x1fa00000 1481.1Ssekiyagio0 at imc0 1491.1Ssekiyaeisa0 at imc0 1501.1Ssekiya 1511.1Ssekiyahpc0 at gio? addr 0x1fb80000 1521.1Ssekiyahpc1 at gio? addr 0x1fb00000 1531.1Ssekiyahpc2 at gio? addr 0x1f980000 1541.1Ssekiya 1551.1Ssekiya# HPC devices 1561.1Ssekiyasq* at hpc0 offset ? 1571.1Ssekiyawdsc* at hpc0 offset ? 1581.1Ssekiyadsclock* at hpc0 offset ? 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