xref: /netbsd-src/share/man/man4/hcide.4 (revision 220b5c059a84c51ea44107ea8951a57ffaecdc8c)
1.\" $NetBSD: hcide.4,v 1.3 2001/09/19 01:05:54 wiz Exp $
2.\"
3.\" Copyright (c) 2000 Ben Harris
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. The name of the author may not be used to endorse or promote products
15.\"    derived from this software without specific prior written permission.
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.Dd June 13, 2001
29.Os
30.Dt HCIDE 4
31.Sh NAME
32.Nm dtide
33.Nd HCCS IDE interface driver
34.Sh SYNOPSIS
35.Cd hcide* at podulebus0 slot ?
36.Cd wd* at hcide? channel ? drive ?
37.Cd atapibus* at hcide? channel ?
38.Sh DESCRIPTION
39The
40.Nm
41driver handles an HCCS IDE interface plugged into an Acorn expansion
42slot.  It uses the standard
43.Nx
44IDE controller driver, and hence can use the standard
45.Nm wd
46and
47.Nm atapibus
48drivers.
49.Pp
50The card provides three IDE channels.  The internal 44-way IDE connector is
51channel 0, the internal 40-way connector is channel 1 and the external
52connector is channel 2.
53.Sh SEE ALSO
54.Xr atapibus 4 ,
55.Xr podulebus 4 ,
56.Xr wd 4
57.Sh BUGS
58The driver was derived by reverse-engineering the card, so it may not handle
59the card entirely optimally.
60