From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 14:32:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6A216A4CE; Sat, 15 Nov 2003 14:32:47 -0800 (PST) Received: from lists.frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D2B43FA3; Sat, 15 Nov 2003 14:32:45 -0800 (PST) (envelope-from charnier@xp11.frmug.org) Received: by lists.frmug.org (Postfix/TLS, from userid 66) id 479BC20F40; Sat, 15 Nov 2003 23:32:45 +0100 (CET) Received: from xp11.frmug.org (localhost [127.0.0.1])hAFMWghd031536; Sat, 15 Nov 2003 23:32:42 +0100 (CET) (envelope-from charnier@xp11.frmug.org) Message-Id: <200311152232.hAFMWghd031536@xp11.frmug.org> To: current@FreeBSD.org Date: Sat, 15 Nov 2003 23:32:41 +0100 From: "Philippe Charnier" cc: dfr@FreeBSD.org Subject: cbb cardbus activation failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 22:32:47 -0000 X-List-Received-Date: Sat, 15 Nov 2003 22:32:47 -0000 Hello, I have a Compaq armada 7800 with a noname pccard ethernet adapter which used to be detected as: rl0: port 0x1100-0x11ff mem 0x88000000-0x880001ff irq 11 at device 0.0 on cardbus0 rl0: Ethernet address: 00:10:60:58:60:b8 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: bpf attached After revision 1.222 of src/sys/pci/if_rl.c, the card is not detected anymore and I get: cardbus0: at device 0.0 (no driver attached) cbb0: CardBus card activation failed in place of the above message. revision 1.222 was DRIVER_MODULE(rl, pci, rl_driver, rl_devclass, 0, 0); -DRIVER_MODULE(rl, cardbus, rl_driver, rl_devclass, 0, 0); DRIVER_MODULE(miibus, rl, miibus_driver, miibus_devclass, 0, 0); Adding the removed line makes the card work again. ------ ------ Philippe Charnier charnier@{xp11.frmug.org,free.fr,FreeBSD.org} ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------