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/txp.4 | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'share/man/man4/txp.4') diff --git a/share/man/man4/txp.4 b/share/man/man4/txp.4 index 3bc80e3..08b0f56 100644 --- a/share/man/man4/txp.4 +++ b/share/man/man4/txp.4 @@ -26,14 +26,27 @@ .\" .\" $FreeBSD$ .\" -.Dd July 4, 2004 +.Dd July 16, 2005 .Dt TXP 4 .Os .Sh NAME .Nm txp -.Nd 3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface +.Nd "3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface" .Sh SYNOPSIS +To compile support for the +.Nm +driver into your kernel, place the following line in your kernel configuration file: +.Bd -ragged -offset indent .Cd "device txp" +.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_txp_load="YES" +.Ed .Sh DESCRIPTION The .Nm -- cgit v1.1