* Target mode drivers
@ 2006-01-18 10:41 Nagaprabhanjan Bellari
2006-01-18 18:03 ` Stefan Richter
0 siblings, 1 reply; 6+ messages in thread
From: Nagaprabhanjan Bellari @ 2006-01-18 10:41 UTC (permalink / raw)
To: linux-scsi
Hi,
Does anybody know of any target mode drivers (for HBAs) available open
source?
Please let me know.
Thanks.
--NaGp.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Target mode drivers
@ 2006-01-18 11:15 Nagaprabhanjan Bellari
2006-01-19 0:57 ` hugang
0 siblings, 1 reply; 6+ messages in thread
From: Nagaprabhanjan Bellari @ 2006-01-18 11:15 UTC (permalink / raw)
To: linux-kernel
Hi,
Does anybody know of any SCSI target mode drivers (for HBAs) available
open source?
Please let me know.
Thanks.
--NaGp.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Target mode drivers
2006-01-18 10:41 Target mode drivers Nagaprabhanjan Bellari
@ 2006-01-18 18:03 ` Stefan Richter
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Richter @ 2006-01-18 18:03 UTC (permalink / raw)
To: Nagaprabhanjan Bellari; +Cc: linux-scsi
Nagaprabhanjan Bellari wrote:
> Does anybody know of any target mode drivers (for HBAs) available open
> source?
An SBP-2 target under GPL: http://oss.oracle.com/projects/endpoint/
--
Stefan Richter
-=====-=-==- ---= =--=-
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Target mode drivers
2006-01-18 11:15 Nagaprabhanjan Bellari
@ 2006-01-19 0:57 ` hugang
2006-01-22 15:35 ` Vladislav Bolkhovitin
0 siblings, 1 reply; 6+ messages in thread
From: hugang @ 2006-01-19 0:57 UTC (permalink / raw)
To: Nagaprabhanjan Bellari; +Cc: linux-kernel
On Wed, Jan 18, 2006 at 04:45:16PM +0530, Nagaprabhanjan Bellari wrote:
> Hi,
>
> Does anybody know of any SCSI target mode drivers (for HBAs) available
> open source?
>
> Please let me know.
SCSI target mode for linux
http://scst.sf.net/
I has been works on some scsi hba to enable target mode in linux, here
is some source code for it. currently we support
QLOGIC ISP base
1040
23xx
Adaptec
160 base card seem work well.
320 base card can't works right now.
LSI
all MPT base including the FC and SAS, but the SCSI interface has not test
passed.
http://bj.soulinfo.com/~hugang/scst/tgt/
--
.-. .-. _
: : : : :_;
.-' : .--. : `-. .-. .--. ,-.,-.
' .; :' '_.'' .; :: :' .; ; : ,. :
`.__.'`.__.'`.__.':_;`.__,_;:_;:_;
Hu Gang
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Target mode drivers
2006-01-19 0:57 ` hugang
@ 2006-01-22 15:35 ` Vladislav Bolkhovitin
2006-01-23 4:48 ` hugang
0 siblings, 1 reply; 6+ messages in thread
From: Vladislav Bolkhovitin @ 2006-01-22 15:35 UTC (permalink / raw)
To: hugang; +Cc: Nagaprabhanjan Bellari, linux-scsi, scst-devel
hugang@soulinfo.com wrote:
> On Wed, Jan 18, 2006 at 04:45:16PM +0530, Nagaprabhanjan Bellari wrote:
>
>>Hi,
>>
>>Does anybody know of any SCSI target mode drivers (for HBAs) available
>>open source?
>>
>>Please let me know.
>
>
> SCSI target mode for linux
> http://scst.sf.net/
>
> I has been works on some scsi hba to enable target mode in linux, here
> is some source code for it. currently we support
>
> QLOGIC ISP base
> 1040
> 23xx
>
> Adaptec
> 160 base card seem work well.
> 320 base card can't works right now.
>
> LSI
> all MPT base including the FC and SAS, but the SCSI interface has not test
> passed.
>
> http://bj.soulinfo.com/~hugang/scst/tgt/
Wow, 3 new target drivers at once!
Could you pack the source code in one .tgz per driver and put the
archives somewhere on your server, please? Then I will put a reference
to them on the SCST's page on sf.net and in SCST's README file (if you
don't object, of course).
Vlad
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Target mode drivers
2006-01-22 15:35 ` Vladislav Bolkhovitin
@ 2006-01-23 4:48 ` hugang
0 siblings, 0 replies; 6+ messages in thread
From: hugang @ 2006-01-23 4:48 UTC (permalink / raw)
To: Vladislav Bolkhovitin
Cc: hugang, Nagaprabhanjan Bellari, linux-scsi, scst-devel
On Sun, Jan 22, 2006 at 06:35:39PM +0300, Vladislav Bolkhovitin wrote:
> hugang@soulinfo.com wrote:
> >On Wed, Jan 18, 2006 at 04:45:16PM +0530, Nagaprabhanjan Bellari wrote:
> >
> >>Hi,
> >>
> >>Does anybody know of any SCSI target mode drivers (for HBAs) available
> >>open source?
> >>
> >>Please let me know.
> >
> >
> >SCSI target mode for linux
> >http://scst.sf.net/
> >
> >I has been works on some scsi hba to enable target mode in linux, here
> >is some source code for it. currently we support
> >
> >QLOGIC ISP base
> > 1040
> > 23xx
> >
> >Adaptec
> > 160 base card seem work well.
> > 320 base card can't works right now.
> >
> >LSI
> > all MPT base including the FC and SAS, but the SCSI interface has not
> > test
> > passed.
> >
> >http://bj.soulinfo.com/~hugang/scst/tgt/
>
> Wow, 3 new target drivers at once!
>
> Could you pack the source code in one .tgz per driver and put the
> archives somewhere on your server, please? Then I will put a reference
> to them on the SCST's page on sf.net and in SCST's README file (if you
> don't object, of course).
http://bj.soulinfo.com/~hugang/scst/tgt/
Here is it.
>
> Vlad
>
>
--
.-. .-. _
: : : : :_;
.-' : .--. : `-. .-. .--. ,-.,-.
' .; :' '_.'' .; :: :' .; ; : ,. :
`.__.'`.__.'`.__.':_;`.__,_;:_;:_;
Hu Gang
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-01-23 5:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-18 10:41 Target mode drivers Nagaprabhanjan Bellari
2006-01-18 18:03 ` Stefan Richter
-- strict thread matches above, loose matches on Subject: below --
2006-01-18 11:15 Nagaprabhanjan Bellari
2006-01-19 0:57 ` hugang
2006-01-22 15:35 ` Vladislav Bolkhovitin
2006-01-23 4:48 ` hugang
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.