From owner-freebsd-questions@FreeBSD.ORG Tue May 13 05:17:41 2003 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 1031137B401 for ; Tue, 13 May 2003 05:17:41 -0700 (PDT) Received: from webserver2.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBAE43FBF for ; Tue, 13 May 2003 05:17:40 -0700 (PDT) (envelope-from jstewart@rtl.org) Received: from mis3c.rtl.lan (rtl-2.i2k.com [63.94.12.206]) by webserver2.rtl.org (8.11.6/8.11.6) with ESMTP id h4DCFuj24231; Tue, 13 May 2003 08:15:56 -0400 From: Jason Stewart To: Marlowe Macavinta In-Reply-To: <003501c318f8$294a5840$6f080a0a@marlowe> References: <003501c318f8$294a5840$6f080a0a@marlowe> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-11) Date: 13 May 2003 08:17:50 -0400 Message-Id: <1052828270.4622.13.camel@mis3c> Mime-Version: 1.0 cc: freebsd-questions@freebsd.org Subject: Re: MII without any PHY! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 12:17:41 -0000 On Mon, 2003-05-12 at 22:34, Marlowe Macavinta wrote: > Hello! > > Good day! > > My P4S533 has an onboard NIC, SiS 651 chipset 962L ethernet. Im using FreeBSD 4.7 and during device detection i can see in the bootstrap these messages: > > sis0: ethernet address ff:ff:ff:ff:ff:ff > sis0: MII without any PHY! > > I have read from several newsforum that FreeBSD doesnt support SiS 900s yet. anyone of you have a workaround for this prob? Please advise. > > Thank you! Hi Marlowe, I've successfully has the SiS900 working with 4.8-RELEASE. You might want to try upgrading and telling us the results. There have been lots of changes in this driver since 4.6 Jason