diff options
author | Alexander Motin <mav@FreeBSD.org> | 2020-11-26 02:14:52 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2020-11-26 02:14:52 +0000 |
commit | b05f17a12fc58914e0a5b17f90331627b600432d (patch) | |
tree | 4e140f98c8fde18c1603c12f70ca319a42fad4aa /sys/dev/isp/ispmbox.h | |
parent | 8cb0d414a8bc7f4114d208fefdf614cd3647086c (diff) |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 1af6ba13a1fce..aec365e2560bc 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -805,7 +805,7 @@ typedef struct { uint32_t icb_fwoptions3; uint16_t icb_qos; uint16_t icb_reserved2[3]; - uint16_t icb_enodemac[3]; + uint8_t icb_enodemac[6]; uint16_t icb_disctime; uint16_t icb_reserved3[4]; } isp_icb_2400_t; |