Re: how to implement a SCSI commands through a driver?

2011-06-22 Thread sumeet gandhare
On Wed, Jun 22, 2011 at 5:22 PM, RKK wrote: > Hi all , > Im trying to implement a custom new storage protocl which uses SCSI > for storage in Linux . I have been looking around for some files in > the Linux SCSI subsystems to understand its three layered design. The > idea is to develop a separ

how to implement a SCSI commands through a driver?

2011-06-22 Thread RKK
Hi all , Im trying to implement a custom new storage protocl which uses SCSI for storage in Linux . I have been looking around for some files in the Linux SCSI subsystems to understand its three layered design. The idea is to develop a separate stack which will internally use SCSI . so to get sta