summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2002-12-16 18:44:24 +0000
committercognet <cognet@FreeBSD.org>2002-12-16 18:44:24 +0000
commit305d571d30a5b31fc034ed61014b0d38639be4c5 (patch)
tree4650399caa57f6e4599bf4daf17c67a6facd21fe /share
parent052113cc0f9bb39ccd0b6ae1dd4afb0397d30607 (diff)
downloadFreeBSD-src-305d571d30a5b31fc034ed61014b0d38639be4c5.zip
FreeBSD-src-305d571d30a5b31fc034ed61014b0d38639be4c5.tar.gz
Import of a minimalist trm(4) man page.
Anyone with more man pages knowledge than I have should feel free to complete it.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/trm.453
2 files changed, 54 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index cf7369d..40538ae 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -208,6 +208,7 @@ MAN= aac.4 \
termios.4 \
ti.4 \
tl.4 \
+ trm.4 \
ttcp.4 \
tty.4 \
tun.4 \
diff --git a/share/man/man4/trm.4 b/share/man/man4/trm.4
new file mode 100644
index 0000000..bf0b590
--- /dev/null
+++ b/share/man/man4/trm.4
@@ -0,0 +1,53 @@
+.\"
+.\" Copyright (c) 1999 Alexey Zelkin
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd December 8, 2002
+.Dt TRM 4
+.Os
+.Sh NAME
+.Nm trm
+.Nd trm-s1040 PCI SCSI driver
+.Sh SYNOPSIS
+.Cd "device trm"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Tn trm-s1040
+based SCSI cards, such as Tekram DC315X or Tekram DC395X.
+.Sh SEE ALSO
+.Xr cd 4 ,
+.Xr ch 4 ,
+.Xr da 4 ,
+.Xr intro 4 ,
+.Xr sa 4 ,
+.Xr scsi 4
+.Sh AUTHORS
+The
+.Nm
+driver was written by Tekram, Inc. and updated to work under
+.Fx 5.0
+by
+.An Olivier Houchard Aq cognet@FreeBSD.org .
OpenPOWER on IntegriCloud