diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-13 17:26:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-13 17:26:45 +0000 |
commit | d003de9876c8509ab915bb56ba3788080d8bba5a (patch) | |
tree | 7015c8fb01c9f9717d0f940cd715099681352bbd /sys/conf/files | |
parent | 725ca777df50676e72aa1fe1a1273c55761680dc (diff) |
On my 10th wedding anniversary I am celebrating by
committing this driver for technology from back when I got married :-)
It is for DEC EtherWorks cards, and comes from NetBSD. I have done severe
KNF, and fixed the driver to work with PIO-only cards. Enjoy!
Diffstat (limited to 'sys/conf/files')
-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 76eaac571a0..e9b1bcb5259 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.214 2001/07/05 17:52:45 deraadt Exp $ +# $OpenBSD: files,v 1.215 2001/07/13 17:26:44 niklas Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -40,9 +40,9 @@ define rasops32 # and fddi. define arc define atm +define crypto define ether define fddi -define crypto define sppp define token @@ -154,6 +154,10 @@ file dev/ic/siop.c siop device ep: ether, ifnet, ifmedia, mii file dev/ic/elink3.c ep +# LEMAC-based cards +device lc: ether, ifnet, ifmedia +file dev/ic/lemac.c lc + # WaveLan device wi: ether, ifnet, ifmedia file dev/ic/if_wi.c wi |