GENERIC revision 1.21
1# $NetBSD: GENERIC,v 1.21 1995/06/09 21:53:30 gwr Exp $ 2 3# 4# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) 5# Supports root on: ie0, le0, sd*, ... 6# 7 8include "std.sun3" 9 10# Machines to be supported by this kernel 11options GENERIC 12options FPU_EMULATE 13options HAVECACHE # Sun3/260 VAC 14 15# Needs to be set per system. i.e change these as you see fit 16maxusers 4 17options TIMEZONE=300 # minutes west of GMT (for param.c) 18options DST=2 # daylight savings rules (for param.c) 19 20# Standard system options 21options SWAPPAGER, VNODEPAGER, DEVPAGER # paging 22options KTRACE # system call tracing support 23#makeoptions DEBUG="-g" # symbols for kgdb + nm 24options DDB 25 26# Filesystem options 27options NFSSERVER # nfs server support 28options NFSCLIENT # nfs client support 29options FFS # ufs file system 30# 31options CD9660 # ISO 9660 + Rock Ridge file system 32options FDESC # /dev/fd/* 33options FIFO # FIFOs; RECOMMENDED 34options KERNFS # /kern 35options NULLFS # loopback file system 36options PROCFS # /proc 37options UNION # union file system 38 39# Networking options 40options INET # IP prototol stack support 41# XXX - Work-around for slow SunOS/Sun3 servers (sigh...) 42options NFS_BOOT_RWSIZE=1024 43 44# Compatability options 45options COMPAT_SUNOS # can run SunOS 4.1.1 executables 46options COMPAT_09 # NetBSD 0.9, 47options COMPAT_10 # NetBSD 1.0, 48options COMPAT_43 # and 4.3BSD 49options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 50 51# Sun3-specific debugging options 52options CONTEXT_DEBUG 53options PMAP_DEBUG 54#options VMFAULT_TRACE 55#options SYSCALL_DEBUG 56options EXEC_DEBUG 57options DIAGNOSTIC 58options SCSIDEBUG 59 60config netbsd swap generic 61 62# Devices 63 64bwtwo0 at obmem0 addr ? 65cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 66cgfour0 at obmem0 addr ? 67 68ie0 at obio0 addr ? level ? 69ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 70 71le0 at obio0 addr ? level ? 72 73si0 at obio0 addr ? level ? 74si0 at vmes0 addr 0xff200000 level 2 vect 0x40 75si1 at vmes0 addr 0xff204000 level 2 vect 0x41 76 77scsibus* at scsi? 78 79# Sun compatible scsi device mappings 80sd0 at scsibus? target 0 lun 0 81sd1 at scsibus? target 0 lun 1 82sd2 at scsibus? target 1 lun 0 83sd3 at scsibus? target 1 lun 1 84sd* at scsibus? target ? lun ? 85 86st0 at scsibus? target 4 lun 0 87st1 at scsibus? target 5 lun 0 88st* at scsibus? target ? lun ? 89 90cd0 at scsibus? target 6 lun 0 91cd* at scsibus? target ? lun ? 92 93#ch* at scsibus? target ? lun ? 94 95pseudo-device loop 1 # network loopback 96pseudo-device bpfilter 8 # packet filter 97pseudo-device sl 2 # CSLIP 98pseudo-device ppp 2 # PPP 99pseudo-device tun 2 # network tunneling over tty 100 101pseudo-device pty 64 # pseudo-terminals 102#pseudo-device vnd 4 # paging to files 103