From owner-freebsd-current Tue Nov 26 12:59:16 2002 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 2ED7C37B401 for ; Tue, 26 Nov 2002 12:59:15 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3AC43E88 for ; Tue, 26 Nov 2002 12:59:14 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 4BE4672E74; Tue, 26 Nov 2002 12:57:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 47F4972DB1; Tue, 26 Nov 2002 12:57:38 -0800 (PST) Date: Tue, 26 Nov 2002 12:57:38 -0800 (PST) From: Doug White To: Robert Faulds Cc: freebsd-current@freebsd.org Subject: Re: sk (miibus) driver won't attach In-Reply-To: <200211260119.gAQ1JG2W036759@mleko.xocolatl.com> Message-ID: <20021126125432.D38842-100000@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 25 Nov 2002, Robert Faulds wrote: > I have a Tyan K7 dual AMD MP200+ system running CURRENT and can not > get my SysKonnect 9843 GigE to work. > I've tried several different methods of loading the driver (static > in the kernel, loaded from /boot/loader.conf, and kldload after > booting to multiuser, all with the same result: No miibus attach. > miibus is loaded from /boot/loader.conf, but I've also tried building > it static into the kernel. > > coraegis1# kldload if_sk > skc0: port 0x1400-0x14ff mem > 0xf4000000-0xf4003fff > irq 3 at device 12.0 on pci0 > skc0: SysKonnect SK-NET Gigabit Ethernet Adapter SK-9843 SX > sk0: on skc0 > sk0: Ethernet address: 00:00:5a:99:1c:6c > skc0: no PHY found! > device_probe_and_attach: sk0 attach returned 6 Which PHY do you have attached to yours? We have a huge stack of 9843 SXs here and on the back side is an AMD chip labelled "GigaPHY", part number Am79761YC-14. I wouldn't be suprised if syskonnect changed the PHY and we need to code up a driver for it. I can test this in a -current vs. -stable box to confirm your findings if you like. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message