diff options
author | Kenneth D. Merry <ken@FreeBSD.org> | 2019-03-11 14:21:14 +0000 |
---|---|---|
committer | Kenneth D. Merry <ken@FreeBSD.org> | 2019-03-11 14:21:14 +0000 |
commit | 6f9dbc0e6ec465793f19a48620e1205cc1eec2be (patch) | |
tree | b70bf047e854304c1eb2d2c23e2e54fa781ddbbd /sys/dev/isp/ispmbox.h | |
parent | c65b552f895bcb8ea931da6304108a3e008ff669 (diff) |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 887b6115822b3..0b46e1cffc263 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1384,6 +1384,7 @@ typedef struct { */ typedef struct { uint16_t handle; + uint16_t prli_word0; uint16_t prli_word3; uint32_t : 8, portid : 24; |