From 17d84e4e129c5a613e4d4250ad3acab7cf6c320a Mon Sep 17 00:00:00 2001 From: trhodes Date: Tue, 19 Jul 2005 00:26:30 +0000 Subject: Add a "Load module on start up" comment, similar to mac_*.4 pages[1]. Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer --- share/man/man4/rue.4 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'share/man/man4/rue.4') diff --git a/share/man/man4/rue.4 b/share/man/man4/rue.4 index b1b82d2..4fe0947 100644 --- a/share/man/man4/rue.4 +++ b/share/man/man4/rue.4 @@ -25,18 +25,31 @@ .\" .\" $FreeBSD$ .\" -.Dd August 25, 2004 +.Dd July 16, 2005 .Dt RUE 4 .Os .Sh NAME .Nm rue .Nd "RealTek RTL8150 USB to Fast Ethernet controller driver" .Sh SYNOPSIS +To compile support for the +.Nm +driver into your kernel, place the following lines in your kernel configuration file: +.Bd -ragged -offset indent .Cd "device uhci" .Cd "device ohci" .Cd "device usb" .Cd "device miibus" .Cd "device rue" +.Ed +.Pp +Alternatively, to load the +.Nm +driver at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +if_rue_load="YES" +.Ed .Sh DESCRIPTION The .Nm -- cgit v1.1