xref: /netbsd/share/man/man4/icp.4 (revision bf9ec67e)
1.\" $NetBSD: icp.4,v 1.2 2002/04/22 21:10:55 wiz 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 attched to the
32controller, such as tape or CD-ROM drives.
33.Sh DIAGNOSTICS
34.Bl -tag
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 .
51.Sh AUTHORS
52The
53.Nm
54driver was written by
55.An Andrew Doran
56.Aq ad@netbsd.org .
57It is derived in part from the
58.Ox
59.Nm gdt
60driver, written by Niklas Hallqvist.
61.Sh BUGS
62ISA & EISA front-ends and a management interface are needed.
63.Pp
64Older PCI boards are not yet supported.
65