DISKLESS revision 1.14
11.14Sjtc# $NetBSD: DISKLESS,v 1.14 1996/10/08 18:01:47 jtc Exp $ 21.3Sgwr 31.1Sgwr# 41.7Sgwr# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) 51.10Sgwr# Root and swap on NFS (no choice) 61.10Sgwr# Includes devices needed to run as an X-terminal 71.3Sgwr# 81.1Sgwr 91.14Sjtcinclude "arch/sun3/conf/std.sun3" 101.1Sgwr 111.1Sgwr# Machines to be supported by this kernel 121.6Sgwroptions FPU_EMULATE 131.7Sgwroptions HAVECACHE # Sun3/260 VAC 141.1Sgwr 151.1Sgwr# Needs to be set per system. i.e change these as you see fit 161.1Sgwrmaxusers 4 171.9Sgwr 181.1Sgwr# Standard system options 191.12Sgwroptions SWAPPAGER, VNODEPAGER, DEVPAGER # paging 201.12Sgwroptions KTRACE # system call tracing support 211.12Sgwr#makeoptions DEBUG="-g" # symbols for kgdb + nm 221.11Sgwr#options DDB 231.1Sgwr 241.1Sgwr# Filesystem options 251.1Sgwroptions NFSCLIENT # nfs client support 261.7Sgwr# 271.7Sgwroptions FDESC # /dev/fd/* 281.12Sgwroptions FIFO # FIFOs; RECOMMENDED 291.12Sgwroptions KERNFS # /kern 301.12Sgwroptions NULLFS # loopback file system 311.8Sgwr#options PROCFS # /proc 321.7Sgwr#options UNION # union file system 331.1Sgwr 341.1Sgwr# Networking options 351.12Sgwroptions INET # IP prototol stack support 361.10Sgwr# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...) 371.6Sgwroptions NFS_BOOT_RWSIZE=1024 381.1Sgwr 391.4Sgwr# Compatability options 401.11Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 411.10Sgwr#options COMPAT_09 # NetBSD 0.9, 421.11Sgwroptions COMPAT_10 # NetBSD 1.0, 431.12Sgwroptions COMPAT_11 # NetBSD 1.1, 441.13Smrgoptions COMPAT_12 # NetBSD 1.2, 451.11Sgwroptions COMPAT_43 # and 4.3BSD 461.11Sgwroptions TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 471.12Sgwroptions UCONSOLE # Allow non-root TIOCCONS 481.1Sgwr 491.1Sgwr# Sun3-specific debugging options 501.10Sgwr#options PMAP_DEBUG 511.1Sgwr#options VMFAULT_TRACE 521.1Sgwr#options SYSCALL_DEBUG 531.10Sgwr#options EXEC_DEBUG 541.10Sgwr#options DIAGNOSTIC 551.1Sgwr 561.7Sgwrconfig netbsd root on nfs swap on nfs 571.1Sgwr 581.11Sgwr# 591.12Sgwr# Serial ports 601.12Sgwr# 611.12Sgwrzstty0 at zsc1 channel 0 # ttya 621.12Sgwrzstty1 at zsc1 channel 1 # ttyb 631.12Sgwr 641.12Sgwrkbd0 at zsc0 channel 0 # keyboard 651.12Sgwrms0 at zsc0 channel 1 # mouse 661.12Sgwr 671.12Sgwr# 681.11Sgwr# Network devices 691.11Sgwr# 701.1Sgwr 711.11Sgwr# Intel Ethernet (onboard, or VME) 721.6Sgwrie0 at obio0 addr ? level ? 731.7Sgwrie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 741.6Sgwr 751.11Sgwr# Lance Ethernet (only onboard) 761.6Sgwrle0 at obio0 addr ? level ? 771.6Sgwr 781.11Sgwr# 791.11Sgwr# Frame buffer devices 801.11Sgwr# 811.11Sgwr 821.11Sgwr# The default cgfour address depends on the machine: 831.12Sgwr# 3/60: obmem 0xFF200000 .. 0xFF9fffff 841.11Sgwr# 3/110: different? (not tested) 851.11Sgwrcgfour0 at obmem0 addr ? 861.11Sgwr 871.11Sgwr# 3/60 P4 accelerated 8-bit color frame buffer 881.11Sgwr# cgsix0 at obmem0 addr ? 891.11Sgwr 901.11Sgwr# 3/60 P4 24-bit color frame buffer 911.11Sgwr# cgeight0 at obmem0 addr ? 921.11Sgwr 931.11Sgwr# The default bwtwo address depends on the machine: 941.12Sgwr# 3/50: obmem 0x100000 951.12Sgwr# else: obmem 0xff000000 961.11Sgwrbwtwo0 at obmem0 addr ? 971.11Sgwr# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer 981.11Sgwr#bwtwo1 at obmem0 addr 0xff300000 991.11Sgwr# 3/60 plug-in color frame buffer overlay plane 1001.11Sgwr#bwtwo1 at obmem0 addr 0xff400000 1011.11Sgwr 1021.11Sgwr# Sun-3 color board, or CG5 8-bit VME frame buffer. 1031.11Sgwrcgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 1041.11Sgwr 1051.11Sgwr# Support for the CG9 24-bit VME frame buffer. 1061.11Sgwr# cgnine0 at vmel0 addr 0x08000000 1071.11Sgwr 1081.11Sgwr# Misc. 1091.6Sgwrpseudo-device loop 1 # network loopback 1101.11Sgwr#pseudo-device bpfilter 8 # packet filter 1111.10Sgwr#pseudo-device sl 2 # CSLIP 1121.10Sgwr#pseudo-device ppp 2 # PPP 1131.10Sgwr#pseudo-device tun 2 # network tunneling over tty 1141.6Sgwr 1151.6Sgwrpseudo-device pty 32 # pseudo-terminals 1161.6Sgwr#pseudo-device vnd 4 # paging to files 117