From owner-freebsd-stable Sat Feb 16 23:50:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from shark.amis.net (shark.amis.net [212.18.32.14]) by hub.freebsd.org (Postfix) with ESMTP id 2BD6437B419 for ; Sat, 16 Feb 2002 23:50:43 -0800 (PST) Received: from baracuda.amis.net (baracuda.amis.net [212.18.32.4]) by shark.amis.net (Postfix) with ESMTP id BC4327C1C; Sun, 17 Feb 2002 08:50:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baracuda.amis.net (Postfix) with ESMTP id 5948E9B09; Sun, 17 Feb 2002 08:50:41 +0100 (CET) Received: from titanic.medinet.si (titanic.medinet.si [212.18.42.5]) by baracuda.amis.net (Postfix) with ESMTP id 81C9D9B05; Sun, 17 Feb 2002 08:50:40 +0100 (CET) Received: by titanic.medinet.si (Postfix, from userid 1000) id 6562055411; Sun, 17 Feb 2002 08:50:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id 5DEAE55404; Sun, 17 Feb 2002 08:50:39 +0100 (CET) Date: Sun, 17 Feb 2002 08:50:39 +0100 (CET) From: Blaz Zupan X-X-Sender: blaz@titanic.medinet.si To: "W. Desjardins" Cc: freebsd-stable@freebsd.org Subject: Re: sis0: (correction) incorrect mac address In-Reply-To: <20020216191349.D64670-100000@mail.carracing.com> Message-ID: <20020217084501.Q14980-100000@titanic.medinet.si> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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