Re: USB, select/poll for ucom
From: M. Warner Losh (imp_at_bsdimp.com)
Date: 06/25/03
- Previous message: Bosko Milekic: "Re: Optimizing mutex alignment viz cache line access"
- In reply to: Danny Braniss: "USB, select/poll for ucom"
- Next in thread: Danny Braniss: "Re: USB, select/poll for ucom"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 25 Jun 2003 09:42:25 -0600 (MDT) To: danny@cs.huji.ac.il
: while trying to port an application that works with tty to uplcom/ucom,
: (and it doesn't work :-), and looking at the kernel sources and
: trying to figure out USB, i think that select(2)/poll(2) will not work,
: correct?
I'm able to use ppp with umodem/ucom. My brother uses ulpcom/ucom for
his ppp needs. I'm pretty sure that select is involved. :-)
>From what I can see in the code, I'd expect that it would work because
the ttypoll routine is specified for the poll routine. Why do you
think it wouldn't work?
Warner
_______________________________________________
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: Bosko Milekic: "Re: Optimizing mutex alignment viz cache line access"
- In reply to: Danny Braniss: "USB, select/poll for ucom"
- Next in thread: Danny Braniss: "Re: USB, select/poll for ucom"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|