aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx/mlxreg.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-12-22 01:21:28 +0000
committerMike Smith <msmith@FreeBSD.org>1999-12-22 01:21:28 +0000
commit9eee27f16dfdce60dfd13b7f7a0486a65a2686b5 (patch)
treef6b52551e901a19ff60735fa86933a06d46e6593 /sys/dev/mlx/mlxreg.h
parent3b073b53b79033e79f8cfb92f39417007eb5e91c (diff)
Notes
Diffstat (limited to 'sys/dev/mlx/mlxreg.h')
-rw-r--r--sys/dev/mlx/mlxreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mlx/mlxreg.h b/sys/dev/mlx/mlxreg.h
index f50e202420c1..d004a12c9705 100644
--- a/sys/dev/mlx/mlxreg.h
+++ b/sys/dev/mlx/mlxreg.h
@@ -214,7 +214,7 @@ struct mlx_enquiry2 /* MLX_CMD_ENQUIRY2 */
u_int16_t me_clock_speed;
u_int16_t me_mem_speed;
u_int16_t me_hardware_speed;
- u_int8_t res4[10];
+ u_int8_t res4[12];
u_int16_t me_max_commands;
u_int16_t me_max_sg;
u_int16_t me_max_dp;
@@ -235,7 +235,7 @@ struct mlx_enquiry2 /* MLX_CMD_ENQUIRY2 */
u_int16_t me_cacheline;
u_int8_t me_scsi_cap;
u_int8_t res9[5];
- u_int16_t me_fimware_build;
+ u_int16_t me_firmware_build;
u_int8_t me_fault_mgmt_type;
u_int8_t res10;
u_int32_t me_firmware_features;