Sync usage with man page.
[netbsd-mini2440.git] / share / man / man4 / icp.4
blob932a84a67b91cff8f514e71feb9362c2409b662f
1 .\" $NetBSD: icp.4,v 1.4 2003/03/31 03:16:13 perry Exp $
2 .\"
3 .\" from OpenBSD: gdt.4,v 1.14 2001/10/05 14:45:53 mpech Exp
4 .\"
5 .\" Copyright (c) 2000 Niklas Hallqvist.  All rights reserved.
6 .\" Copyright (c) 2002 Andrew Doran.  All rights reserved.
7 .\"
8 .Dd April 20, 2002
9 .Dt ICP 4
10 .Os
11 .Sh NAME
12 .Nm icp
13 .Nd ICP-Vortex and Intel Storage RAID driver
14 .Sh SYNOPSIS
15 .Cd "icp* at pci? dev ? function ?"
16 .Cd "ld* at icp? unit ?"
17 .Cd "icpsp* at icp? unit ?"
18 .Cd "scsibus* at icpsp?"
19 .Sh DESCRIPTION
20 The
21 .Nm
22 driver provides support for the newer (post 1997) ICP-Vortex GDT and Intel
23 Storage RAID controllers.
24 .Pp
25 The
26 .Nm ld
27 driver provides access to logical devices (disk arrays) presented by the
28 controller.
29 The
30 .Nm icpsp
31 driver provides direct access to other SCSI devices attached to the
32 controller, such as tape or CD-ROM drives.
33 .Sh DIAGNOSTICS
34 .Bl -tag
35 .It "pci_mem_find: expected mem type 00000000, found 00000002"
36 This message may be displayed during autoconfiguration if the controller's
37 memory is mapped below 1MB in physical address space.
38 This can be disabled either through changing a setting in the controller's
39 BIOS utility, or changing the position of a jumper on the board.
40 See your controller's documentation for more information.
41 .El
42 .Sh SEE ALSO
43 .Xr intro 4 ,
44 .Xr ld 4 ,
45 .Xr scsi 4
46 .Sh HISTORY
47 The
48 .Nm
49 driver first appeared in
50 .Nx 1.6 ,
51 and was based on
52 the
53 .Fx
54 and
55 .Ox
56 drivers of the same name.
57 .Sh BUGS
58 ISA & EISA front-ends and a management interface are needed.
59 .Pp
60 Older PCI boards are not yet supported.