"atacontrol info" isn't working here
Jeremie Le Hen
jeremie at le-hen.org
Thu Aug 11 04:38:05 UTC 2005
Hi,
[ Cc'ing -doc@, so I put a little history from the thread in this mail ]
[ I forgot the Cc: field and the attached patch :-} ]
> > > > >I can use "list", "mode" and "cap" commands from atacontrol(8), but I
> > > > >can't use "info".
> > > > >
> > > > >%%%
> > > > > jarjarbinks:root# atacontrol list
> > > > > ATA channel 0:
> > > > > Master: ad0 <TOSHIBA MK8025GAS/KA023A> ATA/ATAPI revision 6
> > > > > Slave: acd0 <MATSHITAUJ-845D/D100> ATA/ATAPI revision 6
> > > > > ATA channel 1:
> > > > > Master: no device present
> > > > > Slave: no device present
> > > > > jarjarbinks:root# atacontrol info 0
> > > > > atacontrol: Invalid channel 0
> > > > > jarjarbinks:root# atacontrol info 1
> > > > > atacontrol: Invalid channel 1
> > > > >%%%
> > > > >
> > >
> > > >for me atacontrol info ata0 works :)
> > >
> > >Thanks for your very quick answer. I will send a patch to make the
> > >manual page more explicit for dumb peoples like me.
> > >
> > Well it took me ten minutes too. Because that one is not obvious at all.
> > But I needed my cdrom (hotswap ide) and did not want to reboot.
>
> I sent in a patch to the man page when this change was committed by sos@,
> but the man page has never been updated. I made the mistake of just
> posting and copying sos at . I should have put it in a PR.
Kevin, no news since then. I made a patch for the manpage which is
actually clearly wrong :
%%%
The channel argument is the number of the ATA channel on
which to operate.
%%%
The ``channel'' argument is the name of the ata(4) device and not only
its number.
Regards,
--
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >
-------------- next part --------------
Index: atacontrol.8
===================================================================
RCS file: /home/ncvs/src/sbin/atacontrol/atacontrol.8,v
retrieving revision 1.26
diff -u -p -u -r1.26 atacontrol.8
--- atacontrol.8 16 May 2005 15:09:13 -0000 1.26
+++ atacontrol.8 11 Aug 2005 04:38:00 -0000
@@ -88,7 +88,7 @@ exercise caution when using this command
.Pp
The
.Ar channel
-argument is the number of the ATA channel on which to operate.
+argument is the ATA channel device on which to operate.
The following commands are supported:
.Bl -tag -width "rebuild"
.It Ic attach
@@ -197,6 +197,11 @@ Show info about the attached devices on
Show info about all attached devices on all active controllers.
.El
.Sh EXAMPLES
+To see informations on devices attached on a channel,
+use the command line :
+.Pp
+.Dl "atacontrol info ata0"
+.Pp
To see the devices' current access modes, use the command line:
.Pp
.Dl "atacontrol mode ad0"
More information about the freebsd-doc
mailing list