diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-10-17 21:44:06 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-10-17 21:44:06 +0000 |
| commit | 3df780cf7672ad92d407bb3d1c421d41c17da7d0 (patch) | |
| tree | 9b02a5f12a9ca3bbffec2b21ba7a9ba7bfdbfd72 /sys/dev/aac/aacreg.h | |
| parent | 1e343b38be7b617c9b89b41cbedecd1115b4ae92 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac/aacreg.h')
| -rw-r--r-- | sys/dev/aac/aacreg.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h index dd084379322fd..fe5448714b46b 100644 --- a/sys/dev/aac/aacreg.h +++ b/sys/dev/aac/aacreg.h @@ -851,9 +851,10 @@ struct aac_aif_command { u_int32_t seqNumber; /* To allow ordering of * reports (if necessary) */ union { - struct aac_AifEventNotify EN; /* Event notify structure */ - struct aac_AifJobProgressReport PR[1]; /* Progress report */ - u_int8_t AR[AAC_AIF_REPORT_MAX_SIZE]; + struct aac_AifEventNotify EN; /* Event notify */ + struct aac_AifJobProgressReport PR[1]; /* Progress report */ + u_int8_t AR[AAC_AIF_REPORT_MAX_SIZE]; + u_int8_t data[AAC_FIB_DATASIZE - 8]; } data; } __packed; |
