From owner-freebsd-mobile@FreeBSD.ORG Sun May 2 08:13:36 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DF516A4CE; Sun, 2 May 2004 08:13:36 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E617D43D31; Sun, 2 May 2004 08:13:35 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i42FDZZJ022050; Sun, 2 May 2004 09:13:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 02 May 2004 09:14:07 -0600 (MDT) Message-Id: <20040502.091407.20913778.imp@bsdimp.com> To: freebsd@newipnet.com From: "M. Warner Losh" In-Reply-To: <200405021259230046.12648609@192.168.128.16> References: <200405021259230046.12648609@192.168.128.16> X-Mailer: Mew version 3.3 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-current@freebsd.org cc: scott@uk.freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Modem + Network in Xircom cards, and maybe others X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 15:13:36 -0000 In message: <200405021259230046.12648609@192.168.128.16> "Carlos Velasco" writes: : Patch works, however I'm seeing buffer overflows in sio when I issue a : "ATI11" command with minicom (WinXP works fine wth this): : sio4: 118 more interrupt-level buffer overflows (total 118) : sio4: 162 more interrupt-level buffer overflows (total 280) That may be due to the MFC interrupt issue that I talked about. But it could be something else... Warner