Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.

This commit is contained in:
Matt Jacob 2006-05-26 05:42:00 +00:00
parent 1043516d26
commit 0e3b145ea3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158933

View File

@ -446,7 +446,7 @@ struct mpt_raid_volume {
CONFIG_PAGE_RAID_VOL_0 *config_page;
MPI_RAID_VOL_INDICATOR sync_progress;
mpt_raid_volume_flags flags;
u_int quieced_disks;
u_int quiesced_disks;
};
typedef enum {
@ -490,8 +490,9 @@ struct mpt_softc {
: 1,
twildcard : 1,
tenabled : 1,
: 2,
role : 2, /* none, ini, target, both */
: 1,
raid_enabled : 1,
raid_mwce_set : 1,
getreqwaiter : 1,
shutdwn_raid : 1,
@ -933,6 +934,8 @@ int mpt_decode_value(mpt_decode_entry_t *table, u_int num_entries,
const char *name, u_int value, u_int *cur_column,
u_int wrap_point);
void mpt_dump_request(struct mpt_softc *, request_t *);
enum {
MPT_PRT_ALWAYS,
MPT_PRT_FATAL,