Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 08:50:39 +0100 (CET)
From:      Blaz Zupan <blaz@si.FreeBSD.org>
To:        "W. Desjardins" <bill@carracing.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: sis0: (correction) incorrect mac address
Message-ID:  <20020217084501.Q14980-100000@titanic.medinet.si>
In-Reply-To: <20020216191349.D64670-100000@mail.carracing.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> ok, my bad on this one, 3 of the machines had different motherboards which
> I didnt notice till now. I buy them with assembled to my spec, but I guess
> they slipped in something I didnt notice :(
>
> Anyway, the mb is an ASUS tusi-m with the 630et chipset. The bios is also
> the latest one (1011), so no upgrade path available there. I am going to
> try stable on these and see if that clears up this issue.
>
> If it is a driver issue, who can I work with to get this resolved?

The commit log for the patch that I pointed you at yesterday says:

"Fix support for 630ET support. We don't need the Linux part to set the mii
acce..."

As you're using the 630ET chipset, I'll bet this patch will make it work.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/if_sis.c.diff?r1=1.47&r2=1.48

Proceed as follows:

$ cd /usr
$ fetch -o sis.patch 'http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/if_sis.c.diff?r1=1.47&r2=1.48'
$ patch <sis.patch

Two hunks will fail during the patching, but those are only the $FreeBSD$
tags, otherwise the patch applies cleanly.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217084501.Q14980-100000>