Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2000 19:52:49 -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 mlxio.h mlxreg.h mlxvar.h
Message-ID:  <200004110252.TAA39051@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2000/04/10 19:52:49 PDT

  Modified files:
    sys/dev/mlx          mlx.c mlx_disk.c mlxio.h mlxreg.h 
                         mlxvar.h 
  Log:
  Add features required for basic userland management utility:
  
   - implement user-initiated background drive rebuild
   - implement user-initiated background consistency check
   - log controller-initiated background rebuild/check operations
  
  Try to fix the elusive "invalid log operation" bug, and panic if we do
  hit this one in the hopes of getting better information.
  
  Tidy up diagnostic messages.
  
  Try to use disk_create/disk_destroy correctly.  This isn't working
  properly yet, but it's not clear whose fault that is.
  
  Revision  Changes    Path
  1.18      +188 -103  src/sys/dev/mlx/mlx.c
  1.11      +4 -8      src/sys/dev/mlx/mlx_disk.c
  1.3       +27 -23    src/sys/dev/mlx/mlxio.h
  1.7       +12 -1     src/sys/dev/mlx/mlxreg.h
  1.7       +9 -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?200004110252.TAA39051>