From owner-cvs-all Fri Mar 17 18: 1:43 2000 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 BE22A37B825; Fri, 17 Mar 2000 18:01:40 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA30143; Fri, 17 Mar 2000 18:01:40 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200003180201.SAA30143@freefall.freebsd.org> From: Mike Smith Date: Fri, 17 Mar 2000 18:01:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c mlx_disk.c mlx_pci.c mlxio.h mlxreg.h mlxvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/03/17 18:01:40 PST Modified files: sys/dev/mlx mlx.c mlx_disk.c mlx_pci.c mlxio.h mlxreg.h mlxvar.h Log: Update to the latest development version of the Mylex driver. Changes in this version include: - Support for version 2.x firmware (2.42 or later recommended). This means we are the only open-source driver supporting these adapters. This code has only been tested on a Digital KZPCA adapter in an Alpha system, but is believed to be correct. NOTE: EISA adapters are not yet supported. - Support the BIOS/Firmware initialisation handshake protocol. This allows the driver to bring the card up to operational state even if the BIOS can't be run (eg. if it's an x86 BIOS in an Alpha system). - A working command pasthrough interface. This allows a user-space configuration tool (under development) to issue arbitrary commands to the controller or to devices in the system. Revision Changes Path 1.15 +439 -125 src/sys/dev/mlx/mlx.c 1.9 +10 -16 src/sys/dev/mlx/mlx_disk.c 1.5 +20 -14 src/sys/dev/mlx/mlx_pci.c 1.2 +6 -1 src/sys/dev/mlx/mlxio.h 1.6 +208 -7 src/sys/dev/mlx/mlxreg.h 1.6 +27 -5 src/sys/dev/mlx/mlxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message