From owner-freebsd-stable Sun Jan 13 19:19:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 16F5837B402; Sun, 13 Jan 2002 19:19:45 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id TAA23644; Sun, 13 Jan 2002 19:19:42 -0800 Message-ID: <3C424E4D.9050304@owt.com> Date: Sun, 13 Jan 2002 19:19:41 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: SUZUKI Koichi Cc: Bill Paul , stable@FreeBSD.ORG, fwkg7679@mb.infoweb.ne.jp, dan@langille.org Subject: Re: Chipset SiS735 / NIC SiS 900 - PR kern/30836 References: <20020112211558.1D15937B400@hub.freebsd.org> <3C424A2F.7040506@gc5.so-net.ne.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 SUZUKI Koichi wrote: > Hi Bill, > > Bill Paul wrote: > > I just committed a patch to the sriver in -current. Still have to > > mail re@ to get permission to MFC. In the meantime, > > I cvsuped today then I noticed this patch had been MFCed. > Thanks, Bill. > > But... > > > This fixes > > the MAC address and PHY detection problems. > > I removed my local modification of Mr. Kurosawa's patch, > then update whole system by make world. > While this machine detects its PHY on miibus > and I can use the On-Board NIC (ping, telnet...), > this machine is fail to obtain its MAC Address. :-( > > You know, I have a K7S5A Motherboard. Bill suggested on cvs-all that we use the ifconfig ether option as a workaround. What I did is create a shell script to readd my MAC address at boot time to the configuration such as topaz# cd /usr/local/etc/rc.d topaz# cat setether.sh #! /bin/sh ifconfig sis0 ether 00:d0:0a:df:58:6e You K7S5A manual has your ethernet address on the cover. It is also on the top of the mb where you plug in the rj-45 connector. Kent > > > --- dmesg --- > : > FreeBSD 4.5-RC #20: Sun Jan 13 14:17:02 PST 2002 > metal@amedio:/usr/obj/usr/src/sys/AMEDIO > : > sis0: port 0xd400-0xd4ff mem > 0xcffdd000-0xcffddfff irq 5 > at device 3.0 on pci0 > sis0: Ethernet address: 00:00:00:00:00:00 > miibus0: on sis0 > ukphy0: on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > : > --- > > -- ifconfig --- > sis0: flags=8843 mtu 1500 > inet 171.64.xxx.xxx netmask 0xffffff00 broadcast 171.64.xxx.xxx > inet6 fe80::240:f4ff:fe34:4a72%sis0 prefixlen 64 scopeid 0x1 > ether 00:00:00:00:00:00 > media: Ethernet autoselect (100baseTX ) > status: active > --- > > --- arp from another machine --- > amedio (171.64.xxx.xxx) at 0:0:0:0:0:0 on fxp0 [ethernet] > --- > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message