Date: Thu, 28 Sep 2000 09:25:24 -0700 (PDT) From: roland@serv.ch To: freebsd-gnats-submit@FreeBSD.org Subject: kern/21623: Chipset SiS630E / NIC SiS 900 Message-ID: <20000928162524.8C15F37B423@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 21623
>Category: kern
>Synopsis: Chipset SiS630E / NIC SiS 900
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 28 09:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Roland Schneider
>Release: 4.1.1 STABLE
>Organization:
>Environment:
FreeBSD ***** 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Thu Sep 28 18:03:48 CEST 2000 ***@******:/mnt/install/src/sys/compile/kernel i386
>Description:
The SiS 900 Driver cant read the ethernet-address
from the all-in-one-chipset SiS630E.
Ethernet-Address will always be 0:0:0:0:0:0.
>How-To-Repeat:
Install FreeBSD on a ASUS CUSI-FX with integrated NIC.
>Fix:
No fix, only a ugly workaround.
Hardwire the Ethernet-Address in sys/pci/if_sis.c:
static u_char sis_macaddr[ETHER_ADDR_LEN] = { 0x00,0xe0,0x18,0x01,0x02,0x03 };
And assign that in function sis_attach below:
bcopy((char *)sis_macaddr, eaddr, ETHER_ADDR_LEN);
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000928162524.8C15F37B423>
