From: deraadt Date: Thu, 2 May 1996 13:46:29 +0000 (+0000) Subject: add ep driver for various PC busses X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f101724e12d8c69087ada7388474736f8636a67d;p=openbsd add ep driver for various PC busses --- diff --git a/sys/conf/files b/sys/conf/files index c4051d6183e..94c91c21091 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,5 +1,5 @@ -# $OpenBSD: files,v 1.16 1996/04/28 17:01:48 mickey Exp $ -# $NetBSD: files,v 1.82 1996/03/19 01:02:35 paulus Exp $ +# $OpenBSD: files,v 1.17 1996/05/02 13:46:29 deraadt Exp $ +# $NetBSD: files,v 1.83 1996/04/25 02:18:25 thorpej Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -27,6 +27,13 @@ define pdq # DEC FDDI chipset define ncr5380sbc # NCR 5380 SCSI Bus Controller define aic7xxx # Adaptec aic7770 and aic7870 SCSI controllers +# "Chipset" drivers. These are the bus-independent routines which +# contain the cfdrivers. Attachments are provided by files. + +# 3Com Etherlink-III Ethernet controller +device ep: ether, ifnet +file dev/ic/elink3.c ep + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy