From owner-freebsd-mobile Tue Jul 31 17:24:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 211D037B401 for ; Tue, 31 Jul 2001 17:24:24 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 1 Aug 2001 01:24:23 +0100 (BST) To: Marc Fonvieille Cc: Warner Losh , freebsd-mobile@freebsd.org Subject: Re: Better patches In-Reply-To: Your message of "Tue, 31 Jul 2001 23:23:18 +0200." <20010731232318.A2238@gothic.blackend.org> Date: Wed, 01 Aug 2001 01:24:22 +0100 From: Ian Dowse Message-ID: <200108010124.aa74455@salmon.maths.tcd.ie> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <20010731232318.A2238@gothic.blackend.org>, Marc Fonvieille writes: >> >> : Jul 31 18:43:59 marduk /kernel: ed0: device timeout >> : Jul 31 18:44:59 marduk /kernel: ed0: device timeout Did you get any 'ukphy' probe messages? I get the following when I insert a FA410TX (I'm not using Warner's patch): pccard: card inserted, slot 0 ed0 at port 0x300-0x31f irq 11 slot 0 on pccard0 ed0: address 00:e0:98:86:93:7f, type Linksys (16 bit) ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ed0: device timeout ed0: device timeout and then everything works fine. The ukphy messages are important, because they indicate that the driver is at least attempting to do what fa_select was for. If you do get any ukphy messages, try setting the media type manually with something like: ifconfig ed0 media 100baseTX mediaopt full-duplex I notice that your pcic device is using the same IRQ as ed0. This is not something I would normally do, but Warner would have a better idea about the likelyhood of this being a problem. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message