The HyperNews Linux KHG Discussion Pages

Question: Simulating a scsi device?

Forum: Device Drivers
Keywords: simulated scsi device
Date: Fri, 04 Jul 1997 07:21:20 GMT
From: Jukka-Pekka Piispanen <kis@ee.tut.fi>

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