head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	96.04.09.23.29.00;	author nate;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Removed original distribution files that are no longer valid.
@
text
@#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp
#

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
ident		LAPTOP
maxusers	4

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		UCONSOLE		#X Console support
options		"FAT_CURSOR"		#block cursor in syscons or pccons
options		"NCONS=4"		#4 virtual consoles
options		ALLOW_CONFLICT_IOADDR
options		PSM_NO_RESET

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

controller	crd0
#device	pcic0


controller	isa0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

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

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

#device		pcic0	at isa? port 0x3E0 tty irq 3 iomem 0xd0000

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 10 vector siointr
#device		sio1	at isa? port "IO_COM2" tty flags 0x80 irq 10 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

#device ed0 at isa? port 0x300 net flags 0x20 irq 5 iomem 0xd4000 vector edintr

device		apm0	at isa?

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	2
pseudo-device	pty	16
pseudo-device	speaker
pseudo-device	gzip		# Exec gzipped a.out's
@


1.1
log
@The userland part of Andrew McRae's PCMCIA/PCCARD code.

This is not quite finished yet, and therefore I have not added it to the
usr.sbin/Makefile yet.
I collected a bunch of Andrews small programs into one: pccardc /phk

Reviewed by:	phk
Submitted by:	Andrew McRae <andrew@@mega.com.au>
@
text
@@
