From 7e23ec5e9d54d2d06b5a4b3cd66f1194c67c15d1 Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 2 Sep 2006 12:12:16 +0000 Subject: Add the usual info about loading as module on startup to the SYNOPSIS. --- share/man/man4/gem.4 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man4/gem.4 b/share/man/man4/gem.4 index bcb5ce1..5176d0b 100644 --- a/share/man/man4/gem.4 +++ b/share/man/man4/gem.4 @@ -33,15 +33,27 @@ .\" .\" $FreeBSD$ .\" -.Dd September 1, 2006 +.Dd September 2, 2006 .Dt GEM 4 .Os .Sh NAME .Nm gem .Nd ERI/GEM/GMAC Ethernet device driver .Sh SYNOPSIS +To compile this driver into the kernel, +place the following lines in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device miibus" .Cd "device gem" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +if_gem_load="YES" +.Ed .Sh DESCRIPTION The .Nm -- cgit v1.1