summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/icp.4
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 15:32:58 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 15:32:58 -0400
commit5cb84ec742fd33f78c8022863fadaa8d0d93e176 (patch)
tree1a81ca3665e6153923e40db7b0d988f8573ab59c /static/netbsd/man4/icp.4
parenta59214f344567c037d5776879bcfc5fcc1d4d5f6 (diff)
feat: Added NetBSD man pages
Diffstat (limited to 'static/netbsd/man4/icp.4')
-rw-r--r--static/netbsd/man4/icp.460
1 files changed, 60 insertions, 0 deletions
diff --git a/static/netbsd/man4/icp.4 b/static/netbsd/man4/icp.4
new file mode 100644
index 00000000..e7233d0c
--- /dev/null
+++ b/static/netbsd/man4/icp.4
@@ -0,0 +1,60 @@
+.\" $NetBSD: icp.4,v 1.6 2012/10/14 10:05:55 njoly Exp $
+.\"
+.\" from OpenBSD: gdt.4,v 1.14 2001/10/05 14:45:53 mpech Exp
+.\"
+.\" Copyright (c) 2000 Niklas Hallqvist. All rights reserved.
+.\" Copyright (c) 2002 Andrew Doran. All rights reserved.
+.\"
+.Dd April 20, 2002
+.Dt ICP 4
+.Os
+.Sh NAME
+.Nm icp
+.Nd ICP-Vortex and Intel Storage RAID driver
+.Sh SYNOPSIS
+.Cd "icp* at pci? dev ? function ?"
+.Cd "ld* at icp? unit ?"
+.Cd "icpsp* at icp? unit ?"
+.Cd "scsibus* at icpsp?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the newer (post 1997) ICP-Vortex GDT and Intel
+Storage RAID controllers.
+.Pp
+The
+.Nm ld
+driver provides access to logical devices (disk arrays) presented by the
+controller.
+The
+.Nm icpsp
+driver provides direct access to other SCSI devices attached to the
+controller, such as tape or CD-ROM drives.
+.Sh DIAGNOSTICS
+.Bl -tag -width indent
+.It "pci_mem_find: expected mem type 00000000, found 00000002"
+This message may be displayed during autoconfiguration if the controller's
+memory is mapped below 1MB in physical address space.
+This can be disabled either through changing a setting in the controller's
+BIOS utility, or changing the position of a jumper on the board.
+See your controller's documentation for more information.
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr ld 4 ,
+.Xr scsi 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 1.6 ,
+and was based on
+the
+.Fx
+and
+.Ox
+drivers of the same name.
+.Sh BUGS
+ISA & EISA front-ends and a management interface are needed.
+.Pp
+Older PCI boards are not yet supported.