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