Hi,
I am writing a scsi miniport driver which will be used for booting
from its scsi disk. Basically there is not going to be any physical
disk present. We are going to use the linux Network Block Device (NBD)
server and this scsi miniport is going to be the NBD client. Fot this
i need to implement networking either within the scsi miniport or will
have to use/develope some other network driver to do the network
related stuff.
Please guide me how i can implement networking withing scsi miniport
or if required which network driver i will require to develop for
getting the network related stuff (TCP) from this network driver.
I have no idea about the kernel network stack/NDIS/TDI.
Thanks and regards,
Charan