From owner-freebsd-stable@FreeBSD.ORG Mon Feb 20 17:56:03 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326E216A420; Mon, 20 Feb 2006 17:56:03 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from kraid.nerim.net (smtp-101-monday.nerim.net [62.4.16.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFCE43D46; Mon, 20 Feb 2006 17:56:01 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from localhost (cbuisson.pck.nerim.net [80.65.227.128]) by kraid.nerim.net (Postfix) with ESMTP id 4A9F840E31; Mon, 20 Feb 2006 18:55:59 +0100 (CET) Message-ID: <43FA02AF.2000507@nerim.net> Date: Mon, 20 Feb 2006 18:55:59 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: imp@freebsd.org Subject: cardbus problem (dc0: MII without any PHY!) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:56:03 -0000 Hello, I tried to upgrade today an old laptop (Compaq Armada 3500), from a Jan 29 RELENG_6 to a Feb 19 RELENG_6 As a result of the make installkernel, my Netgear FA5111 card is inoperative, and the dmesg shows: dc0: port 0x1030-0x112f mem 0x88000000-0x880003FF at device 0.0 on cardbus1 dc0: MII without any PHY! device_attach: dc0 attach returned 6 (Note: no irq) instead of: carbus1: Ressource not specified in CIS: id=10, size=100 carbus1: Ressource not specified in CIS: id=14, size=100 dc0: port 0x1100-0x11ff mem 0x88000000-0x880003FF irq 11 at device 0.0 on cardbus1 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: ... dc0: [GIANT-LOCKED] Switching for an (older) Xircom CreditCard Ethernet 10/100 succeeds, this xe0 card being detected on pccard1 (not cardbus1) This problem seems to be a consequence of the changes made to sys/dev/cardbus/,sys/dev/pci/ on Jan 30. If needed, do not hesitate to ask me for more tests/infos TIA Claude Buisson