linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Pat LaVarre <p.lavarre@ieee.org>
Cc: linux-ide@vger.kernel.org
Subject: Re: to /sys from /proc/ide/hd$v/identify
Date: Mon, 07 Jun 2004 09:54:36 -0400	[thread overview]
Message-ID: <40C4739C.6070508@pobox.com> (raw)
In-Reply-To: <1086616121.3649.0.camel@patibmrh9>

Pat LaVarre wrote:
>>List:       linux-kernel
>>Subject:    [RFC][DOC] writing IDE driver guidelines
>>From:       Bartlomiej Zolnierkiewicz <B.Z...()elk...>
>>Date:       2004-05-15 17:23:50
>>
>>Feedback is welcomed.
>>...
>>general rules:
>>...
>>- use linux-ide@vger.kernel.org mailing list
>>...
>>PCI drivers:
>>...
>>- /proc/ide/ interfaces are obsolete
> 
> 
> Where do I now find the ATA op xEC/A1 "IDENTIFY" data that was
> /proc/ide/hd$v/identify ?
> 
> $ uname -r
> 2.6.7-rc2
> $
> $ sudo cat /proc/ide/hda/identify | wc -w
>     256
> $ sudo cat /proc/ide/hdc/identify | wc -w
>     256
> $
> $ sudo mount -t sysfs sysfs /sys
> $ sudo find /sys -name '*id*' | less
> $ find /sys/bus/ide | less


Since IDE supports taskfile ioctl, you shouldn't need this in sysfs...

	Jeff



  reply	other threads:[~2004-06-07 13:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-07 13:48 to /sys from /proc/ide/hd$v/identify Pat LaVarre
2004-06-07 13:54 ` Jeff Garzik [this message]
2004-06-07 19:46   ` Pat LaVarre
2004-06-07 19:54     ` Bartlomiej Zolnierkiewicz
2004-06-07 21:58       ` Pat LaVarre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40C4739C.6070508@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=p.lavarre@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).