summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-08-20 22:51:33 +0000
committerbrad <brad@openbsd.org>2005-08-20 22:51:33 +0000
commit1b97581d69c56d93a018e5e2926081227e7c2efb (patch)
tree3a23914f5a5463f5718e6fea8b14fa7b6b270e7a
parenthandle timeouts and errors better (diff)
downloadwireguard-openbsd-1b97581d69c56d93a018e5e2926081227e7c2efb.tar.xz
wireguard-openbsd-1b97581d69c56d93a018e5e2926081227e7c2efb.zip
cac(4) are 234* series and ciss(4) are 56* series.
-rw-r--r--share/man/man4/cac.44
-rw-r--r--share/man/man4/ciss.46
-rw-r--r--sys/dev/pci/files.pci6
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/cac.4 b/share/man/man4/cac.4
index ad3820cab09..416441df495 100644
--- a/share/man/man4/cac.4
+++ b/share/man/man4/cac.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cac.4,v 1.14 2005/08/04 05:11:32 jmc Exp $
+.\" $OpenBSD: cac.4,v 1.15 2005/08/20 22:51:33 brad Exp $
.\"
.\" Michael Shalayeff, 2000. Public Domain.
.\"
@@ -7,7 +7,7 @@
.Os
.Sh NAME
.Nm cac
-.Nd Compaq Smart ARRAY RAID controllers
+.Nd Compaq Smart ARRAY 2/3/4 RAID controllers
.Sh SYNOPSIS
.Cd "cac* at pci?"
.Cd "cac* at eisa?"
diff --git a/share/man/man4/ciss.4 b/share/man/man4/ciss.4
index ff5b07985a9..52cc2cf5e3f 100644
--- a/share/man/man4/ciss.4
+++ b/share/man/man4/ciss.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ciss.4,v 1.2 2005/08/04 14:58:53 jmc Exp $
+.\" $OpenBSD: ciss.4,v 1.3 2005/08/20 22:51:33 brad Exp $
.\"
.\" Michael Shalayeff, 2005. Public Domain.
.\"
@@ -7,14 +7,14 @@
.Os
.Sh NAME
.Nm ciss
-.Nd Compaq Smart Array 5/6 Controllers
+.Nd Compaq Smart ARRAY 5/6 RAID controllers
.Sh SYNOPSIS
.Cd "ciss* at pci?"
.Cd "scsibus* at ciss?"
.Sh DESCRIPTION
The
.Nm
-driver provides support for the Compaq Smart Array 5th and 6th
+driver provides support for the Compaq Smart ARRAY 5th and 6th
family of RAID controllers, including:
.Pp
.Bl -tag -width Ds -offset indent -compact
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index e8e592433f0..8cea20b65a3 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.187 2005/08/14 21:50:49 claudio Exp $
+# $OpenBSD: files.pci,v 1.188 2005/08/20 22:51:38 brad Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -164,11 +164,11 @@ attach aac at pci with aac_pci
file dev/pci/aac_pci.c aac_pci
file dev/ic/aac.c aac
-# Compaq Smart ARRAY Controllers
+# Compaq Smart ARRAY [234]* RAID controllers
attach cac at pci with cac_pci
file dev/pci/cac_pci.c cac_pci
-# Compaq Smart ARRAY 5* Controllers
+# Compaq Smart ARRAY [56]* RAID controllers
attach ciss at pci with ciss_pci
file dev/pci/ciss_pci.c ciss_pci