Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 1999 19:54:07 -0700 (PDT)
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 mlxreg.h mlxvar.h
Message-ID:  <199910140254.TAA08811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1999/10/13 19:54:07 PDT

  Modified files:
    sys/dev/mlx          mlx.c mlx_disk.c mlx_pci.c mlxreg.h 
                         mlxvar.h 
  Log:
  Add support for the version 4 firmware interface and the DAC960 PG and
  PJ cards.  This will probably also support the AcceleRAID and
  eXtremeRAID cards, but nobody has volunteered one for testing, so I
  haven't enabled their PCI device IDs.
  
  Slightly clean up communication between the disk devices and the
  controller device as per new practice, and move some more register-
  related items int mlxreg.h from mlxvar.h.
  
  Remove some unnecessary read-modify-write operations to the card
  control registers; they don't behave like that.
  
  Increase the status polling interval to 10 seconds.  It's still possible
  to load the card up to the point where a status poll will find the
  previous poll still running, but this will reduce the incidence of
  complaints.
  
  Revision  Changes    Path
  1.2       +110 -12   src/sys/dev/mlx/mlx.c
  1.2       +12 -21    src/sys/dev/mlx/mlx_disk.c
  1.2       +2 -1      src/sys/dev/mlx/mlx_pci.c
  1.2       +60 -1     src/sys/dev/mlx/mlxreg.h
  1.2       +1 -28     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?199910140254.TAA08811>