From b182b2485d0246a4f912e07a39e16a106978ca8d Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Sun, 10 Dec 2006 05:15:59 +0000 Subject: [PATCH] Mention required kernel devices for rtw(4) and acx(4) --- share/man/man4/acx.4 | 4 +++- share/man/man4/rtw.4 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index 0a7bc6f312..49cfb0d607 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -28,7 +28,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/share/man/man4/acx.4,v 1.1 2006/04/01 02:55:36 sephe Exp $ +.\" $DragonFly: src/share/man/man4/acx.4,v 1.2 2006/12/10 05:15:59 sephe Exp $ .\" .Dd March 24, 2006 .Dt ACX 4 @@ -42,6 +42,8 @@ your kernel configuration file: .Bd -ragged -offset indent .Cd "device acx" .Cd "device wlan" +.Cd "device wlan_ratectl_onoe" +.Cd "device wlan_ratectl_amrr" .Ed .Pp Alternatively, to load the driver as a module at boot time, place the diff --git a/share/man/man4/rtw.4 b/share/man/man4/rtw.4 index 47b255dda4..6671f46d45 100644 --- a/share/man/man4/rtw.4 +++ b/share/man/man4/rtw.4 @@ -1,6 +1,6 @@ .\" $NetBSD: rtw.4,v 1.3 2005/09/09 14:11:39 drochner Exp $ .\" $OpenBSD: rtw.4,v 1.18 2005/06/09 09:03:38 jmc Exp $ -.\" $DragonFly: src/share/man/man4/rtw.4,v 1.1 2006/09/03 20:02:06 swildner Exp $ +.\" $DragonFly: src/share/man/man4/rtw.4,v 1.2 2006/12/10 05:15:59 sephe Exp $ .\" .\" Copyright (c) 2004 Jonathan Gray .\" @@ -29,6 +29,8 @@ kernel configuration file: .Bd -ragged -offset indent .Cd "device rtw" .Cd "device wlan" +.Cd "device wlan_wep" +.Cd "device wlan_ratectl_onoe" .Ed .Pp Alternatively, to load the driver as a -- 2.41.0