xref: /netbsd-src/share/man/man4/icp.4 (revision 4718852312f24f61790265488df6100683b3e85b)
1.\" $NetBSD: icp.4,v 1.6 2012/10/14 10:05:55 njoly 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
20The
21.Nm
22driver provides support for the newer (post 1997) ICP-Vortex GDT and Intel
23Storage RAID controllers.
24.Pp
25The
26.Nm ld
27driver provides access to logical devices (disk arrays) presented by the
28controller.
29The
30.Nm icpsp
31driver provides direct access to other SCSI devices attached to the
32controller, such as tape or CD-ROM drives.
33.Sh DIAGNOSTICS
34.Bl -tag -width indent
35.It "pci_mem_find: expected mem type 00000000, found 00000002"
36This message may be displayed during autoconfiguration if the controller's
37memory is mapped below 1MB in physical address space.
38This can be disabled either through changing a setting in the controller's
39BIOS utility, or changing the position of a jumper on the board.
40See 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
47The
48.Nm
49driver first appeared in
50.Nx 1.6 ,
51and was based on
52the
53.Fx
54and
55.Ox
56drivers of the same name.
57.Sh BUGS
58ISA & EISA front-ends and a management interface are needed.
59.Pp
60Older PCI boards are not yet supported.
61