diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-08-19 21:58:03 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-08-19 21:58:03 +0000 |
commit | cc4b39d6bf3566f38e2ca2443bc3efdd9288f6f4 (patch) | |
tree | 8e64539ebe87c681a91ac2e8e4a0e8dcfbd508d7 /sys/conf | |
parent | 081f25d36cd5bbc731e9a3f493deb4ffc5e25f93 (diff) |
Add wlp (wavelan) device.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index aabcdc9dd86..8ee823bf697 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.61 1997/07/23 04:35:32 denny Exp $ +# $OpenBSD: files,v 1.62 1997/08/19 21:58:02 angelos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -47,6 +47,9 @@ file dev/ic/uha.c uha device ep: ether, ifnet file dev/ic/elink3.c ep +# WaveLan +device wlp: ether, ifnet + # LANCE and PCnet Ethernet controllers device le: ether, ifnet file dev/ic/am7990.c le |