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/my.4 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'share/man/man4/my.4') diff --git a/share/man/man4/my.4 b/share/man/man4/my.4 index 38c11ce..0854627 100644 --- a/share/man/man4/my.4 +++ b/share/man/man4/my.4 @@ -24,15 +24,29 @@ .\" .\" $FreeBSD$ .\" -.Dd July 14, 2004 +.Dd July 16, 2005 .Dt MY 4 .Os .Sh NAME .Nm my .Nd "Myson Technology Ethernet PCI 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 miibus" .Cd "device my" +.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_my_load="YES" +.Ed .Sh DESCRIPTION The .Nm -- cgit v1.1