DISKLESS3X revision 1.13
11.13Sgwr# $NetBSD: DISKLESS3X,v 1.13 1998/02/08 05:10:46 gwr Exp $ 21.1Sgwr 31.12Sgwr# DISKLESS Sun3X (3/80, 3/470) 41.3Sgwr# Root and swap on NFS 51.1Sgwr# Includes devices needed to run as an X-terminal 61.1Sgwr 71.13Sgwrinclude "arch/sun3/conf/std.sun3x" 81.1Sgwr 91.13Sgwr# Machines to be supported by this kernel 101.13Sgwr# options FPU_EMULATE # XXX - Ever needed? 111.12Sgwr# options HAVE_IOCACHE # XXX - Not yet supported. 121.1Sgwr 131.1Sgwr# Needs to be set per system. i.e change these as you see fit 141.9Sgwrmaxusers 2 151.1Sgwr 161.1Sgwr# Standard system options 171.8Sgwroptions KTRACE # system call tracing 181.8Sgwroptions SYSVMSG # System V message queues 191.8Sgwroptions SYSVSEM # System V semaphores 201.8Sgwroptions SYSVSHM # System V shared memory 211.8Sgwr#options SHMMAXPGS=1024 # 1024 pages is the default 221.8Sgwr#options LKM # loadable kernel modules 231.8Sgwr#options INSECURE # disable kernel security level 241.8Sgwr#options UCONSOLE # Allow non-root TIOCCONS 251.1Sgwr 261.8Sgwr# Which kernel debugger? Uncomment either this: 271.8Sgwroptions DDB 281.3Sgwr# ... or these for KGDB (gdb remote target) 291.8Sgwr#makeoptions DEBUG="-g" # debugging symbols for gdb 301.1Sgwr#options KGDB 311.8Sgwr#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01 321.8Sgwr 331.8Sgwr# Other debugging options 341.10Slukem#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 351.8Sgwr#options DEBUG # kernel debugging code 361.8Sgwr#options DIAGNOSTIC # extra kernel sanity checking 371.8Sgwr#options KMEMSTATS # kernel memory statistics (vmstat -m) 381.8Sgwr#options PMAP_DEBUG 391.8Sgwr 401.8Sgwr# Compatability options 411.8Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 421.8Sgwroptions COMPAT_43 # and 4.3BSD and ... 431.9Sgwroptions COMPAT_10 # NetBSD 1.0 441.9Sgwroptions COMPAT_11 # NetBSD 1.1 451.8Sgwroptions COMPAT_12 # NetBSD 1.2 461.11Skleinkoptions COMPAT_13 # NetBSD 1.3 471.1Sgwr 481.1Sgwr# Filesystem options 491.9Sgwr#file-system FFS # Berkeley Fast Filesystem 501.8Sgwrfile-system NFS # Sun NFS client support 511.9Sgwr#file-system CD9660 # ISO 9660 + Rock Ridge file system 521.9Sgwr#file-system MSDOSFS # MS-DOS FAT file system 531.6Slukemfile-system FDESC # /dev/fd/* 541.6Slukemfile-system KERNFS # /kern 551.6Slukemfile-system NULLFS # loopback file system 561.6Slukemfile-system PROCFS # /proc 571.9Sgwr#file-system UNION # union file system 581.9Sgwr#file-system MFS # memory-based filesystem 591.2Sthorpej 601.1Sgwroptions FIFO # FIFOs; RECOMMENDED 611.9Sgwr#options NFSSERVER # nfs server support 621.9Sgwr#options QUOTA # FFS quotas 631.1Sgwr 641.1Sgwr# Networking options 651.1Sgwroptions INET # IP prototol stack support 661.8Sgwroptions TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 671.6Slukem#options GATEWAY # IP packet forwarding 681.9Sgwr#options ISO,TPIP # OSI networking 691.9Sgwr#options EON # OSI tunneling over IP 701.9Sgwr#options CCITT,LLC,HDLC # X.25 711.9Sgwr#options PFIL_HOOKS # pfil(9) packet filter hooks. 721.8Sgwr 731.8Sgwr# Work-around for root on slow servers (insurance...) 741.1Sgwroptions NFS_BOOT_RWSIZE=1024 751.12Sgwroptions NFS_BOOT_BOOTPARAM 761.1Sgwr 771.2Sthorpejconfig netbsd root on ? type nfs 781.1Sgwr 791.12Sgwr# On-board I/O space (required) 801.12Sgwrinclude "arch/sun3/conf/obio.sun3x" 811.12Sgwr 821.12Sgwr# On-board memory (optional) 831.12Sgwr# See frame-buffers 841.12Sgwrobmem0 at mainbus? 851.12Sgwr 861.1Sgwr# 871.1Sgwr# Serial ports 881.1Sgwr# 891.6Slukemzstty0 at zsc1 channel 0 # ttya 901.6Slukemzstty1 at zsc1 channel 1 # ttyb 911.1Sgwr 921.6Slukemkbd0 at zsc0 channel 0 # keyboard 931.6Slukemms0 at zsc0 channel 1 # mouse 941.1Sgwr 951.1Sgwr# 961.1Sgwr# Network devices 971.1Sgwr# 981.1Sgwr 991.12Sgwr# Intel Ethernet (onboard, or VME) 1001.8Sgwrie0 at obio0 addr 0x65000000 ipl 3 1011.12Sgwr#ie1 at vme2 addr 0xe88000 ipl 3 vect 0x75 1021.8Sgwr 1031.1Sgwr# Lance Ethernet (only onboard) 1041.1Sgwrle0 at obio0 addr 0x65002000 ipl 3 1051.1Sgwr 1061.1Sgwr# 1071.1Sgwr# Frame buffer devices 1081.1Sgwr# 1091.1Sgwr 1101.13Sgwr# P4 Monochrome frame buffer. 1111.13Sgwrbwtwo0 at obmem0 addr 0x50300000 1121.13Sgwr 1131.13Sgwr# P4 8-bit color frame buffer 1141.13Sgwrcgfour0 at obmem0 addr 0x50300000 1151.13Sgwr 1161.13Sgwr# P4 accelerated 8-bit color frame buffer 1171.13Sgwr# cgsix0 at obmem0 addr 0x50000000 1181.13Sgwr 1191.13Sgwr# P4 24-bit color frame buffer 1201.13Sgwr# cgeight0 at obmem0 addr 0x50300000 1211.13Sgwr 1221.13Sgwr# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16). 1231.13Sgwr# This driver is going to need work in its mmap function. 1241.13Sgwr# cgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8 1251.13Sgwr 1261.13Sgwr# Support for the CG9 24-bit frame buffer (VME A32/D32). 1271.13Sgwr# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA 1281.1Sgwr 1291.1Sgwr# Misc. 1301.6Slukempseudo-device loop 1 # network loopback 1311.9Sgwrpseudo-device bpfilter 8 # packet filter 1321.8Sgwrpseudo-device sl 2 # CSLIP 1331.8Sgwrpseudo-device ppp 2 # PPP 1341.9Sgwrpseudo-device tun 2 # network tunneling over tty 1351.9Sgwr#pseudo-device ipfilter # ip filter 1361.1Sgwr 1371.6Slukempseudo-device pty 32 # pseudo-terminals 138