diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 | ||||
-rw-r--r-- | share/man/man4/trm.4 | 67 |
3 files changed, 75 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index f7d67e96753..f673c8d6d50 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.189 2002/01/24 23:00:05 mickey Exp $ +# $OpenBSD: Makefile,v 1.190 2002/02/18 01:55:30 krw Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \ an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -24,8 +24,8 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \ rlphy.4 route.4 rt.4 rtii.4 \ scsi.4 sd.4 ses.4 sf.4 sf2r.4 sf4r.4 siop.4 sis.4 sk.4 sl.4 sm.4 \ spp.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sv.4 \ - tb.4 tcic.4 tcp.4 termios.4 \ - ti.4 tl.4 tlphy.4 tp.4 tqphy.4 tty.4 tun.4 twe.4 tx.4 txp.4 txphy.4 \ + tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 tlphy.4 \ + tp.4 tqphy.4 trm.4 tty.4 tun.4 twe.4 tx.4 txp.4 txphy.4 \ uaudio.4 ubsec.4 ucom.4 udp.4 uftdi.4 ugen.4 uhci.4 uhid.4 uk.4 ukbd.4 \ ukphy.4 ulpt.4 umodem.4 ums.4 umass.4 unix.4 upl.4 uplcom.4 urio.4 \ usb.4 uscanner.4 usscanner.4 uvisor.4 uyap.4 vga.4 vlan.4 vnd.4 vr.4 \ diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index f821aa9011f..dc948cba563 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.58 2002/01/24 22:43:55 mickey Exp $ +.\" $OpenBSD: pci.4,v 1.59 2002/02/18 01:55:30 krw Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -110,6 +110,10 @@ interfaces. AMD Am53c974 PCscsi-PCI .Tn SCSI interfaces. +.It Xr trm 4 +Tekram DC-3x5U (TRM-S1040 based) +.Tn SCSI +interfaces. .El .Ss RAID and cache controllers .Bl -tag -width 10n -offset ind diff --git a/share/man/man4/trm.4 b/share/man/man4/trm.4 new file mode 100644 index 00000000000..2d0683246af --- /dev/null +++ b/share/man/man4/trm.4 @@ -0,0 +1,67 @@ +.\" $OpenBSD: trm.4,v 1.1 2002/02/18 01:55:30 krw Exp $ +.\" +.\" Copyright (c) 2001-2002, Ashley R. Martens and Kenneth R. Westerback. +.\" 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. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. 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. +.\" +.\" +.Dd February 16, 2002 +.Dt TRM 4 +.Os +.Sh NAME +.Nm trm +.Nd TRM-S1040 based PCI SCSI Host Adapters +.Sh SYNOPSIS +.Cd "trm* at pci? dev ? function ?" +.Cd "scsibus* at trm?" +.Sh DESCRIPTION +The +.Nm +driver supports PCI SCSI host adapters based on Tekram's TRM-S1040 +chip, including the following: +.Pp +.Bl -bullet -offset indent -compact +.It +Tekram DC395U/UW/F +.It +Tekram DC315/U +.El +.Sh SEE ALSO +.Xr cd 4 , +.Xr intro 4 , +.Xr scsi 4 , +.Xr sd 4 , +.Xr st 4 +.Pp +.Pa http://www.tekram.com/ +.Sh AUTHORS +The +.Nm +driver was written for +.Ox +by Kenneth R. Westerback and Ashley R. Martens, based on a +.Nx +driver by Erich Chen, which was ported to +.Ox +by Martin Akesson. |