TCP/IP receive packet problem

2001-05-15 Thread skinbits
driver from kernel 2.4.0 and some drivers made by us. If you need more info check http://www.ccjfaro.org/~skinbits/ipoverscsi. The code is in there and you can download it. There is also some ipgrab (http://ipgrab.sourceforge.net) traces that shows what I tryed to explain. You can also send me mail

TCP/IP receive packet problem

2001-05-15 Thread skinbits
driver from kernel 2.4.0 and some drivers made by us. If you need more info check http://www.ccjfaro.org/~skinbits/ipoverscsi. The code is in there and you can download it. There is also some ipgrab (http://ipgrab.sourceforge.net) traces that shows what I tryed to explain. You can also send me mail

scsi_unregister_device

2000-12-12 Thread skinbits
Hello all, As part of our final year project, we are implementing a network based on SCSI to use as a cheap fast eth link. This module is made of two parts: -sn: A scsi device that talk with the scsi mid layer -scsinet: A network device driver that talks with sn. We made a

scsi_unregister_device

2000-12-12 Thread skinbits
Hello all, As part of our final year project, we are implementing a network based on SCSI to use as a cheap fast eth link. This module is made of two parts: -sn: A scsi device that talk with the scsi mid layer -scsinet: A network device driver that talks with sn. We made a