Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2008 17:40:17 +0000 (UTC)
From:      "Stephane E. Potvin" <sepotvin@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mlx mlx.c src/usr.sbin/mlxcontrol command.c interface.c
Message-ID:  <200809121744.m8CHirit019194@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sepotvin    2008-09-12 17:40:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mlx          mlx.c 
    usr.sbin/mlxcontrol  command.c interface.c 
  Log:
  SVN rev 182965 on 2008-09-12 17:40:17Z by sepotvin
  
  Make mlxcontrol work with more than one system drive:
  - When searching for the next system drive, return the next one instead
    of always returning the first one.
  - Plug fd lead and make sure that the MLX_NEXT_CHILD ioctl is called
    on the controller fd, not the disk's one.
  
  While there, fix a cut-n-pase error in a warning.
  
  Reviewed by:    jhb
  Approved by:    kan (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.55      +1 -1      src/sys/dev/mlx/mlx.c
  1.3       +2 -2      src/usr.sbin/mlxcontrol/command.c
  1.3       +6 -4      src/usr.sbin/mlxcontrol/interface.c



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