Date: Sun, 13 Jan 2002 10:07:29 -0800 (PST) From: wpaul@FreeBSD.ORG (Bill Paul) To: kstewart@owt.com (Kent Stewart) Cc: dan@langille.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_sis.c if_sisreg.ht Message-ID: <20020113180729.4D96237B405@hub.freebsd.org> In-Reply-To: <3C418904.7070408@owt.com> from Kent Stewart at "Jan 13, 2002 05:17:56 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> >>> Modified files: (Branch: RELENG_4) > >>> sys/pci if_sis.c if_sisreg.h Log: > >>> MFC: add support for embedded SiS 900-style ethernet controllers in SiS > >>> 635 and 735 motherboard chipsets. > >>> > >> > >> This is great Paul. Thank you for helping out here. Very quick > >> result. Cheers. Grrrr. My first name is Bill, not Paul. Get it right. [...] > I am driving my server nuts with messages like > > arp: 192.0.2.7 moved from 00:00:00:00:00:00 to 00:d0:b7:2c:76:f6 on fxp0 First of all, there's a workaround for this: # ifconfig sis0 ether 0:0:e8:1:2:3 Yes, you can set the ethernet address. Don't make the first octet be "01", or anything with bit 0 set: that's a multicast address. Second, become root, rin "pciconf -l" and mail me the output. Third, tell me which SiS chipset/motherboard you have. -Bill (_not_ Paul!) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020113180729.4D96237B405>