head	1.22;
access;
symbols
	REL_before_johndavid_2_0_0:1.21
	MOVED_NEWCVS:1.21
	FINAL_1_1:1.18
	GAMMA_1_1:1.18
	BETA_1_1:1.18.0.2
	BP_BETA_1_1:1.18
	FINAL_1_0_2:1.12
	BRANCH_1_0:1.12.0.2
	FINAL_1_0:1.12
	EPSILON_1_0:1.9
	GAMMA_1_0:1.5
	BETA_1_0:1.1;
locks; strict;
comment	@# @;


1.22
date	95.12.30.18.55.34;	author peter;	state dead;
branches;
next	1.21;

1.21
date	94.03.02.20.18.09;	author guido;	state Exp;
branches;
next	1.20;

1.20
date	94.03.01.01.27.03;	author alm;	state Exp;
branches;
next	1.19;

1.19
date	94.02.28.04.19.39;	author alm;	state Exp;
branches;
next	1.18;

1.18
date	94.02.07.10.42.04;	author rgrimes;	state Exp;
branches;
next	1.17;

1.17
date	94.02.07.05.55.50;	author alm;	state Exp;
branches;
next	1.16;

1.16
date	94.01.25.11.08.25;	author rgrimes;	state Exp;
branches;
next	1.15;

1.15
date	94.01.05.14.56.50;	author rgrimes;	state Exp;
branches;
next	1.14;

1.14
date	94.01.04.20.10.34;	author nate;	state Exp;
branches;
next	1.13;

1.13
date	93.10.31.00.21.46;	author jkh;	state Exp;
branches;
next	1.12;

1.12
date	93.10.19.01.28.09;	author rgrimes;	state Exp;
branches;
next	1.11;

1.11
date	93.10.16.12.28.35;	author rgrimes;	state Exp;
branches;
next	1.10;

1.10
date	93.10.08.16.52.45;	author rgrimes;	state Exp;
branches;
next	1.9;

1.9
date	93.10.01.04.26.21;	author rgrimes;	state Exp;
branches;
next	1.8;

1.8
date	93.10.01.04.20.18;	author rgrimes;	state Exp;
branches;
next	1.7;

1.7
date	93.09.25.15.50.43;	author jkh;	state Exp;
branches;
next	1.6;

1.6
date	93.09.06.12.26.10;	author rgrimes;	state Exp;
branches;
next	1.5;

1.5
date	93.08.31.15.17.26;	author rgrimes;	state Exp;
branches;
next	1.4;

1.4
date	93.08.28.13.21.47;	author rgrimes;	state Exp;
branches;
next	1.3;

1.3
date	93.08.26.17.55.59;	author rgrimes;	state Exp;
branches;
next	1.2;

1.2
date	93.08.21.23.48.06;	author rgrimes;	state Exp;
branches;
next	1.1;

1.1
date	93.07.26.21.27.38;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.22
log
@recording cvs-1.6 file death
@
text
@#
# SYSCONS -- Generic machine with WD/AHx family disks and syscons
#
#	$Id: SYSCONS,v 1.21 1994/03/02 20:18:09 guido Exp peter $
#

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
ident		SYSCONS
timezone	8 dst
maxusers	10
maxfdescs	2048			#Max file descriptors per process
options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		ISOFS			#ISO File System
options		NFS			#Network File System
options		PCFS			#MSDOS File System
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"TCP_COMPAT_42"		#TCP/IP compatible with 4.2
options		XSERVER			#Xserver
options		UCONSOLE		#X Console support
options		"NCONS=8"		#8 virtual consoles
options		"FAT_CURSOR"		#block cursor in syscons
options		"STAR_SAVER"		#syscons "stars" screen saver
#options	GATEWAY			#Host is a Gateway (forwards packets)

config		"386bsd"	root on wd0 swap on wd0 and sd0 dumps on wd0

controller	isa0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
#tape		ft0	at fdc0 drive 2

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

controller	ahb0	at isa? bio irq 11 vector ahbintr
controller	aha0	at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
controller	scbus0

device		sd0
device		sd1
device		sd2
device		sd3

device		st0
device		st1

device		cd0	#Only need one of these, the code dynamically grows

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
device		sio3	at isa? port "IO_COM4" tty irq 9 vector siointr

device		lpt0	at isa? port "IO_LPT3" tty irq 7 vector lptintr
device		lpa0	at isa? port "IO_LPT1" tty
device		lpa1	at isa? port "IO_LPT2" tty

device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr

device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	2
pseudo-device	pty	16
pseudo-device	speaker

pseudo-device	swappager
pseudo-device	vnodepager
pseudo-device	devpager
@


1.21
log
@Ttys structures are now allocated dynamically via ttymalloc/ttyfree.
This inetrface should be used from now on.
pseudo device pty xx still keeps its meaning: a maximum of
xx ptys is allowed.
A ringbuffer is now 2040 bytes long, per Garrett Wollman's request.
The changes are inspired by the way NetBSD did it (thanks for that!),
though I made it slihghtly different, including the interface so
at least 75% of the allocated space is deallocated when the tty is
closed.
Note further that it is easy to modify the ringbuffer length runtime.
This will have to wait untill some later date...


-Guido
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.20 1994/03/01 01:27:03 alm Exp $
@


1.20
log
@floppy tape support still not quite there - it prevents
mounting the floppy disk  drives on some systems that don't have
a floppy tape drive.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.19 1994/02/28 04:19:39 alm Exp $
d82 1
a82 1
pseudo-device	pty	4
@


1.19
log
@Add floppy tape support.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.18 1994/02/07 10:42:04 rgrimes Exp $
d35 1
a35 1
tape		ft0	at fdc0 drive 2
@


