head	1.6;
access;
symbols
	OLAH_TTCP:1.5.0.4
	RELEASE_2_0:1.5
	BETA_2_0:1.5
	ALPHA_2_0:1.5.0.2;
locks; strict;
comment	@# @;


1.6
date	95.12.30.18.55.33;	author peter;	state dead;
branches;
next	1.5;

1.5
date	94.10.20.00.53.30;	author phk;	state Exp;
branches;
next	1.4;

1.4
date	94.10.20.00.19.37;	author phk;	state Exp;
branches;
next	1.3;

1.3
date	94.10.18.07.21.57;	author phk;	state Exp;
branches;
next	1.2;

1.2
date	94.10.17.21.10.20;	author phk;	state Exp;
branches;
next	1.1;

1.1
date	94.10.15.21.36.25;	author phk;	state Exp;
branches;
next	;


desc
@@


1.6
log
@recording cvs-1.6 file death
@
text
@#
# MINI -- A kernel to get FreeBSD on onto a disk.
#
#	$Id: MINI,v 1.5 1994/10/20 00:53:30 phk Exp peter $
#

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
ident		MINI
maxusers	1

options		MATH_EMULATE		#Support for x87 emulation
options		FFS			#Berkeley Fast File System
options		"FAT_CURSOR"		#block cursor in syscons or pccons
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		"NCONS=1"		#1 virtual consoles
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers

config		kernel	root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0

controller	isa0
controller	pci0

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

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	ncr0

controller	bt0	at isa? port "IO_BT0" bio irq ? vector btintr
controller	ahb0	at isa? bio irq ? vector ahbintr
controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
controller	aic0    at isa? port 0x340 bio irq 11 vector aicintr

controller	scbus0

device		sd0
device		sd1
device		sd2
device		sd3

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

#pseudo-device	gzip		# Exec gzipped a.out's
@


1.5
log
@According to a quick reading of sources, one experiment and Bruce's word:
aha, ahb and bt all on "irq ?" now.
@
text
@d4 1
a4 1
#	$Id: MINI,v 1.4 1994/10/20 00:19:37 phk Exp $
@


1.4
log
@Bruce told me to:  Make uha0 use irq ?
@
text
@d4 1
a4 1
#	$Id: MINI,v 1.3 1994/10/18 07:21:57 phk Exp $
d40 3
a42 3
controller	bt0	at isa? port "IO_BT0" bio irq 12 vector btintr
controller	ahb0	at isa? bio irq 11 vector ahbintr
controller	aha0	at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
@


1.3
log
@Typo in a comment.
@
text
@d4 1
a4 1
#	$Id: MINI,v 1.2 1994/10/17 21:10:20 phk Exp $
d43 1
a43 1
controller	uha0	at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr
@


1.2
log
@GENERIC is our new all singing and dancing kernel.  Please report ASAP if
there is anything GENERICAH or GENERICBT can, which this one cannot.

MINI changed to reflect the SCSI-pecking-order.
@
text
@d4 1
a4 1
#	$Id: GENERICAH,v 1.52 1994/10/15 22:19:37 phk Exp $
d18 1
a18 1
options		"NCONS=1"		#4 virtual consoles
@


1.1
log
@This kernel is a barebones kernel.  No networking, no CD's no nothing.
Will be used to get a little bit of FreeBSD onto a disk, from where
other kernels can be loaded.
@
text
@d2 1
a2 1
# MINI -- A kernel for getting FreeBSD on a disk
d4 1
a4 1
#	$Id: GENERICAH,v 1.49 1994/10/03 22:32:11 phk Exp $
d12 1
a12 1
maxusers	4
d16 3
a18 1
options		"NCONS=1"		#no virtual consoles
d24 1
d38 3
a42 1
controller	bt0	at isa? port "IO_BT0" bio irq 12 vector btintr
d44 1
a44 4
controller      aic0    at isa? port 0x340 bio irq 11 vector aicintr
#controller	pas0	at isa? port 0x1f88 bio
controller	pci0
controller	ncr0
@
