mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
- Use our standard section 4 SYNOPSIS
- Add a HARDWARE section - Mention the first release to include this driver
This commit is contained in:
parent
c42d8ce5f6
commit
bc150a42a0
1 changed files with 20 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue