DISKLESS3X revision 1.24
1# $NetBSD: DISKLESS3X,v 1.24 2002/04/12 08:11:24 gmcgarry Exp $ 2 3# DISKLESS - Root and swap on NFS 4# Desktop machines only (3/80) 5# 6# Includes devices needed to run as an X-terminal 7 8include "arch/sun3/conf/std.sun3x" 9 10# Machines to be supported by this kernel 11# options FPU_EMULATE # XXX - Ever needed? 12# options HAVE_IOCACHE # XXX - Not yet supported. 13 14# Needs to be set per system. i.e change these as you see fit 15maxusers 2 16 17# Standard system options 18#options KTRACE # system call tracing 19#options SYSVMSG # System V message queues 20#options SYSVSEM # System V semaphores 21#options SYSVSHM # System V shared memory 22#options SHMMAXPGS=1024 # 1024 pages is the default 23#options LKM # loadable kernel modules 24#options INSECURE # disable kernel security level 25#options UCONSOLE # Allow non-root TIOCCONS 26#options USERCONF # userconf(4) support 27#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 28 29# Which kernel debugger? Uncomment either this: 30#options DDB 31# ... or these for KGDB (gdb remote target) 32#makeoptions DEBUG="-g" # debugging symbols for gdb 33#options KGDB 34#options KGDB_DEV=0x0C01 # ttya=0C00 ttyb=0C01 35 36# Other debugging options 37#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 38#options DEBUG # kernel debugging code 39#options DIAGNOSTIC # extra kernel sanity checking 40#options KMEMSTATS # kernel memory statistics (vmstat -m) 41#options PMAP_DEBUG 42 43# Compatibility options 44#options COMPAT_SUNOS # can run SunOS 4.1.1 executables 45#options COMPAT_43 # and 4.3BSD and ... 46#options COMPAT_10 # NetBSD 1.0 47#options COMPAT_11 # NetBSD 1.1 48#options COMPAT_12 # NetBSD 1.2 49options COMPAT_13 # NetBSD 1.3 50options COMPAT_14 # NetBSD 1.4 51#options COMPAT_LINUX # can run Linux/m68k executables 52#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 53 54# Filesystem options 55#file-system FFS # Berkeley Fast Filesystem 56file-system NFS # Sun NFS client support 57#file-system CD9660 # ISO 9660 + Rock Ridge file system 58#file-system MSDOSFS # MS-DOS FAT file system 59#file-system FDESC # /dev/fd/* 60#file-system KERNFS # /kern 61#file-system NULLFS # loopback file system 62#file-system PROCFS # /proc 63#file-system UNION # union file system 64#file-system MFS # memory-based filesystem 65 66#options NFSSERVER # nfs server support 67#options QUOTA # FFS quotas 68#options FFS_EI # FFS Endian Independant support 69 70# Networking options 71options INET # IP prototol stack support 72#options GATEWAY # IP packet forwarding 73#options ISO,TPIP # OSI networking 74#options EON # OSI tunneling over IP 75#options CCITT,LLC,HDLC # X.25 76#options PFIL_HOOKS # pfil(9) packet filter hooks. 77#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 78 79# Work-around for root on slow servers (insurance...) 80options NFS_BOOT_RWSIZE=1024 81options NFS_BOOT_BOOTPARAM 82 83config netbsd root on ? type nfs 84 85# On-board I/O space (required) 86include "arch/sun3/conf/obio.sun3x" 87 88# On-board memory (optional) 89# See frame-buffers 90obmem0 at mainbus? 91 92# VME bus support (optional) 93# (none on desktop machines) 94 95# 96# Serial ports 97# 98zstty0 at zsc1 channel 0 # ttya 99zstty1 at zsc1 channel 1 # ttyb 100 101kbd0 at zsc0 channel 0 # keyboard 102ms0 at zsc0 channel 1 # mouse 103 104# 105# Network devices 106# 107 108# Intel Ethernet (onboard, or VME) 109#ie0 at obio0 addr 0x65000000 ipl 3 110#ie1 at vme2 addr 0xe88000 ipl 3 vect 0x75 111 112# Lance Ethernet (only onboard) 113le0 at obio0 addr 0x65002000 ipl 3 114 115# 116# Frame buffer devices 117# 118 119# P4 Monochrome frame buffer. 120bwtwo0 at obmem0 addr 0x50300000 121 122# P4 8-bit color frame buffer 123cgfour0 at obmem0 addr 0x50300000 124 125# P4 accelerated 8-bit color frame buffer 126# cgsix0 at obmem0 addr 0x50000000 127 128# P4 24-bit color frame buffer 129# cgeight0 at obmem0 addr 0x50300000 130 131# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16). 132# This driver is going to need work in its mmap function. 133# cgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8 134 135# Support for the CG9 24-bit frame buffer (VME A32/D32). 136# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA 137 138# Misc. 139pseudo-device loop 1 # network loopback 140pseudo-device bpfilter 8 # packet filter 141pseudo-device sl 2 # CSLIP 142pseudo-device ppp 2 # PPP 143pseudo-device tun 2 # network tunneling over tty 144#pseudo-device gre 2 # generic L3 over IP tunnel 145#pseudo-device ipfilter # ip filter 146 147pseudo-device pty # pseudo-terminals 148