[523] in linux-scsi channel archive
Re: Selectable Generic SCSI device
daemon@ATHENA.MIT.EDU (Drew Eckhardt)
Thu Aug 17 22:00:00 1995
To: Brit Systems <brit@metronet.com>
cc: linux-scsi@vger.rutgers.edu
In-reply-to: Your message of "Tue, 15 Aug 1995 16:54:32 CDT."
<Pine.HPP.3.90.950815164425.18399A-100000@fohnix.metronet.com>
Date: Thu, 17 Aug 1995 13:07:42 -0600
From: Drew Eckhardt <drew@poohsticks.org>
In message <Pine.HPP.3.90.950815164425.18399A-100000@fohnix.metronet.com>, brit
@metronet.com writes:
>Does the generic SCSI device not support select
No.
>If it does not support it, can someone give me an idea how hard it is
>to add that kind of support?
Trivial. You might want to take a look at
ftp://ftp.poohsticks.org/pub/poohsticks/linux-conference.tgz
which are my slides and examples from the second annual German Linux
conference in Berlin. The sample interrupt driven character driver includes
a select() implementation.