From owner-cvs-all Tue Dec 21 17:21:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65D3B14BF3; Tue, 21 Dec 1999 17:21:30 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA76365; Tue, 21 Dec 1999 17:21:30 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199912220121.RAA76365@freefall.freebsd.org> From: Mike Smith Date: Tue, 21 Dec 1999 17:21:30 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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