Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/bioctl



Module Name:    src
Committed By:   xtraeme
Date:           Wed Dec  5 13:26:16 UTC 2007

Modified Files:
        src/sbin/bioctl: bioctl.c

Log Message:
Do not enforce that passed device string will be the same than the
one in bv_dev, which in some drivers like arcmsr(4) it contains the
volume name.

While I'm here, fix the formatting output so that it fits with arcmsr(4),
like:

$ sudo bioctl -h arcmsr0
    Volume Status               Size Device
 arcmsr0 0 Building             698G ARC-1210-VOL#00 RAID5 96% done
         0 Online               234G 0:0.0   noencl <WDC WD2500YS-01SHB1 
20.06C06>
         1 Online               234G 0:1.0   noencl <WDC WD2500YS-01SHB1 
20.06C06>
         2 Online               234G 0:2.0   noencl <WDC WD2500YS-01SHB1 
20.06C06>
         3 Online               234G 0:3.0   noencl <WDC WD2500YS-01SHB1 
20.06C06>
$


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sbin/bioctl/bioctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index