diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-06-21 23:21:48 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-06-21 23:21:48 +0000 |
commit | 88db842a291c43de6f4c89d019c1379faa1b9913 (patch) | |
tree | d78266526ddb764ace7aa9c946371ee1a220bb4f /sys/conf | |
parent | a42c0e1f01ffd4afe90afadcbfd92ea5b6d079bf (diff) |
RangeLAN2 wireless network card
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7b029c2ce05..d957df4bf17 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.117 1999/06/18 07:23:57 deraadt Exp $ +# $OpenBSD: files,v 1.118 1999/06/21 23:21:44 d Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -86,6 +86,11 @@ file dev/ic/elink3.c ep # WaveLan # device wlp: ether, ifnet +# RangeLAN2 +device rln: ether, ifnet +file dev/ic/rl2.c rln +file dev/ic/rl2subr.c rln + # LANCE and PCnet Ethernet controllers device le: ether, ifnet, ifmedia file dev/ic/am7990.c le |