FOUR_TTYS revision 1.7
1# $NetBSD: FOUR_TTYS,v 1.7 1997/01/31 02:08:20 thorpej Exp $ 2 3# 4# FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) 5# like GENERIC but both zs chips are used as ttys 6# 7 8include "arch/sun3/conf/std.sun3" 9 10# Machines to be supported by this kernel 11options FPU_EMULATE 12options HAVECACHE # Sun3/260 VAC 13 14# Needs to be set per system. i.e change these as you see fit 15maxusers 4 16 17# Standard system options 18options KTRACE # system call tracing support 19 20# Debugging options. Uncomment either this: 21options DDB 22# ... or these two: (for KGDB on another machine) 23#makeoptions DEBUG="-g" # symbols for kgdb + nm 24#options KGDB 25 26# Filesystem options 27file-system FFS # ufs file system 28file-system CD9660 # ISO 9660 + Rock Ridge file system 29file-system NFS # nfs client support 30file-system FDESC # /dev/fd/* 31file-system KERNFS # /kern 32file-system NULLFS # loopback file system 33file-system PROCFS # /proc 34file-system UNION # union file system 35file-system MFS # memory-based filesystem 36 37options FIFO # FIFOs; RECOMMENDED 38options NFSSERVER # nfs server support 39 40# Networking options 41options INET # IP prototol stack support 42#options GATEWAY # IP packet forwarding 43options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 44# XXX - Work-around for root on 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_43 # and 4.3BSD and ... 50options COMPAT_10 # NetBSD 1.0 51options COMPAT_11 # NetBSD 1.1 52options COMPAT_12 # NetBSD 1.2 53options UCONSOLE # Allow non-root TIOCCONS 54 55# Sun3-specific debugging options 56options PMAP_DEBUG 57#options VMFAULT_TRACE 58#options SYSCALL_DEBUG 59#options EXEC_DEBUG 60options DIAGNOSTIC 61#options SCSIDEBUG 62 63config netbsd root on ? type ? 64 65# 66# Serial ports 67# 68zstty0 at zsc1 channel 0 # ttya 69zstty1 at zsc1 channel 1 # ttyb 70# 71# Note that by ommitting "kdb0" and "ms0" one can build 72# a kernel that operates four plain serial lines, where 73# two of them are data-leads-only ports wired up using 74# a custom cable on the keyboard connector. 75# 76zstty2 at zsc0 channel 0 # ttyc 77zstty3 at zsc0 channel 1 # ttyd 78 79# 80# Network devices 81# 82 83# Intel Ethernet (onboard, or VME) 84ie0 at obio0 addr ? level ? 85ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 86 87# Lance Ethernet (only onboard) 88le0 at obio0 addr ? level ? 89 90# 91# Disk and tape devices 92# 93 94# Sun3 "si" SCSI controller (NCR 5380) 95si0 at obio0 addr ? level ? 96si0 at vmes0 addr 0xff200000 level 2 vect 0x40 97si1 at vmes0 addr 0xff204000 level 2 vect 0x41 98 99# Xylogics 7053 controllers 100# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44 101# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45 102# xd* at xdc? drive ? 103 104# Xylogics 450/451 controllers 105# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48 106# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49 107# xy* at xyc? drive ? 108 109# Xylogics 472 tape controllers? 110 111# 112# Frame buffer devices 113# 114 115# The default cgfour address depends on the machine: 116# 3/60: obmem 0xFF200000 .. 0xFF9fffff 117# 3/110: different? (not tested) 118cgfour0 at obmem0 addr ? 119 120# 3/60 P4 accelerated 8-bit color frame buffer 121# cgsix0 at obmem0 addr ? 122 123# 3/60 P4 24-bit color frame buffer 124# cgeight0 at obmem0 addr ? 125 126# The default bwtwo address depends on the machine: 127# 3/50: obmem 0x100000 128# else: obmem 0xff000000 129bwtwo0 at obmem0 addr ? 130# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer 131#bwtwo1 at obmem0 addr 0xff300000 132# 3/60 plug-in color frame buffer overlay plane 133#bwtwo1 at obmem0 addr 0xff400000 134 135# Sun-3 color board, or CG5 8-bit VME frame buffer. 136cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 137 138# Support for the CG9 24-bit VME frame buffer. 139# cgnine0 at vmel0 addr 0x08000000 140 141# 142# SCSI infrastructure 143# 144scsibus* at scsi? 145 146# Sun compatible scsi device mappings 147sd0 at scsibus? target 0 lun 0 148sd1 at scsibus? target 0 lun 1 149sd2 at scsibus? target 1 lun 0 150sd3 at scsibus? target 1 lun 1 151sd* at scsibus? target ? lun ? 152 153st0 at scsibus? target 4 lun 0 154st1 at scsibus? target 5 lun 0 155st* at scsibus? target ? lun ? 156 157cd0 at scsibus? target 6 lun 0 158cd* at scsibus? target ? lun ? 159 160#ch* at scsibus? target ? lun ? 161 162# Memory-disk drivers 163pseudo-device md 2 164 165# Misc. 166pseudo-device loop 1 # network loopback 167pseudo-device bpfilter 8 # packet filter 168pseudo-device sl 2 # CSLIP 169pseudo-device ppp 2 # PPP 170pseudo-device tun 2 # network tunneling over tty 171 172pseudo-device pty 64 # pseudo-terminals 173#pseudo-device vnd 4 # paging to files 174