xref: /netbsd/share/man/man4/iteide.4 (revision 6550d01e)
1.\"	$NetBSD: iteide.4,v 1.5 2006/06/30 17:19:18 wiz Exp $
2.\"
3.\" Copyright (c) 2004 Grant Beattie.
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.\" 3. The name of the author may not be used to endorse or promote products
14.\"    derived from this software without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd June 30, 2006
28.Dt ITEIDE 4
29.Os
30.Sh NAME
31.Nm iteide
32.Nd Integrated Technology Express IDE disk controllers driver
33.Sh SYNOPSIS
34.Cd "iteide* at pci? dev ? function ? flags 0x0000"
35.Sh DESCRIPTION
36The
37.Nm
38driver supports the IT8211 and IT8212 IDE controllers which are
39found on some Gigabyte motherboards (as
40.Dq GigaRAID )
41and some PCI cards.
42This driver provides the interface with the hardware for the
43.Xr ata 4
44driver.
45.Pp
46The optional RAID functionality of the IT8211 and IT8212 is not
47supported and is explicitly disabled by the
48.Nm
49driver.
50The controller will act like a regular IDE controller with no RAID
51functionality.
52.Sh SEE ALSO
53.Xr ata 4 ,
54.Xr atapi 4 ,
55.Xr intro 4 ,
56.Xr pci 4 ,
57.Xr pciide 4 ,
58.Xr wd 4 ,
59.Xr wdc 4
60.Sh AUTHORS
61.An -nosplit
62The
63.Nm
64driver was written by
65.An Alexander Yurchenko Aq grange@openbsd.org
66and ported to
67.Nx
68by
69.An Grant Beattie Aq grant@NetBSD.org .
70