From owner-freebsd-hardware@FreeBSD.ORG Fri Sep 24 03:22:51 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64E1716A4CE for ; Fri, 24 Sep 2004 03:22:51 +0000 (GMT) Received: from mail.au.sevenone.com (ppp142-125.lns1.adl2.internode.on.net [150.101.142.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E31543D48 for ; Fri, 24 Sep 2004 03:22:50 +0000 (GMT) (envelope-from matt@sevenone.com) Received: from email.sevenone.com (bsd2.au.sevenone.com [202.12.71.2]) i8O3Mnid031241 for ; Fri, 24 Sep 2004 12:52:49 +0930 (CST) (envelope-from matt@sevenone.com) Received: from 143.216.237.212 (SquirrelMail authenticated user matt); by email.sevenone.com with HTTP; Fri, 24 Sep 2004 12:52:49 +0930 (CST) Message-ID: <44063.143.216.237.212.1095996169.squirrel@143.216.237.212> Date: Fri, 24 Sep 2004 12:52:49 +0930 (CST) From: "matt baker" To: freebsd-hardware@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 Subject: FreeBSD SysKonnect driver X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 03:22:51 -0000 Hello, I'm not sure if anyone will be able to help me, but i'm having a problem with the SysKonnect FreeBSD driver. I have a SK-9844 card which i'm trying to get running. Originally the system was running 5.2.1, and I tried using the sk driver, however got the error about no phy found. I then used the syskonnect yk driver and this worked fine. However I now need to run RELENG_5 due to issues I have with my raid card, and find that the syskonnect yk driver no longer works, so i'm exploring using the sk driver again (would also be nice to have both gig ports available too). With a recent cvs copy of the os i'm seeing the same issue with no phy found. some specs: if_sk.c 1.86 if_skreg.h 1.22 xmaciireg.h 1.3 card with yk driver on 5.2.1: yk0: port 0x9000-0x90ff mem 0xeb100000-0xeb103fff irq 10 at device 8.0 on pci0 card with sk driver: skc0: port 0x9000-0x90ff mem 0xeb100000-0xeb103fff irq 10 at device 8.0 on pci0 kernel: skc0: SysKonnect SK-NET Gigabit Ethernet Adapter SK-9844 SX dual link kernel: sk0: on skc0 kernel: sk0: Ethernet address: 00:00:5a:9a:84:c8 kernel: skc0: no PHY found! kernel: device_attach: sk0 attach returned 6 kernel: sk1: on skc0 kernel: sk1: Ethernet address: 00:00:5a:9a:84:c9 kernel: skc1: no PHY found! kernel: device_attach: sk1 attach returned 6 Thankyou for any suggestion on how to get this to work. Regards, Matt Baker