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