INSTALL revision 1.49
11.49Stsutsui# $NetBSD: INSTALL,v 1.49 2014/07/26 17:34:31 tsutsui Exp $ 21.1Sfredette 31.1Sfredette# INSTALL Sun2 (2/120, 2/170, 2/50, ...) 41.1Sfredette 51.1Sfredetteinclude "arch/sun2/conf/std.sun2" 61.1Sfredette 71.12Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 81.12Satatat 91.49Stsutsui#ident "INSTALL-$Revision: 1.49 $" 101.33Stsutsui 111.33Stsutsuimakeoptions COPTS="-Os" # optimize for size 121.1Sfredette 131.1Sfredette# Machines to be supported by this kernel 141.1Sfredette#options FPU_EMULATE 151.1Sfredette 161.1Sfredette# Needs to be set per system. i.e change these as you see fit 171.1Sfredettemaxusers 2 181.1Sfredette 191.1Sfredette# Standard system options 201.1Sfredette#options KTRACE # system call tracing 211.1Sfredette#options SYSVMSG # System V message queues 221.1Sfredette#options SYSVSEM # System V semaphores 231.1Sfredette#options SYSVSHM # System V shared memory 241.1Sfredette#options INSECURE # disable kernel security level 251.13Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 261.17Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 271.1Sfredette 281.1Sfredette# Which kernel debugger? Uncomment either this: 291.1Sfredette#options DDB 301.1Sfredette# ... or these for KGDB (gdb remote target) 311.6Slukem#makeoptions DEBUG="-g" # debugging symbols for gdb 321.1Sfredette#options KGDB 331.5Slukem#options KGDB_DEV=0x0C00 # ttya=0C00 ttyb=0C01 341.1Sfredette 351.1Sfredette# Other debugging options 361.1Sfredette#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 371.1Sfredette#options DEBUG # kernel debugging code 381.1Sfredette#options DIAGNOSTIC # extra kernel sanity checking 391.49Stsutsui#options USERCONF # userconf(4) support 401.1Sfredette#options KMEMSTATS # kernel memory statistics (vmstat -m) 411.1Sfredette#options PMAP_DEBUG 421.1Sfredette#options SCSIDEBUG 431.1Sfredette#options SCSIVERBOSE # Verbose SCSI errors 441.1Sfredette 451.2Swiz# Compatibility options 461.1Sfredette#options COMPAT_SUNOS # can run SunOS 4.1.1 executables 471.1Sfredette#options COMPAT_43 # and 4.3BSD and ... 481.7Sfredette#options COMPAT_AOUT_M68K # support for NetBSD a.out executables 491.7Sfredette#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 501.49Stsutsui#options EXEC_AOUT # support for a.out executables 511.18Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 521.1Sfredette 531.1Sfredette# Filesystem options 541.1Sfredettefile-system FFS # Berkeley Fast Filesystem 551.1Sfredettefile-system NFS # Sun NFS client support 561.1Sfredettefile-system CD9660 # ISO 9660 + Rock Ridge file system 571.1Sfredette#file-system FDESC # /dev/fd/* 581.9Sfredettefile-system KERNFS # /kern 591.1Sfredette#file-system NULLFS # loopback file system 601.1Sfredette#file-system OVERLAY # overlay file system 611.1Sfredette#file-system PROCFS # /proc 621.1Sfredette#file-system UNION # union file system 631.1Sfredette#file-system MFS # memory-based filesystem 641.23Schristos#file-system PTYFS # /dev/pts/N support 651.1Sfredette 661.1Sfredette#options NFSSERVER # nfs server support 671.40Sbouyer#options QUOTA # legacy UFS quotas 681.40Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 691.41Swiz#options FFS_EI # FFS Endian Independent support 701.35Stsutsuioptions NFS_V2_ONLY # Exclude NFS3 code to save space 711.25Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 721.1Sfredette 731.1Sfredette# Networking options 741.24Sisakioptions INET # IP protocol stack support 751.1Sfredette#options INET6 # IPV6 761.1Sfredette#options IPSEC # IP security 771.1Sfredette#options IPSEC_DEBUG # debug for IP security 781.1Sfredette#options GATEWAY # IP packet forwarding 791.4Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 801.1Sfredette 811.1Sfredette# Work-around for root on slow servers (insurance...) 821.1Sfredetteoptions NFS_BOOT_RWSIZE=1024 831.1Sfredetteoptions NFS_BOOT_BOOTPARAM 841.1Sfredette 851.1Sfredetteconfig netbsd root on ? type ? 861.1Sfredette 871.1Sfredette#### Main bus. 881.1Sfredettemainbus0 at root 891.1Sfredette 901.1Sfredette#### Bus types. 911.1Sfredette 921.1Sfredetteobio0 at mainbus? # all Sun-2 931.1Sfredetteobmem0 at mainbus? # all Sun-2 941.1Sfredettembmem0 at mainbus? # 2/120, 2/170 951.1Sfredettembio0 at mainbus? # 2/120, 2/170 961.3Sfredettesun68kvme0 at mainbus? # 2/50, 2/130, 2/160 971.3Sfredettevme0 at sun68kvme0 # mi VME attachment 981.1Sfredette 991.1Sfredette#### Standard system devices. 1001.1Sfredette 1011.1Sfredette## The AM9513 clock chip. 1021.6Slukemclock0 at obio0 addr 0x002800 # 2/120, 2/170 1031.6Slukemclock0 at obio0 addr 0x7f2800 # 2/50, 2/130, 2/160 1041.1Sfredette 1051.1Sfredette## The MM58167 time-of-day chip. 1061.6Slukemtod0 at obio0 addr 0x003800 # 2/120, 2/170 1071.3Sfredettetod0 at vme0 addr 0x200800 # 2/50, 2/130, 2/160 1081.1Sfredette 1091.1Sfredette#### Serial port configuration. 1101.1Sfredette 1111.3Sfredette## Zilog 8530 serial chips. Each has two channels. 1121.1Sfredette## zs0 is ttya and ttyb. zs1 is the keyboard and mouse. 1131.1Sfredette## zs0 is REQUIRED to use KGDB. 1141.1Sfredettezs0 at obio0 addr 0x002000 # 2/120, 2/170 1151.3Sfredettezs0 at obio0 addr 0x7f2000 # 2/50 1161.1Sfredettezs1 at obmem0 addr 0x780000 # 2/120, 2/170 1171.3Sfredettezs1 at obio0 addr 0x7f1800 # 2/50 1181.9Sfredette#zs2 at mbmem0 addr 0x080800 # 2/120, 2/170 (first sc SCSI) 1191.9Sfredette#zs3 at mbmem0 addr 0x081000 # 2/120, 2/170 (first sc SCSI) 1201.9Sfredette#zs4 at mbmem0 addr 0x084800 # 2/120, 2/170 (second sc SCSI) 1211.9Sfredette#zs5 at mbmem0 addr 0x085000 # 2/120, 2/170 (second sc SCSI) 1221.3Sfredettezstty* at zs? channel ? # ttya 1231.3Sfredettekbd0 at zstty? # keyboard 1241.3Sfredette#ms0 at zstty? # mouse 1251.1Sfredette 1261.1Sfredette#### Disk controllers and disks. 1271.1Sfredette 1281.1Sfredette## PAL+logic-based "Sun SCSI 2" Multibus/VME SCSI controller. 1291.1Sfredette## This driver has several flags which may be enabled using 1301.1Sfredette## the "flags" directive. Valid flags are: 1311.1Sfredette## 1321.1Sfredette## 0x0ff Set (1<<target) to disable parity checking 1331.1Sfredette## 0x100 Set this bit to disable DMA interrupts (poll) 1341.1Sfredette## 0x200 Set this bit to disable DMA entirely (use PIO) 1351.1Sfredette## 1361.1Sfredette## For example: "flags 0x10f" would disable DMA interrupts, 1371.1Sfredette## and disable parity for targets 0-3 1381.1Sfredette 1391.1Sfredettesc0 at mbmem0 addr 0x80000 ipl 2 flags 0xff 1401.6Slukemsc0 at vme0 addr 0x200000 irq 2 vect 0x40 flags 0xff 1411.1Sfredettesc1 at mbmem0 addr 0x84000 ipl 2 flags 0xff 1421.1Sfredette 1431.1Sfredette## NCR5380-based "Sun SCSI 3" VME SCSI controller. 1441.1Sfredette## This driver has several flags which may be enabled by OR'ing 1451.1Sfredette## the values and using the "flags" directive. 1461.1Sfredette## Valid flags are: 1471.1Sfredette## 1481.1Sfredette## 0x01 Use DMA (may be polled) 1491.1Sfredette## 0x02 Use DMA completion interrupts 1501.1Sfredette## 0x04 Allow disconnect/reselect 1511.1Sfredette## 1521.1Sfredette## E.g. the following would enable DMA, interrupts, and reselect: 1531.1Sfredette## si0 at vme0 addr 0x200000 ipl 3 vect 0x40 flags 0x07 1541.1Sfredette## 1551.1Sfredette## By default, DMA is enabled in the driver. 1561.1Sfredette 1571.3Sfredettesi0 at vme0 addr 0x200000 irq 2 vect 0x40 1581.1Sfredette 1591.1Sfredette## These entries find devices on all SCSI busses and assign 1601.1Sfredette## unit numbers dynamically. 1611.1Sfredettescsibus* at sc? 1621.3Sfredettescsibus* at si? 1631.1Sfredettesd* at scsibus? target ? lun ? # SCSI disks 1641.1Sfredettest* at scsibus? target ? lun ? # SCSI tapes 1651.1Sfredettecd* at scsibus? target ? lun ? # SCSI CD-ROMs 1661.1Sfredette#ch* at scsibus? target ? lun ? # SCSI changer devices 1671.1Sfredette#ss* at scsibus? target ? lun ? # SCSI scanners 1681.1Sfredette#ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE 1691.1Sfredette#uk* at scsibus? target ? lun ? # unknown SCSI 1701.8Sfredette 1711.8Sfredette# support old SCSI devices that don't understand the INQUIRY command 1721.8Sfredetteoptions SCSI_OLD_NOINQUIRY 1731.1Sfredette 1741.1Sfredette## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks. 1751.6Slukem#xyc0 at mbio0 addr 0xee40 ipl 2 1761.49Stsutsui#xyc0 at vme0 addr 0xee40 irq 2 vect 0x48 1771.6Slukem#xyc1 at mbio0 addr 0xee48 ipl 2 1781.49Stsutsui#xyc1 at vme0 addr 0xee48 irq 2 vect 0x49 1791.49Stsutsui#xy* at xyc? drive ? 1801.1Sfredette 1811.1Sfredette## Memory-disk device. 1821.39Shannken#pseudo-device md 1831.1Sfredette 1841.1Sfredette#### Network interfaces. 1851.1Sfredette 1861.1Sfredette## Intel Ethernet (onboard, or Multibus/VME) 1871.3Sfredetteie0 at obio0 addr 0x7f0800 ipl 3 # 2/50 1881.1Sfredetteie0 at mbmem0 addr 0x88000 ipl 3 1891.3Sfredetteie1 at mbmem0 addr 0x8c000 ipl 3 1901.3Sfredette## VME: the first [addr,len] pair specifies the device registers; 1911.3Sfredette## the second pair specifies the on-board memory buffer 1921.3Sfredetteie1 at vme0 addr 0xe88000,0xe00000 len -1,0x40000 irq 3 vect 0x75 1931.3Sfredette 1941.3Sfredette## 3Com Ethernet (Multibus only) 1951.3Sfredetteec0 at mbmem0 addr 0xe0000 ipl 3 1961.3Sfredetteec1 at mbmem0 addr 0xe2000 ipl 3 1971.31Stsutsui# limit NFS R/W size for poor ec(4) interfaces 1981.31Stsutsuioptions NFS_RSIZE=1024,NFS_WSIZE=1024 1991.1Sfredette 2001.1Sfredette## Frame buffers. 2011.1Sfredette 2021.1Sfredette## Sun "bwtwo" black and white framebuffer. 2031.6Slukembwtwo0 at obmem0 addr 0x700000 # 2/120, 2/170 2041.3Sfredettebwtwo0 at obio0 addr 0x0 # 2/50 2051.3Sfredette 2061.3Sfredette## PROM console driver -- if all else fails 2071.3Sfredettepcons0 at mainbus0 # PROM console 2081.1Sfredette 2091.1Sfredette#### Miscellaneous. 2101.45Schristospseudo-device loop # network loopback 2111.27Srpaulo#pseudo-device bpfilter # packet filter 2121.28Scube#pseudo-device sl # CSLIP 2131.28Scube#pseudo-device ppp # PPP 2141.28Scube#pseudo-device tun # network tunneling over tty 2151.28Scube#pseudo-device gre # generic L3 over IP tunnel 2161.1Sfredette#pseudo-device ipfilter # ip filter 2171.28Scube#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 2181.28Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 2191.28Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2201.1Sfredette 2211.45Schristospseudo-device pty # pseudo-terminals 2221.28Scube#pseudo-device vnd # paging to files 2231.45Schristos#pseudo-device ccd # concatenated disks 2241.46Schristos#pseudo-device raid # RAIDframe disk driver 2251.1Sfredette#options RAID_AUTOCONFIG # auto-configuration of RAID components 2261.38Spooka#pseudo-device fss # file system snapshot device 227