summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlxreg.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-12-22 01:21:28 +0000
committermsmith <msmith@FreeBSD.org>1999-12-22 01:21:28 +0000
commit84a1c51a20fd7906da50daf7f340ba1008ec04e7 (patch)
tree4336a5b251cf220a7b17e9698b586c834b2448e4 /sys/dev/mlx/mlxreg.h
parentd55ac72ab6851d040ca79a49de956347c872ed78 (diff)
downloadFreeBSD-src-84a1c51a20fd7906da50daf7f340ba1008ec04e7.zip
FreeBSD-src-84a1c51a20fd7906da50daf7f340ba1008ec04e7.tar.gz
Updates resulting from new documentation from Mylex and some cleaning:
- Don't keep private copies of some of the data fields from the ENQUIRY and ENQUIRY2 commands. Instead, standardise on the ENQUIRY2 command for initial adapter information, and keep a copy of the entire structure. Refer to it where appropriate. - Move all of the controller description functionality into a new function. Print lots more controller data if bootverbose is set. Add knowledge of the DAC960 PR, PT, PTL0 and PRL controllers, rename the 960PTL -> PTL0 and 1100P -> 1100PVX. - Correctly terminate an error message. The controller interface procedures have been reviewed against the Mylex-supplied documentation; no changes appear necessary at this time.
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 f50e202..d004a12c 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;
OpenPOWER on IntegriCloud