Add a manual page for ixpide(4).

This commit is contained in:
cube 2004-12-06 19:34:01 +00:00
parent 99b014db5e
commit c002a66744
3 changed files with 64 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.736 2004/12/01 22:27:45 grant Exp $
# $NetBSD: mi,v 1.737 2004/12/06 19:34:01 cube Exp $
./etc/mtree/set.man man-sys-root
./usr/share/info/am-utils.info man-amd-info info
./usr/share/info/as.info man-computil-info bfd,info
@ -926,6 +926,7 @@
./usr/share/man/cat4/iteide.0 man-sys-catman .cat
./usr/share/man/cat4/iwic.0 man-sys-catman .cat
./usr/share/man/cat4/ix.0 man-sys-catman .cat
./usr/share/man/cat4/ixpide.0 man-sys-catman .cat
./usr/share/man/cat4/iy.0 man-sys-catman .cat
./usr/share/man/cat4/joy.0 man-sys-catman .cat
./usr/share/man/cat4/kloader.0 man-sys-catman .cat
@ -3080,6 +3081,7 @@
./usr/share/man/man4/iteide.4 man-sys-man .man
./usr/share/man/man4/iwic.4 man-sys-man .man
./usr/share/man/man4/ix.4 man-sys-man .man
./usr/share/man/man4/ixpide.4 man-sys-man .man
./usr/share/man/man4/iy.4 man-sys-man .man
./usr/share/man/man4/joy.4 man-sys-man .man
./usr/share/man/man4/kloader.4 man-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.338 2004/12/01 22:27:45 grant Exp $
# $NetBSD: Makefile,v 1.339 2004/12/06 19:34:01 cube Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 \
@ -19,7 +19,7 @@ MAN= aac.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 \
hptide.4 icmp.4 icp.4 icsphy.4 idp.4 ifmedia.4 \
igsfb.4 iha.4 inet.4 inphy.4 intersil7170.4 \
ioasic.4 ioat.4 iop.4 iophy.4 iopsp.4 ip.4 ipkdb.4 ipw.4 \
iso.4 isp.4 iteide.4 joy.4 kloader.4 ksyms.4 kttcp.4 lc.4 \
iso.4 isp.4 iteide.4 ixpide.4 joy.4 kloader.4 ksyms.4 kttcp.4 lc.4 \
ld.4 lkm.4 lo.4 lxtphy.4 mainbus.4 makphy.4 \
mbe.4 mca.4 mcclock.4 md.4 mfb.4 mhzc.4 midi.4 \
mii.4 mk48txx.4 mlx.4 mly.4 mpt.4 mpu.4 mtd.4 \

59
share/man/man4/ixpide.4 Normal file
View File

@ -0,0 +1,59 @@
.\" $NetBSD: ixpide.4,v 1.1 2004/12/06 19:34:01 cube 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 4, 2004
.Dt IXPIDE 4
.Os
.Sh NAME
.Nm ixpide
.Nd PCI IDE disk controllers driver
.Sh SYNOPSIS
.Cd "ixpide* at pci? dev ? function ? flags 0x0000"
.Sh DESCRIPTION
The
.Nm
driver supports the ATI Technologies IXP IDE 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 IDE 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