From owner-freebsd-mobile@FreeBSD.ORG Tue May 17 15:31:51 2005 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 CBE9E16A4CE for ; Tue, 17 May 2005 15:31:51 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 578E043DC3 for ; Tue, 17 May 2005 15:31:51 +0000 (GMT) (envelope-from cbuechler@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2001328wri for ; Tue, 17 May 2005 08:31:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=USfHcvdMiCROYkvJTbH/2GAfdBWN+fNE4dRB/OEn7hMTD7FiaoK/wCmJMyUCDfR1PLSYD9GKPGJX/iHTYKY5avOPElUhBeQBPawWp+R6KZ0Ffgm/i+LNpEsLfnVyN1ZLdvJXDXUWv6Ih7zO89t9h4KEWQyTXUiDaH5aUhUL1Wn0= Received: by 10.54.48.76 with SMTP id v76mr4436995wrv; Tue, 17 May 2005 08:31:46 -0700 (PDT) Received: by 10.54.78.12 with HTTP; Tue, 17 May 2005 08:31:46 -0700 (PDT) Message-ID: Date: Tue, 17 May 2005 11:31:46 -0400 From: Chris Buechler To: griepent@wias-berlin.de In-Reply-To: <20050517.112556.2004066187.griepent@wias-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050517.112556.2004066187.griepent@wias-berlin.de> cc: 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.1 Precedence: list Reply-To: Chris Buechler List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:31:51 -0000 On 5/17/05, Jens Andre Griepentrog wrote: >=20 > Hello, >=20 > 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: >=20 > uhci0: port 0x2000-0x201f irq 1= 1 at device 7.2 on pci0 > xl0: <3Com 3c575C Fast Etherlink XL> port 0x1100-0x117f mem 0x88000000-0x= 8800007f,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. -Chris