From owner-freebsd-arch@FreeBSD.ORG Thu Mar 16 10:42:18 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8970B16A425; Thu, 16 Mar 2006 10:42:18 +0000 (UTC) (envelope-from liladude@aruba.it) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BED943D53; Thu, 16 Mar 2006 10:42:15 +0000 (GMT) (envelope-from liladude@aruba.it) Received: from [192.168.1.2] (87.2.251.219) by vsmtp3.tin.it (7.2.072.1) id 4416D3E0001A687B; Thu, 16 Mar 2006 11:43:05 +0100 Message-ID: <44194122.2010100@aruba.it> Date: Thu, 16 Mar 2006 11:42:42 +0100 From: Lila User-Agent: Mozilla Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: John Baldwin References: <44140E09.3000203@aruba.it> <200603140818.09838.jhb@freebsd.org> <4417B560.3080609@aruba.it> <200603150847.29175.jhb@freebsd.org> In-Reply-To: <200603150847.29175.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arch@freebsd.org Subject: Re: Neteasy DRP-32TXD ethernet problems on FreeBSD 6.0 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:42:18 -0000 John Baldwin ha scritto: > > Patching the module should be fine. Can you provide the output of dmesg > after you have kldloaded the module? Also, did the patch apply cleanly > or where there any rejects? And, what version are you testing this on? I finally managed to build and install my kernel with patched drivers. I'm working with FreeBSD 6.0-out-of-the-box (waiting for ethernet before I can Patch applied with no problem to both files. I'm sorry but my kernel with no ethernet was unstable, so I could not get a dmesg when I kloaded if_de (it only worked once...) Now the output when I insert my etherenet card (or I boot with card inserted) is this: TUPLE: LINKTARGET [3]: 43 49 53 Manufacturer ID: d11302ab Functions: Network Adaptor, Memory Function Extension: 0102 Function Extension: 0280969800 Function Extension: 0200e1f505 Function Extension: 0301 Product version: 5.0 Product name: Neteasy | DRP-32TXD Cardbus PC Card | V1.0 | | TUPLE: Unknown(0x04) [6]: 03 01 2a 00 00 00 cardbus0: Opening BAR: type=IO, bar=10, len=0100 cardbus0: Opening BAR: type=MEM, bar=14, len=0400 CIS reading done cardbus0: Non-prefetchable memory at 88000000-880003ff cardbus0: IO port at 1000-10ff found-> vendor=0x1186, dev=0x1561, revid=0x11 bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0xa8 (5040 ns), mingnt=0xff (63750 ns), maxlat=0xff (63750 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 dc0: port 0x1000-0x10ff mem 0x88000000-0x880003ff irq 10 at device 0.0 on cardbus0 dc0: MII without any PHY! device_attach: dc0 attach returned 6 I'm googling the "MII without any PHY" problem but haven't found a solution right now. thanks a lot for your attention. Lila