diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:33:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:33:27 +0000 |
commit | e7c0492a619a4c2afcd3ad6d082350b7d8d9d215 (patch) | |
tree | 1de23bcf94635ab3161d481ac01c1b7216be405a /sys/conf | |
parent | d5139ef78d6b5be7b70967e10999ac5a7357558e (diff) |
split le driver, add iy driver
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 94cc0537771..b33e827aae3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,5 +1,5 @@ -# $OpenBSD: files,v 1.19 1996/05/05 12:42:09 deraadt Exp $ -# $NetBSD: files,v 1.83 1996/04/25 02:18:25 thorpej Exp $ +# $OpenBSD: files,v 1.20 1996/05/10 12:33:26 deraadt Exp $ +# $NetBSD: files,v 1.84 1996/05/07 08:56:54 mycroft Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -34,6 +34,10 @@ define aic7xxx # Adaptec aic7770 and aic7870 SCSI controllers device ep: ether, ifnet file dev/ic/elink3.c ep +# LANCE and PCnet Ethernet controllers +device le: ether, ifnet +file dev/ic/am7990.c le + # 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 |