FOUR_TTYS revision 1.12
1# $NetBSD: FOUR_TTYS,v 1.12 1997/12/01 16:07:06 kleink 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 for KGDB (gdb remote target) 23#makeoptions DEBUG="-g" # debugging symbols for gdb 24#options KGDB 25#options KGDBDEV=0x0C01 26 27# Other debugging options 28#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 29 30# Filesystem options 31file-system FFS # ufs file system 32file-system NFS # nfs client support 33file-system CD9660 # ISO 9660 + Rock Ridge file system 34file-system FDESC # /dev/fd/* 35file-system KERNFS # /kern 36file-system NULLFS # loopback file system 37file-system PROCFS # /proc 38file-system UNION # union file system 39file-system MFS # memory-based filesystem 40 41options NFSSERVER # nfs server support 42options FIFO # FIFOs; RECOMMENDED 43 44# Networking options 45options INET # IP prototol stack support 46#options GATEWAY # IP packet forwarding 47options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 48# XXX - Work-around for root on slow servers (insurance...) 49options NFS_BOOT_RWSIZE=1024 50 51# Compatability options 52options COMPAT_SUNOS # can run SunOS 4.1.1 executables 53options COMPAT_43 # and 4.3BSD and ... 54options COMPAT_10 # NetBSD 1.0 55options COMPAT_11 # NetBSD 1.1 56options COMPAT_12 # NetBSD 1.2 57options COMPAT_13 # NetBSD 1.3 58options UCONSOLE # Allow non-root TIOCCONS 59 60# Sun3-specific debugging options 61#options PMAP_DEBUG 62#options VMFAULT_TRACE 63#options SYSCALL_DEBUG 64#options EXEC_DEBUG 65options DIAGNOSTIC 66#options SCSIDEBUG 67 68config netbsd root on ? type ? 69 70# 71# Serial ports 72# 73zstty0 at zsc1 channel 0 # ttya 74zstty1 at zsc1 channel 1 # ttyb 75# 76# Note that by ommitting "kdb0" and "ms0" one can build 77# a kernel that operates four plain serial lines, where 78# two of them are data-leads-only ports wired up using 79# a custom cable on the keyboard connector. 80# 81zstty2 at zsc0 channel 0 # ttyc 82zstty3 at zsc0 channel 1 # ttyd 83 84# 85# Network devices 86# 87 88# Intel Ethernet (onboard, or VME) 89ie0 at obio0 addr 0x0C0000 level 3 90ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 91 92# Lance Ethernet (only onboard) 93le0 at obio0 addr 0x120000 level 3 94 95# 96# Disk and tape devices 97# 98 99# Sun3 "si" SCSI controller (NCR 5380) 100si0 at obio0 addr 0x140000 level 2 101si0 at vmes0 addr 0xff200000 level 2 vect 0x40 102si1 at vmes0 addr 0xff204000 level 2 vect 0x41 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# Just wire-down the units so bootdev match is easy. 108# xy0 at xyc0 drive 0 109# xy1 at xyc0 drive 1 110# xy2 at xyc1 drive 0 111# xy3 at xyc1 drive 1 112 113# Xylogics 7053 controllers 114# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44 115# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45 116# Just wire-down the units so bootdev match is easy. 117# xd0 at xdc0 drive 0 118# xd1 at xdc0 drive 1 119# xd2 at xdc1 drive 0 120# xd3 at xdc1 drive 1 121 122# Xylogics 472 tape controllers? 123 124# 125# Frame buffer devices 126# 127 128# The default cgfour address depends on the machine: 129# 3/60: obmem 0xFF200000 .. 0xFF9fffff 130# 3/110: different? (not tested) 131cgfour0 at obmem0 addr ? 132 133# 3/60 P4 accelerated 8-bit color frame buffer 134# cgsix0 at obmem0 addr ? 135 136# 3/60 P4 24-bit color frame buffer 137# cgeight0 at obmem0 addr ? 138 139# The default bwtwo address depends on the machine: 140# 3/50: obmem 0x100000 141# else: obmem 0xff000000 142bwtwo0 at obmem0 addr ? 143# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer 144#bwtwo1 at obmem0 addr 0xff300000 145# 3/60 plug-in color frame buffer overlay plane 146#bwtwo1 at obmem0 addr 0xff400000 147 148# Sun-3 color board, or CG5 8-bit VME frame buffer. 149cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 150 151# Support for the CG9 24-bit VME frame buffer. 152# cgnine0 at vmel0 addr 0x08000000 153 154# 155# SCSI infrastructure 156# 157scsibus* at scsi? 158 159sd* at scsibus? target ? lun ? # SCSI disks 160st* at scsibus? target ? lun ? # SCSI tapes 161cd* at scsibus? target ? lun ? # SCSI CD-ROMs 162ch* at scsibus? target ? lun ? # SCSI changer devices 163ss* at scsibus? target ? lun ? # SCSI scanners 164uk* at scsibus? target ? lun ? # unknown SCSI devices 165 166# Memory-disk drivers 167pseudo-device md 2 168 169# Misc. 170pseudo-device loop 1 # network loopback 171pseudo-device bpfilter 8 # packet filter 172pseudo-device sl 2 # CSLIP 173pseudo-device ppp 2 # PPP 174pseudo-device tun 2 # network tunneling over tty 175#pseudo-device ipfilter # ip filter 176 177pseudo-device pty 64 # pseudo-terminals 178#pseudo-device vnd 4 # paging to files 179#pseudo-device ccd 4 # concatenated disks 180