* newbie driver question
@ 2004-01-21 5:33 keirwu pk
2004-01-21 10:15 ` Erik Mouw
0 siblings, 1 reply; 2+ messages in thread
From: keirwu pk @ 2004-01-21 5:33 UTC (permalink / raw)
To: linux-kernel
what is the best way to write scsi driver for a scsi device?.got latest
kernel.
any examples, sources. what are typical library calls?. sg-Howto would
help?.
_________________________________________________________________
High-speed usersbe more efficient online with the new MSN Premium Internet
Software. http://join.msn.com/?pgmarket=en-us&page=byoa/prem&ST=1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: newbie driver question
2004-01-21 5:33 newbie driver question keirwu pk
@ 2004-01-21 10:15 ` Erik Mouw
0 siblings, 0 replies; 2+ messages in thread
From: Erik Mouw @ 2004-01-21 10:15 UTC (permalink / raw)
To: keirwu pk; +Cc: linux-kernel
On Wed, Jan 21, 2004 at 05:33:10AM +0000, keirwu pk wrote:
> what is the best way to write scsi driver for a scsi device?.got latest
> kernel.
> any examples, sources. what are typical library calls?. sg-Howto would
> help?.
The sg interface is all you need to write a driver for some kind of
exotic scsi device. Everything is handled in userland, no need to do it
in kernel. That's how scsi scanners and cd writers are handled.
The scsi-generic howto tells you how to use it, it even has programming
examples.
Erik
--
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-21 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21 5:33 newbie driver question keirwu pk
2004-01-21 10:15 ` Erik Mouw
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox