Date: Fri, 30 May 2003 12:14:50 +0100 (BST) From: =?iso-8859-1?q?Jayasheela=20Bhat?= <jaya_bhat100@yahoo.co.in> To: freebsd-hackers@freebsd.org Subject: kqueue/kevent support in scsi device drivers Message-ID: <20030530111450.51217.qmail@web8206.mail.in.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi All, At present, kevent is supported for vnode, fifos, pipes and sockets, I believe. I would like to use kevent notification in scsi devices. But the drivers scsi_xx.c do not support it. Whether I can implement it in scsi device driver using KNOTE? I was going through tty.c where KNOTE is used. struct 'tty' has the support for it. The same is not available in struct 'disk'. Could anyone tell me whether it is possible to implement it and how?? Thanks, Jaya Catch all the cricket action. Download Yahoo! Score tracker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030530111450.51217.qmail>