Re: New scsi_target code

2002-09-08 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Nate Lawson wri tes: >On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, Ju >> lian Elischer writes: >> > >> > >> >On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: >> >> >> >> IP-over-SCSI ? >> >> >> > >> >Well I've just been reading about

Re: New scsi_target code

2002-09-07 Thread Simon Dick
On Sat, Sep 07, 2002 at 11:41:52AM -0700, Nate Lawson wrote: > On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, Ju > > lian Elischer writes: > > > > > > > > >On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: > > >> > > >> IP-over-SCSI ? > > >> > > > > > >Well I've just

Re: New scsi_target code

2002-09-07 Thread Randy Bush
> Scsi-over-IP-over-SCSI-over-firewire? you left out mpls randy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: New scsi_target code

2002-09-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Ju lian Elischer writes: > > >On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: >> >> IP-over-SCSI ? >> > >Well I've just been reading about SCSI over IP so That's different. IP-over-SCSI is a much wanted Myrinet-light over here. -- Poul-Henning Kamp | UN

Re: New scsi_target code

2002-09-06 Thread Julian Elischer
On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: > > IP-over-SCSI ? > Well I've just been reading about SCSI over IP so Scsi-over-IP-over-SCSI-over-firewire? etc... :-/ 8-S To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: New scsi_target code

2002-09-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Nate Lawson writ es: >On Thu, 5 Sep 2002, Bruce M Simpson wrote: >> On Thu, Sep 05, 2002 at 01:54:08AM -0700, Nate Lawson wrote: >> > I have rewritten the scsi_target driver and usermode client with a much >> > simpler model suggested by Justin Gibbs. The kernel dr

Re: New scsi_target code

2002-09-06 Thread Nate Lawson
On Thu, 5 Sep 2002, Bruce M Simpson wrote: > On Thu, Sep 05, 2002 at 01:54:08AM -0700, Nate Lawson wrote: > > I have rewritten the scsi_target driver and usermode client with a much > > simpler model suggested by Justin Gibbs. The kernel driver receives > > This sounds like excellent work and I

Re: New scsi_target code

2002-09-05 Thread Bruce M Simpson
Nate, On Thu, Sep 05, 2002 at 01:54:08AM -0700, Nate Lawson wrote: > I have rewritten the scsi_target driver and usermode client with a much > simpler model suggested by Justin Gibbs. The kernel driver receives This sounds like excellent work and I can't wait to check it out further. Whilst loo

New scsi_target code

2002-09-05 Thread Nate Lawson
I have rewritten the scsi_target driver and usermode client with a much simpler model suggested by Justin Gibbs. The kernel driver receives commands in the form of CCBs via write(2) and returns completed CCBs to usermode via read(2). The included sample client is much simpler as well, implementi