* CONFIG_IDE_PROC_FS: /sys is not full replacement of /proc
@ 2007-07-18 3:42 Andrey Borzenkov
2007-07-26 19:40 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2007-07-18 3:42 UTC (permalink / raw)
To: linux-ide, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 491 bytes --]
May be I miss something obvious but most information that was available
in /proc/ide is missing under /sys. At the very least, Mandriva hardware
detection expects /proc/ide/hdX/model; nothing close is under /sys.
Are there any plans to extend IDE /sys interface to provide full range of
information from /proc? Alternatively I appreciate description (or pointer to
thereof) how to get information that was available under /proc/ide
without /proc/ide :)
Thank you
-andrey
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CONFIG_IDE_PROC_FS: /sys is not full replacement of /proc
2007-07-18 3:42 CONFIG_IDE_PROC_FS: /sys is not full replacement of /proc Andrey Borzenkov
@ 2007-07-26 19:40 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-07-26 19:40 UTC (permalink / raw)
To: Andrey Borzenkov; +Cc: linux-ide, linux-kernel
Hi,
On Wednesday 18 July 2007, Andrey Borzenkov wrote:
> May be I miss something obvious but most information that was available
> in /proc/ide is missing under /sys. At the very least, Mandriva hardware
> detection expects /proc/ide/hdX/model; nothing close is under /sys.
It is really better to obtain some information using IOCTLs (i.e. SMART
data) but for other like "model" it makes perfect sense to add them to /sys.
> Are there any plans to extend IDE /sys interface to provide full range of
> information from /proc? Alternatively I appreciate description (or pointer to
> thereof) how to get information that was available under /proc/ide
> without /proc/ide :)
Could you please add the information that you find missing to the existing
infrastructure in ide.c (ide_dev_attrs[] table)?
Thanks,
Bart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-26 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-18 3:42 CONFIG_IDE_PROC_FS: /sys is not full replacement of /proc Andrey Borzenkov
2007-07-26 19:40 ` Bartlomiej Zolnierkiewicz
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).