summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpivar.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2006-06-15 07:35:45 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2006-06-15 07:35:45 +0000
commite83b30f1b44ee9d686f2ebc165a3464ccde9ca6c (patch)
treec3accda6bcfce3308be8849944aed205c4a4a61d /sys/dev/ic/mpivar.h
parent63b77d9e1ff3ab5407e3183d82fcdeb3a5aa22c7 (diff)
Add detection of RAID volume during PPR. Doesn't fan out the ppr to individual
devices yet.
Diffstat (limited to 'sys/dev/ic/mpivar.h')
-rw-r--r--sys/dev/ic/mpivar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/mpivar.h b/sys/dev/ic/mpivar.h
index d188ed676d1..ce797a9ecb3 100644
--- a/sys/dev/ic/mpivar.h
+++ b/sys/dev/ic/mpivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpivar.h,v 1.13 2006/06/15 06:45:53 marco Exp $ */
+/* $OpenBSD: mpivar.h,v 1.14 2006/06/15 07:35:44 marco Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -108,6 +108,7 @@ struct mpi_softc {
int sc_buswidth;
int sc_target;
+ int sc_ioc_number;
struct mpi_dmamem *sc_requests;
struct mpi_ccb *sc_ccbs;