From owner-freebsd-questions@FreeBSD.ORG Sun Dec 19 10:47:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A221316A4CE; Sun, 19 Dec 2004 10:47:05 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5B243D48; Sun, 19 Dec 2004 10:47:05 +0000 (GMT) (envelope-from craig.freebsd@online.de) Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Cfyae-0004cK-00; Sun, 19 Dec 2004 11:47:04 +0100 Received: from [217.231.72.99] (helo=[192.168.0.103]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Cfyad-0008PT-00; Sun, 19 Dec 2004 11:47:03 +0100 Message-ID: <41C55C22.9020101@online.de> Date: Sun, 19 Dec 2004 11:46:58 +0100 From: craig Organization: small-pla.net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org, diavul@bsd.krakow.pl Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:13d873e74d14c1363715808660186da0 Subject: Marvell 88E8001 on sk0 and RELENG_5_3 - big problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: craig.freebsd@online.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 10:47:05 -0000 > Here's the fix: > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_sk.c.diff?r1=1.51&r2=1.52 > > -- > Michal Belczyk do to severe incompatibility problems with my previous motherboard's IDE and fbsd5.3, i recently purchased a new gigabyte 865PE, complete with onboard marvell nic. :( from dmesg (after applying identifying patch) ---- skc0: port 0xac00-0xacff mem 0xfb000000-0xfb003fff irq 20 at device 9.0 on pci2 skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter skc0: PN: Yukon 88E8001 skc0: EC: Rev. 1.3 skc0: MN: Marvell skc0: SN: AbCdEfG5ca025 sk0: on skc0 sk0: Ethernet address: 00:0f:ea:5c:a0:25 miibus0: on sk0 ---- unfortuantely, this motherboard too has severe problems. although the nic is recognised at install/boot, it simply *refuses* to come up. dhclient just draws a blank. i have tried to ifconfig sk0 up and down a few times, but makes no difference. i tried to apply Michal's above patch off an absolute fresh install. ie. the *very* first thing i did sadly, only 1 of the 2 chunks succeeded. from if_sk.c.rej *************** *** 2425,2431 **** /* serial mode register */ DPRINTFN(6, ("sk_init_yukon: 9\n")); SK_YU_WRITE_2(sc_if, YUKON_SMR, YU_SMR_DATA_BLIND(0x1c) | - YU_SMR_MFL_VLAN | YU_SMR_IPG_DATA(0x1e)); DPRINTFN(6, ("sk_init_yukon: 10\n")); /* Setup Yukon's address */--- 2425,2432 ---- /* serial mode register */ DPRINTFN(6, ("sk_init_yukon: 9\n")); SK_YU_WRITE_2(sc_if, YUKON_SMR, YU_SMR_DATA_BLIND(0x1c) | + YU_SMR_MFL_VLAN | YU_SMR_MFL_JUMBO | + YU_SMR_IPG_DATA(0x1e)); DPRINTFN(6, ("sk_init_yukon: 10\n")); /* Setup Yukon's address */ --- note, i cannot cvsup to latest RLEENG_5, because i have no network! :( any ideas on what to do from here? although the patch did not work automatically, i could manually insert the code, but i am well aware of the problems that may cause! if anyone (in europe) is able to help me solve this issue, i will gladly send them my old ASRock PE ProHT motherboard! its in perfect condition and works fine with freebsd4.10 - tragically, 5.3 refuses to work with the onboard sis IDE controller... much thanks, --- craig.freebsd at online.de