]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Updates resulting from new documentation from Mylex and some cleaning:
authormsmith <msmith@FreeBSD.org>
Wed, 22 Dec 1999 01:21:28 +0000 (01:21 +0000)
committermsmith <msmith@FreeBSD.org>
Wed, 22 Dec 1999 01:21:28 +0000 (01:21 +0000)
commit84a1c51a20fd7906da50daf7f340ba1008ec04e7
tree4336a5b251cf220a7b17e9698b586c834b2448e4
parentd55ac72ab6851d040ca79a49de956347c872ed78
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.
sys/dev/mlx/mlx.c
sys/dev/mlx/mlx_disk.c
sys/dev/mlx/mlxreg.h
sys/dev/mlx/mlxvar.h