From owner-freebsd-mobile@FreeBSD.ORG Sun Jun 12 06:33:40 2005 Return-Path: X-Original-To: freebsd-mobile@FreeBSD.org 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 D004816A420 for ; Sun, 12 Jun 2005 06:33:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (berlin-qwest.village.org [168.103.84.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B0DA43DAD for ; Sun, 12 Jun 2005 06:32:45 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j5C6ViiL074709; Sun, 12 Jun 2005 00:31:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 12 Jun 2005 00:32:47 -0600 (MDT) Message-Id: <20050612.003247.116605143.imp@bsdimp.com> To: cbuechler@gmail.com From: "M. Warner Losh" In-Reply-To: References: <20050517.112556.2004066187.griepent@wias-berlin.de> 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: griepent@wias-berlin.de, freebsd-mobile@FreeBSD.org Subject: Re: Broken support for 3Com 3c575C Fast Etherlink XL? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2005 06:33:41 -0000 In message: Chris Buechler writes: : On 5/17/05, Jens Andre Griepentrog wrote: : > : > Hello, : > : > I have upgraded my Compaq Armada 1750 notebook to FreeBSD 5.4-RELEASE. : > In contrast to the old 5.1-RELEASE, now the support for my 3Com 3c575C : > Fast Etherlink XL cardbus network device seems to be broken. : > It will not be initialized as you can see in the dmesg output below: : > : : > uhci0: port 0x2000-0x201f irq 11 at device 7.2 on pci0 : : > xl0: <3Com 3c575C Fast Etherlink XL> port 0x1100-0x117f mem 0x88000000-0x8800007f,0x88000080-0x880000ff irq 11 at device 0.0 on cardbus0 : : : My 3c575C (xl) works fine on 5.4. My first guess would be the USB and : NIC using the same IRQ is causing some problems. No. That's not the problem. It is more likely a resource problem for memory... Warner