From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 4 06:18:46 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 9856E37B401 for ; Fri, 4 Jul 2003 06:18:46 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FEA43FB1 for ; Fri, 4 Jul 2003 06:18:44 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h64DHudP003220; Fri, 4 Jul 2003 07:17:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 04 Jul 2003 22:17:50 +0900 (JST) Message-Id: <20030704.221750.06521740.imp@bsdimp.com> To: akiyama@jp.FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030704003916X.akiyama@jp.FreeBSD.org> References: <20030704003916X.akiyama@jp.FreeBSD.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org 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: Fri, 04 Jul 2003 13:18:46 -0000 Hello akiyama-san. It is Warner. Long time since I've spoken with you. :-) In message: <20030704003916X.akiyama@jp.FreeBSD.org> Shunsuke Akiyama writes: : + s = spltty(); : + ... : - : - s = spltty(); This is a no-op in current. Have you tested it in 4.x? I think it is right from what I recall about 4.x, but this stuff has always been black magic to me. I think the other changes look OK, but haven't tested them with my serial adapter or my umodem phone. Warner