diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-29 01:02:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-29 01:02:32 +0000 |
commit | 30b88baa5b4a771a19cd3d99cb335b5b6f8cdd95 (patch) | |
tree | a9c549a66928f56139c310fb5d0a8821e543f77e /sys/conf | |
parent | 3c7a1deced17051290ff45a9547be413f9f43340 (diff) |
Driver for Realtek 802.11 devices from NetBSD.
Not yet working.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4fb7584f2b3..ffdabde27bf 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.322 2004/12/22 12:02:47 grange Exp $ +# $OpenBSD: files,v 1.323 2004/12/29 01:02:30 jsg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -336,6 +336,12 @@ file dev/ic/ath.c ath device atw: ether, ifnet, ifmedia, smc93cx6, wlan file dev/ic/atw.c atw +# Realtek RTL8180 802.11 +device rtw: ether, ifnet, ifmedia, smc93cx6, wlan +file dev/ic/rtw.c rtw +file dev/ic/rtwphy.c rtw +file dev/ic/rtwphyio.c rtw + # 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 |