From: hugang <gang_hu@soul.com.cn>
To: Jens Axboe <axboe@suse.de>
Cc: andersen@codepoet.org, calin@ajvar.org, linux-kernel@vger.kernel.org
Subject: Re: Asynchronous CDROM Events in Userland
Date: Mon, 4 Feb 2002 22:05:03 +0800 [thread overview]
Message-ID: <20020204220503.6799df5b.gang_hu@soul.com.cn> (raw)
In-Reply-To: <20020204085712.O29553@suse.de>
In-Reply-To: <Pine.LNX.4.30.0202032333200.1158-100000@rtlab.med.cornell.edu> <20020204070414.GA19268@codepoet.org> <20020204085712.O29553@suse.de>
[-- Attachment #1: Type: text/plain, Size: 849 bytes --]
Now it can work!
On Mon, 4 Feb 2002 08:57:12 +0100
Jens Axboe <axboe@suse.de> wrote:
> On Mon, Feb 04 2002, Erik Andersen wrote:
> > Jens Axboe and I wrote a little test app a year or two ago to check
> > for whether drives supported asynchronous mode. We found it to be
> > unsupported on 100% of the drives we tested (and we tested quite a
> > few)...
>
> Yep, _no_ drives to date support queued event notification. However, a
> polled approach is really not too bad -- it simply means that we'll push
> it to user space instead. I've written a small utility for reference.
>
> --
> Jens Axboe
>
>
--
thanks with regards!
hugang.胡刚.
***********************************
Beijing Soul Technology Co.,Ltd.
Tel:010-68425741/42/43/44
Fax:010-68425745
email:gang_hu@soul.com.cn
web:http://www.soul.com.cn
***********************************
[-- Attachment #2: diff --]
[-- Type: application/octet-stream, Size: 200 bytes --]
--- cd_poll.c~ Mon Feb 4 20:26:25 2002
+++ cd_poll.c Mon Feb 4 22:03:21 2002
@@ -80,7 +80,7 @@
return ret;
}
- return buffer[4] & 0xf;
+ return buffer[5] & 0xf;
}
int poll_events(int fd)
next prev parent reply other threads:[~2002-02-04 14:06 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-04 4:41 Calin A. Culianu
2002-02-04 5:07 ` H. Peter Anvin
2002-02-04 5:19 ` Calin A. Culianu
2002-02-04 12:43 ` john slee
2002-02-04 15:23 ` Calin A. Culianu
2002-02-04 16:20 ` H. Peter Anvin
2002-02-04 7:04 ` Erik Andersen
2002-02-04 7:57 ` Jens Axboe
2002-02-04 9:33 ` Gregor Jasny
2002-02-04 9:39 ` Jens Axboe
2002-02-04 12:16 ` Alan Cox
2002-02-04 20:51 ` oops booting 2.4.18-pre7-ac3 Todd M. Roy
2002-02-04 14:05 ` hugang [this message]
2002-02-05 7:43 ` Asynchronous CDROM Events in Userland Jens Axboe
2002-02-05 4:04 ` Stevie O
2002-02-05 4:28 ` H. Peter Anvin
2002-02-05 4:44 ` Calin A. Culianu
2002-02-05 4:47 ` H. Peter Anvin
[not found] ` <a3l4uc@cesium.transmeta.com>
2002-02-06 14:22 ` Pavel Machek
2002-02-06 22:48 ` H. Peter Anvin
2002-02-05 13:17 David Balazic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020204220503.6799df5b.gang_hu@soul.com.cn \
--to=gang_hu@soul.com.cn \
--cc=andersen@codepoet.org \
--cc=axboe@suse.de \
--cc=calin@ajvar.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®