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/axe.4 | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'share/man/man4/axe.4') diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4 index 49cc572..af79f12 100644 --- a/share/man/man4/axe.4 +++ b/share/man/man4/axe.4 @@ -30,19 +30,32 @@ .\" .\" $FreeBSD$ .\" -.Dd August 25, 2004 +.Dd July 16, 2005 .Dt AXE 4 .Os .Sh NAME .Nm axe -.Nd ASIX Electronics AX88172 USB Ethernet driver +.Nd "ASIX Electronics AX88172 USB Ethernet 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 ehci" .Cd "device uhci" .Cd "device ohci" .Cd "device usb" .Cd "device miibus" .Cd "device axe" +.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_axe_load="YES" +.Ed .Sh DESCRIPTION The .Nm -- cgit v1.1