kqueue/kevent support in scsi device drivers

From: Jayasheela Bhat (jaya_bhat100_at_yahoo.co.in)
Date: 05/30/03

  • Next message: Scott Mitchell: "Re: RBEM10/100+56k at 32-bit cardBus"
    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"


  • Next message: Scott Mitchell: "Re: RBEM10/100+56k at 32-bit cardBus"

    Relevant Pages