kqueue/kevent support in scsi device drivers
From: Jayasheela Bhat (jaya_bhat100_at_yahoo.co.in)
Date: 05/30/03
- Previous message: Jason Stryker: "Re: Preliminary gbde performance patchset"
- Next in thread: Valentin Nechayev: "Re: kqueue/kevent support in scsi device drivers"
- Reply: Valentin Nechayev: "Re: kqueue/kevent support in scsi device drivers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 30 May 2003 12:14:50 +0100 (BST) To: freebsd-hackers@freebsd.org
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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Jason Stryker: "Re: Preliminary gbde performance patchset"
- Next in thread: Valentin Nechayev: "Re: kqueue/kevent support in scsi device drivers"
- Reply: Valentin Nechayev: "Re: kqueue/kevent support in scsi device drivers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|