Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2000 18:01:40 -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 mlx_pci.c mlxio.h mlxreg.h mlxvar.h
Message-ID:  <200003180201.SAA30143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003180201.SAA30143>