cvs commit: src/sys/dev/mlx mlx.c src/usr.sbin/mlxcontrol
command.c interface.c
Stephane E. Potvin
sepotvin at FreeBSD.org
Fri Sep 12 17:44:53 UTC 2008
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
More information about the cvs-src
mailing list