Split the SATALink bits out of the cmdide(4) manpage into the satalink(4)
manpage.
This commit is contained in:
parent
a5f1f3523b
commit
c49bae6213
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.304 2003/12/10 11:40:11 hannken Exp $
|
||||
# $NetBSD: Makefile,v 1.305 2003/12/14 01:00:20 thorpej Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= aac.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 adw.4 agp.4 \
|
||||
@ -27,7 +27,7 @@ MAN= aac.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 adw.4 agp.4 \
|
||||
pcdisplay.4 pciide.4 pdcide.4 piixide.4 pckbc.4 pckbd.4 pcn.4 pcppi.4 \
|
||||
pcscp.4 pcweasel.4 pms.4 pnaphy.4 ppp.4 pppoe.4 pty.4 puc.4 px.4 \
|
||||
pxg.4 qsphy.4 raid.4 ray.4 rcons.4 rnd.4 route.4 \
|
||||
rtk.4 sbus.4 scc.4 scsi.4 sd.4 se.4 ses.4 sf.4 sfb.4 siop.4 \
|
||||
rtk.4 satalink.4 sbus.4 scc.4 scsi.4 sd.4 se.4 ses.4 sf.4 sfb.4 siop.4 \
|
||||
sip.4 siside.4 sk.4 sl.4 slide.4 stpcide.4 sm.4 spc.4 \
|
||||
speaker.4 spp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sv.4 strip.4 systrace.4 \
|
||||
tb.4 tc.4 tcds.4 tcp.4 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cmdide.4,v 1.2 2003/10/08 13:39:11 wiz Exp $
|
||||
.\" $NetBSD: cmdide.4,v 1.3 2003/12/14 01:00:20 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 Manuel Bouyer.
|
||||
.\"
|
||||
@ -27,7 +27,7 @@
|
||||
.\" 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 October 8, 2003
|
||||
.Dd December 13, 2003
|
||||
.Dt CMDIDE 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -41,8 +41,8 @@
|
||||
The
|
||||
.Nm
|
||||
driver supports the CMD Technology PCI0640, PCI0643, PCI0646, PCI0648, PCI0649,
|
||||
and Silicon Image 0680 and SATALink 3112 IDE controllers, and provides the
|
||||
interface with the hardware for the
|
||||
and Silicon Image 0680 IDE controllers, and provides the interface with the
|
||||
hardware for the
|
||||
.Xr ata 4
|
||||
driver.
|
||||
.Pp
|
||||
|
59
share/man/man4/satalink.4
Normal file
59
share/man/man4/satalink.4
Normal file
@ -0,0 +1,59 @@
|
||||
.\" $NetBSD: satalink.4,v 1.1 2003/12/14 01:00:20 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 Manuel Bouyer.
|
||||
.\"
|
||||
.\" 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. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by Manuel Bouyer.
|
||||
.\" 4. 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 December 13, 2003
|
||||
.Dt SATALINK 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm satalink
|
||||
.Nd Silicon Image SATALink disk controller driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "satalink* at pci? dev ? function ? flags 0x0000"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver supports the Silicon Image SATALink 3112 Serial ATA controller,
|
||||
and provides the interface with the hardware for the
|
||||
.Xr ata 4
|
||||
driver.
|
||||
.Pp
|
||||
The 0x0002 flag forces the
|
||||
.Nm
|
||||
driver to disable DMA on chipsets for which DMA would normally be
|
||||
enabled.
|
||||
This can be used as a debugging aid, or to work around
|
||||
problems where the SATA controller is wired up to the system incorrectly.
|
||||
.Sh SEE ALSO
|
||||
.Xr ata 4 ,
|
||||
.Xr atapi 4 ,
|
||||
.Xr intro 4 ,
|
||||
.Xr pci 4 ,
|
||||
.Xr pciide 4 ,
|
||||
.Xr wd 4 ,
|
||||
.Xr wdc 4
|
Loading…
Reference in New Issue
Block a user