# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.

# $Header: /usr/src/dynix.3.0.17/src/sys/i386/conf/RCS/OGICSE,v 1.13 91/09/17 01:45:56 root Exp $
#
# DYNIX SYMMETRY SERIES
#
# The maxusers parameter and the TIMESHARE, PARALLEL, or COMMERCIAL option
# determine the size of some of the data structures in the kernel.  The
# tables are sized to be appropriate for `maxusers' users in a timesharing,
# parallel/research, or commercial environment.  maxusers does not limit the
# maximum possible number of users; it only affects the size of system
# tables.  For example, a TIMESHARE system with maxusers set to 64 supports
# 64 heavy timesharing users, or 100-200 light users.  See the article
# "Building DYNIX Systems with Config" and /sys/conf/param.c for more details.
#
machine		balance
ident		DYNIX
cpu		"i386"
timezone	8 dst
maxusers	64
options		TIMESHARE	# one of TIMESHARE, PARALLEL, COMMERCIAL
#
# DO NOT REMOVE INET option
#	It is necessary for proper functioning of the kernel.
#
# Removable options are:
#	SVSEMA	system V semaphore facility
#	SVMESG	system V message facility
#	SVCHOWN system V chown semantics
#	SVACCT	system V accounting
#	QUOTA	disk quotas
#	NFS	Network FileSystem
#
options		INET
options		NFS
options		SVMESG,SVSEMA
options		QUOTA
options		MHz=16
options		CACHESIZE=32

# Enable xt tape drive density selection, etc.
options		FULLXT

# Double the default number of mbufs.
options		"NMBCLUSTERS='(512*K)/CLBYTES'"

# More levels of symbolic links.
options		"MAXSYMLINKS=20"

## kernels to configure ##
config		dynix_zd	root on zd0a swap on zd0b and zd1c and zd2c

## Multibus Adapters ##
controller	mbad0	at slot ?

## SCSI/Ether Controllers ##
controller	sec0	at slot ?
controller	sec1	at slot ?

## ZDC Controllers ##
controller	zdc0	at slot ?

## Systech multibus terminal boards ##
device		st0	at mbad? csr 0x200 maps  0 bin 4 intr 3
device		st1	at mbad? csr 0x210 maps  0 bin 4 intr 4
device		st2	at mbad? csr 0x220 maps  0 bin 4 intr 5
device		st3	at mbad? csr 0x230 maps  0 bin 4 intr 6

## Multibus Xylogics 472 Tape Controllers ##
device		zt0	at mbad? csr 0x300 maps 42 bin 5 intr 7

## Systech multibus line printer boards ##
device		lp0	at mbad? csr 0x400 maps  8 bin 5 intr 2

## Console devices on SEC ##
device		co0	at sec0 req 4 doneq 4 bin 4 unit 0	# input
device		co0	at sec0 req 4 doneq 4 bin 4 unit 1	# output
device		co1	at sec0 req 4 doneq 4 bin 4 unit 2	# input
device		co1	at sec0 req 4 doneq 4 bin 4 unit 3	# output
device		co2	at sec1 req 4 doneq 4 bin 4 unit 0	# input
device		co2	at sec1 req 4 doneq 4 bin 4 unit 1	# output
device		co3	at sec1 req 4 doneq 4 bin 4 unit 2	# input
device		co3	at sec1 req 4 doneq 4 bin 4 unit 3	# output

## Ether devices on SEC ##
device		se0	at sec0 req 25 doneq 25 bin 6 unit 0	# input
device		se0	at sec0 req 10 doneq 10 bin 6 unit 1	# output
device		se1	at sec1 req 25 doneq 25 bin 6 unit 0	# input
device		se1	at sec1 req 10 doneq 10 bin 6 unit 1	# output

## SCSI disk on SEC ##
device		sd0	at sec1 req 4 doneq 4 bin 5 unit 0 target 0
device		sd1	at sec1 req 4 doneq 4 bin 5 unit 0 target 1
device		sd2	at sec1 req 4 doneq 4 bin 5 unit 0 target 2
device		sd3	at sec1 req 4 doneq 4 bin 5 unit 0 target 3

## SCSI streamer tape on SEC ##
device		ts0	at sec0 req 4 doneq 4 bin 5 unit 0 target 4

## SCSI memory driver on SEC ##
device		sm0	at sec0 req 3 doneq 3 bin 4 unit 0
device		sm1	at sec1 req 3 doneq 3 bin 4 unit 0

## ZDC Drives ##
# zd[0-3] (M2333K) are on channel A of mux0 and mux1,
# zd[4-7] (M2344K) are on channel B of mux0 and mux1.
device		zd0	at zdc0 drive 0 drive_type ?
device		zd1	at zdc0 drive 2 drive_type ?
device		zd2	at zdc0 drive 4 drive_type ?
device		zd3	at zdc0 drive 6 drive_type ?
device		zd4	at zdc0 drive 1 drive_type ?
device		zd5	at zdc0 drive 3 drive_type ?
device		zd6	at zdc0 drive 5 drive_type ?
device		zd7	at zdc0 drive 7 drive_type ?

## Pseudo devices ##
pseudo-device	pty	124
pseudo-device	pci	8			# 8 PCI devices
pseudo-device	pmap				# phys-map driver
pseudo-device	promisc
pseudo-device	usclk
pseudo-device	vlsi
