From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 24 22:16:16 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07BD816A4CE for ; Wed, 24 Nov 2004 22:16:16 +0000 (GMT) Received: from hermes.uci.kun.nl (hermes.uci.kun.nl [131.174.93.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF9F43D49 for ; Wed, 24 Nov 2004 22:16:15 +0000 (GMT) (envelope-from thundur@elvis.mayaxatl.org) Received: from elvis.mayaxatl.org (vhe-744011.sshn.net [195.169.211.176]) by hermes.uci.kun.nl (PMDF V6.2-X17 #30689) with ESMTP id <0I7P0059DF68QP@hermes.uci.kun.nl> for freebsd-hardware@freebsd.org; Wed, 24 Nov 2004 23:15:44 +0100 (MET) Received: from elvis (elvis [127.0.0.1]) by elvis.mayaxatl.org (Postfix) with ESMTP id 299F37C for ; Wed, 24 Nov 2004 23:15:44 +0100 (CET) Date: Wed, 24 Nov 2004 23:15:43 +0100 From: Felix Sender: thundur@elvis.mayaxatl.org To: freebsd-hardware@freebsd.org Message-id: <20041124221544.299F37C@elvis.mayaxatl.org> Subject: cardbus error after upgrade to 5.3 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 22:16:16 -0000 Hello I have a realtek 8139 cardbus ethernet card. Since I have upgraded to FreeBSD 5.3 it worked fine (5.0 and 5.2.1). I just needed to insert it. Now, I get errors when I insert the card: (...) cbb0: at device 4.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb1: at device 4.1 on pci0 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 (...) cbb alloc res fail cardbus0: Can't get memory for IO ports cbb alloc res fail re0: couldn't map ports/memory cbb alloc res fail rl0: couldn't map ports/memory cbb alloc res fail re0: couldn't map ports/memory cbb alloc res fail rl0: couldn't map ports/memory cardbus0: at device 0.0 (no driver attached) cbb0: CardBus card activation failed pciconf -vl gives the following on the card: none4@pci4:0:0: class=0x020000 card=0x020014cb chip=0x813910ec rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' class = network subclass = ethernet Can anyone explain this error? And how can I fix it? regards, Felix