I'm writing a simulated scsi device. It should receive commands from another machine through a cable. How can I get these commands from host adapter to my program? Does generic scsi driver handle this or do I have to write some blocks inside kernel myself? I haven't done this kind of stuff before so help is more than welcome. Thanks |