diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-02 13:46:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-02 13:46:30 +0000 |
commit | c8dbe9ef6f76590cb48625942082992a98dc7fe4 (patch) | |
tree | 422fda733e0db3a52f7a03ff6ab81b4cb2612333 /sys/conf | |
parent | 703c6efcca673aa24fd8a8774987e0209a95b4c4 (diff) |
add ep driver for various PC busses
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 11 |
1 files changed, 9 insertions, 2 deletions
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.<bus> + +# 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 |