summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-06-04 06:18:07 +0000
committerscottl <scottl@FreeBSD.org>2007-06-04 06:18:07 +0000
commit741062ba0a29af10c3bbcf79e9889536a3a9c9c5 (patch)
treea730a2b0c63c6a56149b2a20930c8178521cea90 /sys/dev/mpt
parenteff13571bcc3099e23ae5f1fd66587fead9de918 (diff)
downloadFreeBSD-src-741062ba0a29af10c3bbcf79e9889536a3a9c9c5.zip
FreeBSD-src-741062ba0a29af10c3bbcf79e9889536a3a9c9c5.tar.gz
Track an update in the MPI headers that was missed earlier.
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c
index 1e14f6f..d186c85 100644
--- a/sys/dev/mpt/mpt.c
+++ b/sys/dev/mpt/mpt.c
@@ -2821,7 +2821,7 @@ mpt2host_config_page_raid_vol_0(CONFIG_PAGE_RAID_VOL_0 *volp)
MPT_2_HOST16(volp, VolumeStatus.Reserved);
MPT_2_HOST16(volp, VolumeSettings.Settings);
MPT_2_HOST32(volp, MaxLBA);
- MPT_2_HOST32(volp, Reserved1);
+ MPT_2_HOST32(volp, MaxLBAHigh);
MPT_2_HOST32(volp, StripeSize);
MPT_2_HOST32(volp, Reserved2);
MPT_2_HOST32(volp, Reserved3);
OpenPOWER on IntegriCloud