From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 2 00:29:54 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FAC37B401 for ; Wed, 2 Jul 2003 00:29:54 -0700 (PDT) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E22743F75 for ; Wed, 2 Jul 2003 00:29:53 -0700 (PDT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 19Xc3r-000GIU-00 for freebsd-hackers@freebsd.org; Wed, 02 Jul 2003 10:29:51 +0300 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: freebsd-hackers@freebsd.org In-reply-to: Your message of Wed, 25 Jun 2003 10:15:49 -0600 (MDT) . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 02 Jul 2003 10:29:51 +0300 From: Danny Braniss Message-Id: Subject: Re: USB, select/poll for ucom X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 07:29:54 -0000 for the record: I can now confirm that select/poll/FIONREAD do work with the usb/ucom/uplcom! what seems to be broken is the call to 'tcflush(fd, TCIFLUSH)' this works fine with /dev/cuaa0 but not with /dev/ucom0 thanks all, danny