putc to a clist with no reserved cblocks

From: Brandon Fos*** (bfoz_at_bfoz.net)
Date: 02/28/05

  • Next message: Garance A Drosihn: "Re: patch: fix 30 second hang while resuming"
    Date: Sun, 27 Feb 2005 16:44:59 -0800
    To: stable@freebsd.org
    
    

    I'm working on a small app that talks to a device with a FTDI USB to 232 chip in it. ucom and uftdi seem to detect it just fine. But calls to read() hang and I'm getting messages like "putc to a clist with no reserved cblocks" in my kernel logs. Any idea what this is?

    In a previous post (subject: ucom and sio) I asked about a similar problem with read() hanging on prolific chips. The fix involved ignoring modem control lines with CLOCAL, but that doesn't appear to do the trick here. Oddly, the exact same software/hardware works fine on my powerbook. What am I missing? I can send code if its needed.

    Thanks
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"


  • Next message: Garance A Drosihn: "Re: patch: fix 30 second hang while resuming"