where can i find information for (IP over SCSI) / (SCSI over IP) has someone implimented something like this in linux. - Sonal -----Original Message----- From: Keith Owens [mailto:kaos@ocs.com.au] Sent: Thursday, November 09, 2000 6:31 PM To: John Summerfield Cc: linux-scsi@vger.kernel.org; linux-net@vger.kernel.org Subject: Re: inter driver communication On Fri, 10 Nov 2000 06:31:34 +0800, John Summerfield <summer@OS2.ami.com.au> wrote: >>Somebody wrote >>> Is there a way in which one device driver on the network stack can >>> communicate with a device driver on a scsi driver stack > >There was a Q in linux-scsi a while ago about IP over SCSI. >How would one do it in this context? IP expects a network device interface. The SCSI driver should register itself as a network device via register_netdev(). If plip can do IP over a parallel port, then SCSI can pretend to be a network device just as easily. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org