Date: Thu, 11 Aug 2005 06:38:15 +0200 From: Jeremie Le Hen <jeremie@le-hen.org> To: Kevin Oberman <oberman@es.net> Cc: freebsd-current@FreeBSD.org, freebsd-doc@FreeBSD.org, Arne Schwabe <arne@rfc2549.org>, Jeremie Le Hen <jeremie@le-hen.org> Subject: Re: "atacontrol info" isn't working here Message-ID: <20050811043815.GT45385@obiwan.tataz.chchile.org> In-Reply-To: <20050811043541.GS45385@obiwan.tataz.chchile.org> References: <42F749C5.3010308@rfc2549.org> <20050808183610.C55885D07@ptavv.es.net> <20050811043541.GS45385@obiwan.tataz.chchile.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--ffoCPvUAPMgSXi6H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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@. 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 > --ffoCPvUAPMgSXi6H Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="atacontrol.8_channel.diff" 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" --ffoCPvUAPMgSXi6H--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050811043815.GT45385>