From owner-freebsd-stable@FreeBSD.ORG Tue Mar 1 01:23:23 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B6F16A4CE for ; Tue, 1 Mar 2005 01:23:23 +0000 (GMT) Received: from smtp3.info.com.ph (smtp3.info.com.ph [202.57.96.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A7343D1D for ; Tue, 1 Mar 2005 01:23:23 +0000 (GMT) (envelope-from marstrade@gmail.com) Received: from smtp2.info.com.ph (smtp2.info.com.ph [202.57.96.78]) by smtp3.info.com.ph (8.12.11/8.12.11) with ESMTP id j210PXOO017624 for ; Tue, 1 Mar 2005 08:25:33 +0800 Received: from 210.5.86.3.pldt.net (loopback.epldt.net [127.0.0.1] (may be forged)) by smtp2.info.com.ph (8.12.11/8.12.11) with ESMTP id j211IB2i015858 for ; Tue, 1 Mar 2005 09:18:12 +0800 From: Mars Trading To: freebsd-stable@freebsd.org Date: Tue, 1 Mar 2005 09:23:15 +0800 User-Agent: KMail/1.7.2 References: <4222698B.6000609@bfoz.net> <200502281142.13063.doconnor@gsoft.com.au> <4222707F.9020008@bfoz.net> In-Reply-To: <4222707F.9020008@bfoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503010923.16250.marstrade@gmail.com> Subject: Re: putc to a clist with no reserved cblocks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 01:23:24 -0000 I haven't moved up to 5.4-PRERELEASE yet but have had this problem since using UC232 adapters w/ 5-stable. Adding this line to uplcom.c seems to help with the read() hang problem: #define RSAQ_STATUS_CTS 0x80 but I still get a lot of "putc to a clist with no reserved cblocks" whenever mgetty restarts coming out of ppp mode. I heard that it's been fixed on -current; wonder when it'll get to -stable? Dennis On Monday 28 February 2005 09:14, Brandon Fosdick wrote: > Daniel O'Connor wrote: > > On Mon, 28 Feb 2005 11:14, Brandon Fosdick wrote: > >>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? > > > > What version of FreeBSD? > > Oops, sorry about that. > > 17:14 bfoz@poseidon~>uname -a > FreeBSD poseidon.bfoz.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE > #6: Sat Feb 26 21:32:38 PST 2005 > bfoz@poseidon.bfoz.net:/usr/obj/usr/src/sys/POSEIDON i386 > _______________________________________________ > 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" -- Mars Trading 9620 Kamagong St., Makati, Manila, Philippines Phone: (632) 8952241 FAX: (632) 8996124 email: marstrade@gmail.com