From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 23:03:52 2004 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 031D916A4CE for ; Mon, 1 Nov 2004 23:03:52 +0000 (GMT) Received: from mail.au.sevenone.com (ppp52-149.lns1.adl2.internode.on.net [150.101.52.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B91443D2F for ; Mon, 1 Nov 2004 23:03:51 +0000 (GMT) (envelope-from freebsd@sevenone.com) Received: from email.sevenone.com (bsd2.au.sevenone.com [202.12.71.2]) iA1N3obT029936; Tue, 2 Nov 2004 09:33:50 +1030 (CST) (envelope-from freebsd@sevenone.com) Received: from 143.216.237.212 (SquirrelMail authenticated user matt); by email.sevenone.com with HTTP; Tue, 2 Nov 2004 09:33:50 +1030 (CST) Message-ID: <43444.143.216.237.212.1099350230.squirrel@143.216.237.212> Date: Tue, 2 Nov 2004 09:33:50 +1030 (CST) From: "matt baker" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: bzeeb-lists@lists.zabbadoz.net Subject: Re: if_sk patch to get more info from people with problems 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: Mon, 01 Nov 2004 23:03:52 -0000 > a lot of people seem to have problems with if_sk. A lot of people consider it simply broken on some boards. > > Let's see if we can find out what problems happen for which people. - watchdog timeouts > - rx/tx "hangs" > - ... It would be great to be able to get my board working with the sk driver. The board is a SysKonnect SK-9844 v1 board (2 x fibre ports). The SysKonnect YK driver works fine under 5.2, but as I need to run a 5.3-RC version I can't use the board until they release a 5.3 version of the driver. The SK driver in FreeBSD always reports "skc0: no PHY found!". Boot info with this patch loaded is as follows: 5.3-BETA6 skc0: port 0xb800-0xb8ff mem 0xf55fc000-0xf55fffff irq 24 at device 2.0 on pci2 skc0: SysKonnect SK-NET Gigabit Ethernet Adapter SK-9844 SX dual link skc0: PN: SK-9844 skc0: EC: Rev. 1.2 skc0: MN: SysKonnect skc0: SN: ZSD12L29A84C8 sk0: on skc0 sk0: Ethernet address: 00:00:5a:9a:84:c8 skc0: no PHY found! device_attach: sk0 attach returned 6 sk1: on skc0 sk1: Ethernet address: 00:00:5a:9a:84:c9 skc1: no PHY found! device_attach: sk1 attach returned 6 Regards, Matt