summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpireg.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-07-06 09:59:44 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-07-06 09:59:44 +0000
commit2557013620e372dba851b2f36499f1a34f76957e (patch)
tree9442e712b3921c144ecb296cffac58dfd6fe3956 /sys/dev/ic/mpireg.h
parent4c30427ba1d0e45fa6f30e7652ac9b2fc2ab08d4 (diff)
fix debugging stuff
Diffstat (limited to 'sys/dev/ic/mpireg.h')
-rw-r--r--sys/dev/ic/mpireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mpireg.h b/sys/dev/ic/mpireg.h
index a7bf6b7615c..da71908c641 100644
--- a/sys/dev/ic/mpireg.h
+++ b/sys/dev/ic/mpireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpireg.h,v 1.25 2006/07/06 09:04:45 dlg Exp $ */
+/* $OpenBSD: mpireg.h,v 1.26 2006/07/06 09:59:43 dlg Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -1024,7 +1024,7 @@ struct mpi_cfg_ioc_pg2 {
u_int8_t active_vols;
u_int8_t max_vols;
u_int8_t active_physdisks;
- u_int8_t physdisks;
+ u_int8_t max_physdisks;
/* followed by a list of mpi_cf_raid_vol structs */
} __packed;