diff options
author | Steven Hartland <smh@FreeBSD.org> | 2013-05-03 10:37:59 +0000 |
---|---|---|
committer | Steven Hartland <smh@FreeBSD.org> | 2013-05-03 10:37:59 +0000 |
commit | 5d0b98f2c3b1859dd31c4481cc2db94c7f2431ef (patch) | |
tree | 3114c6884fa5a73089e578d577a08dbfb3629be4 | |
parent | 6a4dd49e2ce045057d52264ee2a96a18c92d1a64 (diff) |
Notes
-rw-r--r-- | sys/dev/mps/mps_mapping.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mps/mps_mapping.c b/sys/dev/mps/mps_mapping.c index 870535eb6d9a..585d54a5167e 100644 --- a/sys/dev/mps/mps_mapping.c +++ b/sys/dev/mps/mps_mapping.c @@ -331,6 +331,8 @@ _mapping_get_high_missing_mt_idx(struct mps_softc *sc) u16 ioc_pg8_flags = le16toh(sc->ioc_pg8.Flags); start_idx = 0; + start_idx_ir = 0; + end_idx_ir = 0; end_idx = sc->max_devices; if (ioc_pg8_flags & MPI2_IOCPAGE8_FLAGS_RESERVED_TARGETID_0) start_idx = 1; |