Date: Tue, 21 Dec 1999 17:21:30 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c mlx_disk.c mlxreg.h mlxvar.h Message-ID: <199912220121.RAA76365@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/12/21 17:21:30 PST
Modified files:
sys/dev/mlx mlx.c mlx_disk.c mlxreg.h mlxvar.h
Log:
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.
Revision Changes Path
1.12 +90 -62 src/sys/dev/mlx/mlx.c
1.8 +2 -2 src/sys/dev/mlx/mlx_disk.c
1.5 +3 -3 src/sys/dev/mlx/mlxreg.h
1.5 +5 -13 src/sys/dev/mlx/mlxvar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912220121.RAA76365>
