From bc150a42a0dac1dc679a84c585e8ff8c65dbc4a5 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 15 Nov 2006 16:59:15 +0000 Subject: [PATCH] - Use our standard section 4 SYNOPSIS - Add a HARDWARE section - Mention the first release to include this driver --- share/man/man4/uark.4 | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/share/man/man4/uark.4 b/share/man/man4/uark.4 index 46a91e14075..c274ecc11f8 100644 --- a/share/man/man4/uark.4 +++ b/share/man/man4/uark.4 @@ -16,23 +16,35 @@ .\" .\" $FreeBSD$ .\" -.Dd November 9, 2006 +.Dd November 15, 2006 .Dt UARK 4 .Os .Sh NAME .Nm uark .Nd Arkmicro Technologies ARK3116 based USB serial adapter .Sh SYNOPSIS +To compile this driver into the kernel, +place the following lines in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device uark" .Cd "device ucom" +.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 +uark_load="YES" +.Ed .Sh DESCRIPTION The .Nm driver supports Arkmicro Technologies ARK3116 based serial adapters. -.Pp -The following devices should work with the +.Sh HARDWARE +The .Nm -driver: +driver supports the following adapters: .Pp .Bl -bullet -compact .It @@ -54,6 +66,10 @@ The .Nm device driver first appeared in .Ox 4.0 . +The first +.Fx +release to include it was +.Fx 7.0 . .Sh AUTHORS .An -nosplit The