From owner-freebsd-mobile@FreeBSD.ORG Fri Oct 15 02:18:35 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 2FFFE16A4CE for ; Fri, 15 Oct 2004 02:18:35 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25FF43D48 for ; Fri, 15 Oct 2004 02:18:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9F2IFNd044058; Thu, 14 Oct 2004 20:18:16 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 Oct 2004 20:18:18 -0600 (MDT) Message-Id: <20041014.201818.63051498.imp@bsdimp.com> To: tarkhil@webmail.sub.ru From: "M. Warner Losh" In-Reply-To: <20041013162619.73cdf7b4@localhost> References: <20041013162619.73cdf7b4@localhost> 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: mobile@freebsd.org Subject: Re: Problem with PCMCIA network card 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: Fri, 15 Oct 2004 02:18:35 -0000 In message: <20041013162619.73cdf7b4@localhost> Alex Povolotsky writes: : Hello! : : PCMCIA 3COM Megahertz 10/100 LAN CardBus, worked flawlessly under Win98, fails to work properly under FreeBSD. : : After transferring several hundreds of kilobytes of data, kernel prints : : xl0: watchdog timeout : : on console, and networks doesn't work until card is reinserted. : : Maybe someone knows a fix? : : FreeBSD 5.3B7 Sounds like an interrupt routing problem sf some sort. Can you provide a boot -v dmesg? Warner