1.18
log
@Remove the ft driver, it causes instant reboots during attatch, and this
was new code added at the last minute!
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.17 1994/02/07 05:55:50 alm Exp $
d35 1
@


1.17
log
@Add floppy tape support (missed these when changing G*)
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.16 1994/01/25 11:08:25 rgrimes Exp $
a34 1
tape		ft0	at fdc0 drive 2
@


1.16
log
@Disabled sg disk driver in LINT since there is no sg.c file in isa yet!

Removed com port comments, since we are about to depricate the driver.

Fix several plaes in LINT where people have been cutting and pasting using
xterms :-(
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.15 1994/01/05 14:56:50 rgrimes Exp $
d32 4
a35 3
controller	fd0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fd0 drive 0
disk		fd1	at fd0 drive 1
@


1.15
log
@Added dumps on wd0 to the end of all config lines so people know about it
and can change it.  This really won't change the kernels, it just documents
how to do the dumps on option.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.14 1994/01/04 20:10:34 nate Exp $
a60 7
#The old drivers are rarely needed anymore...
#device		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
#device		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
#device		com2	at isa? port "IO_COM3" tty irq 5 vector comintr
#device		com3	at isa? port "IO_COM4" tty irq 9 vector comintr

#For high speed serial lines.
@


1.14
log
@Updated config files for new multi-controller wd.c driver and removed
outdated wx config file.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.13 1993/10/31 00:21:46 jkh Exp $
d28 1
a28 1
config		"386bsd"	root on wd0 swap on wd0 and sd0
@


1.13
log
@Added FAT_CURSOR and STAR_SAVER settings.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.12 1993/10/19 01:28:09 rgrimes Exp $
d36 7
a42 3
controller	wd0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wd0 drive 0
disk		wd1	at wd0 drive 1
@


1.12
log
@Add ie0 to standard kernels, this is the ATT starlan/ethernet driver
from Garrett Wollman.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.11 1993/10/16 12:28:35 rgrimes Exp $
d24 2
@


1.11
log
@Add:
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.10 1993/10/08 16:52:45 rgrimes Exp $
d73 1
@


1.10
log
@>From NetBSD
Change the cpu "i386" line to 2 lines:
cpu "I386_CPU"
cpu "I486_CPU"
This is so we can do real CPU classification of code.

Fix missing depend for assym.s which does depend on genassym.c
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.9 1993/10/01 04:26:21 rgrimes Exp $
d72 1
@


1.9
log
@Fixed cd0 line to match the GENERIC* kernel configs
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.8 1993/10/01 04:20:18 rgrimes Exp $
d8 2
a9 1
cpu		"i386"
@


1.8
log
@Remove old ethernet drivers if_ec, if_ne, and if_we from config files
and from files.i386, they are no longer supported.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.7 1993/09/25 15:50:43 jkh Exp $
d49 1
a49 2
device		cd0
device		cd1
@


1.7
log
@Fixed spelling errors
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.6 1993/09/06 12:26:10 rgrimes Exp $
a71 2
#device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
device ne0 at isa? port 0x300 net irq 9 vector neintr
@


1.6
log
@Add the following line to all generic configs as a comment so people would
know that they need to turn this on to get packets to forward.
#options      GATEWAY                 #Host is a Gateway (forwards packets)
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.5 1993/08/31 15:17:26 rgrimes Exp $
d55 1
a55 1
#The old drivers are rearly needed anymore...
@


1.5
log
@Changed default irq and iomem address for ed0 so that most 3c503's and
wd80x3 class boards can be configured to the GENERIC kernels.

Entry was:
device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr

Is now:
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.4 1993/08/28 13:21:47 rgrimes Exp $
d23 1
@


1.4
log
@Added options MATH_EMULTATE to the kernel config files to pull in the
387 math emulator (sys/i386/i386/math_emulate.c).  Made that file only
get compiled if options MATH_EMULATE is in the kernel.
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.3 1993/08/26 17:55:59 rgrimes Exp $
d70 1
a70 1
device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr
@


1.3
log
@Added the following line to all the supplied config files to shut up the
config program until this thing is fixed correctly.

maxfdescs	2048			#Max file descriptors per process
@
text
@d4 1
a4 1
#	$Id: SYSCONS,v 1.2 1993/08/21 23:48:06 rgrimes Exp $
d13 1
d54 11
a64 4
device		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
device		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
device		com2	at isa? port "IO_COM3" tty irq 5 vector comintr
device		com3	at isa? port "IO_COM4" tty irq 9 vector comintr
@


1.2
log
@Update to be a clone of GENERICAH, but for syscons driver.
@
text
@d4 1
a4 1
#	$Id$
d12 1
@


1.1
log
@Sample kernel config for syscons.
@
text
@d2 1
a2 1
# GENERICISA -- Generic ISA machine -- distribution floppy
d4 1
a5 19
# PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
# --------------------         -----   ----------------------
# CURRENT PATCH LEVEL:         3       00158
# --------------------         -----   ----------------------
#
# 09 Feb 93	Nate Williams		Added options for X code to
#					compiled in by default
# 29 Mar 93	Rodney W. Grimes	Fixed com ports to be com0, com1
#					Added com2, com3, lpt, lpa
#					Replaced as0 with Julian SCSI
#					Fixed secound wd0 to be wd1
#					Cleaned up file, added comments
#					Added ahb, order is important!
#					Added pseudo-device speaker
#					Note: All IO_xxx names are 1 based
# 17 May 93	Rodney W. Grimes	Updated IRQ's 2 to IRQ 9's for
#					intr-0.1 code.  Changed ahb0 from
#					irq 12 to irq 11 the real default
#
d9 1
a9 1
ident		GENERICISA
d15 1
a44 2
device		st2
device		st3
d62 1
a63 1
device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
@
