From fd7c577d24646d49f11a767293854862ecdaae41 Mon Sep 17 00:00:00 2001 From: bmah Date: Sat, 6 Sep 2003 17:31:50 +0000 Subject: Add stg(4) manpage and hook up to the section 4 manpage build. PR: 55605 Submitted by: Bob Bishop --- share/man/man4/Makefile | 1 + share/man/man4/stg.4 | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 share/man/man4/stg.4 (limited to 'share/man') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0556f26..740dd87 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -229,6 +229,7 @@ MAN= aac.4 \ st.4 \ ste.4 \ stf.4 \ + stg.4 \ sym.4 \ syncache.4 \ syncer.4 \ diff --git a/share/man/man4/stg.4 b/share/man/man4/stg.4 new file mode 100644 index 0000000..0b3ee1f --- /dev/null +++ b/share/man/man4/stg.4 @@ -0,0 +1,70 @@ +.\" +.\" Copyright (c) 2003 Bob Bishop +.\" 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 August 16, 2003 +.Dt STG 4 i386 +.Os +.Sh NAME +.Nm stg +.Nd driver for Future Domain based SCSI controllers +.Sh SYNOPSIS +.Cd "device stg" +.Pp +In +.Pa /boot/device.hints +(for ISA controllers): +.Cd hint.stg.0.at="isa" +.Sh DESCRIPTION +The +.Nm +driver provides support for ISA, PCCARD and PCI controllers based on +Future Domain SCSI controller chips including the TMC-16C30, 16C50 and 32C60. +Supported controllers include: +.Bl -dash -offset indent -compact +.It +Adaptec 2920/A +.It +Future Domain SCSI2GO +.It +Future Domain TMC-18XX/3260 +.It +IBM SCSI PCMCIA Card +.It +ICM PSC-2401 SCSI +.It +MELCO IFC-SC +.It +RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A +.El +.Pp +Note that the Adaptec 2920C is supported by the +.Sy ahc +driver. +.Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , +.Xr da 4 , +.Xr intro 4 , +.Xr sa 4 -- cgit v1.1