All of lore.kernel.org
 help / color / mirror / Atom feed
* SCSI /proc query ...
@ 2004-09-22  6:23 Shobhit Mathur
  2004-09-22  9:14 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Shobhit Mathur @ 2004-09-22  6:23 UTC (permalink / raw)
  To: linux-kernel, linux-scsi

Hello,

I intend to implement /proc interface for a SCSI HBA.
The proc_info() entry-point in Scsi_Host_Template 
structure automatically takes care of creating a 
proc-dir for each host [HBA] as in :
/proc/scsi/<mydriver>/<HBAnumber>.

I have been able to implement the above stage. Now, I 
am interested in having separate proc-folders for each

SCSI target detected as in :

/proc/scsi/<mydriver>/<HBAnumber1>/<target1>
/proc/scsi/<mydriver>/<HBAnumber1>/<target2>
/proc/scsi/<mydriver>/<HBAnumber1>/<target3> ....

Under each of the target-folders, I would like to
print
relevant information specific to each target.

How do I go about achieving the above objective ? Some
clarifications/insights would be gratifying.

- Thank you

- Shobhit

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: SCSI /proc query ...
  2004-09-22  6:23 SCSI /proc query Shobhit Mathur
@ 2004-09-22  9:14 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2004-09-22  9:14 UTC (permalink / raw)
  To: Shobhit Mathur; +Cc: linux-kernel, linux-scsi

On Tue, Sep 21, 2004 at 11:23:05PM -0700, Shobhit Mathur wrote:
> Hello,
> 
> I intend to implement /proc interface for a SCSI HBA.

Don't do that.  We're not going to take new drivers that implement ->proc_info
anymore.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-22  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-22  6:23 SCSI /proc query Shobhit Mathur
2004-09-22  9:14 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.