diff options
| author | Scott Long <scottl@FreeBSD.org> | 2013-08-09 01:09:02 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2013-08-09 01:09:02 +0000 |
| commit | d9802deb4eab51b08699148d8a206f8748bc1682 (patch) | |
| tree | ac7cfbf26f838c299a9cfa43cf4d82c7be05d44e /sys/dev/mps/mpsvar.h | |
| parent | f510415d848d6d4779e11149e4301b51994285ce (diff) | |
Notes
Diffstat (limited to 'sys/dev/mps/mpsvar.h')
| -rw-r--r-- | sys/dev/mps/mpsvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mps/mpsvar.h b/sys/dev/mps/mpsvar.h index 5f8a015d8f2d..15b660f7e755 100644 --- a/sys/dev/mps/mpsvar.h +++ b/sys/dev/mps/mpsvar.h @@ -414,6 +414,8 @@ struct mps_softc { uint16_t DD_block_exponent; uint64_t DD_max_lba; struct mps_column_map DD_column_map[MPS_MAX_DISKS_IN_VOL]; + + char exclude_ids[80]; }; struct mps_config_params { |
