1.\" $NetBSD: pciide.4,v 1.63 2009/10/19 18:41:09 bouyer Exp $ 2.\" 3.\" Copyright (c) 1998,2003 Manuel Bouyer. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" 25.Dd May 29, 2008 26.Dt PCIIDE 4 27.Os 28.Sh NAME 29.Nm pciide 30.Nd PCI IDE disk controllers driver 31.Sh SYNOPSIS 32.Cd "pciide* at pci? dev ? function ? flags 0x0000" 33.Cd "pciide* at pnpbios? index ?" 34.Sh DESCRIPTION 35The 36.Nm 37driver supports the PCI IDE controllers as specified in the 38"PCI IDE controller specification, revision 1.0" draft, and provides the 39interface with the hardware for the 40.Ic ata 41driver. 42Please use the chip-specific drivers for the following controllers for 43enhanced and DMA support: 44.Bl -dash -compact -offset indent 45.It 46Acard ATP850 (Ultra/33) and ATP860 (Ultra/66) IDE Controllers: 47.Xr acardide 4 48.It 49Acer labs M5229 IDE Controller: 50.Xr aceride 4 51.It 52Advanced Micro Devices AMD-756, 766, and 768 IDE Controllers: 53.Xr viaide 4 54.It 55Advanced Micro Devices Geode IDE Controllers: 56.Xr geodeide 4 57.It 58CMD Tech PCI0643, PCI0646, PCI0648, and PCI0649 IDE Controllers: 59.Xr cmdide 4 60.It 61Contaq Microsystems/Cypress CY82C693 IDE Controller: 62.Xr cypide 4 63.It 64HighPoint HPT366 Ultra/66, HPT370 Ultra/100, HPT372, and HPT374 Ultra/133 65IDE controller: 66.Xr hptide 4 67.It 68Intel PIIX, PIIX3, and PIIX4 IDE Controllers: 69.Xr piixide 4 70.It 71Intel i31244 Serial ATA controller: 72.Xr artsata 4 73.It 74Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH5/ICH6) IDE Controllers: 75.Xr piixide 4 76.It 77NVIDIA nForce/nForce2 IDE Controllers: 78.Xr viaide 4 79.It 80OPTi 82c621 (plus a few of its derivatives) IDE Controllers: 81.Xr optiide 4 82.It 83Promise PDC20246 (Ultra/33), PDC20262 (Ultra/66), PDC20265/PDC20267 (Ultra100), 84PDC20268 (Ultra/100TX2 and Ultra/100TX2v2), Ultra/133, Ultra/133TX2 and 85Ultra/133TX2v2 PCI IDE controllers: 86.Xr pdcide 4 87.It 88Serverworks K2 SATA controllers: 89.Xr svwsata 4 90.It 91Silicon Image 0680 IDE controller: 92.Xr cmdide 4 93.It 94Silicon Image SATALink 3112 Serial ATA controller: 95.Xr satalink 4 96.It 97Silicon Image SteelVine 3124/3132/3531 Serial ATA II controller: 98.Xr siisata 4 99.It 100Silicon Integrated System 5597/5598 IDE controller: 101.Xr siside 4 102.It 103Symphony Labs 82C105 and Winbond W83C553F IDE controller: 104.Xr slide 4 105.It 106VIA Technologies VT82C586, VT82C586A, VT82C596A, VT82C686A, VT8233A, 107and VT8235 IDE Controllers: 108.Xr viaide 4 109.El 110.Pp 111The 0x0001 flag forces the 112.Nm 113driver to use DMA when there is no explicit DMA mode setting support for 114the controller but DMA is present. 115If the BIOS didn't set up the controller 116properly, this can cause a machine hang. 117.Pp 118The 0x0002 flag forces the 119.Nm 120driver to disable DMA on chipsets for which DMA would normally be 121enabled. 122This can be used as a debugging aid, or to work around 123problems where the IDE controller is wired up to the system incorrectly. 124.Sh SEE ALSO 125.Xr acardide 4 , 126.Xr aceride 4 , 127.Xr artsata 4 , 128.Xr ata 4 , 129.Xr atapi 4 , 130.Xr cmdide 4 , 131.Xr cypide 4 , 132.Xr geodeide 4 , 133.Xr hptide 4 , 134.Xr intro 4 , 135.Xr optiide 4 , 136.Xr pci 4 , 137.Xr pdcide 4 , 138.Xr piixide 4 , 139.Xr pnpbios 4 , 140.Xr satalink 4 , 141.Xr siisata 4 , 142.Xr siside 4 , 143.Xr slide 4 , 144.Xr viaide 4 , 145.Xr wd 4 , 146.Xr wdc 4 147