From owner-freebsd-hardware Thu Feb 8 12:49:50 2001 Delivered-To: freebsd-hardware@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 7EBF237B6CB; Thu, 8 Feb 2001 12:49:32 -0800 (PST) Subject: patch for if_sis to support SiS630E, need testers To: hardware@freebsd.org, network@freebsd.org, hackers@freebsd.org Date: Thu, 8 Feb 2001 12:49:32 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20010208204932.7EBF237B6CB@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://www.freebsd.org/~wpaul/SiS/sis.diff This patch adds support for reading the station address from the ATC CMOS RAM for board with the SiS 630E chipset with integrated SiS 900 ethernet. I've verified that the patch compiles and doesn't make the system explode, and it should have no effect on standalone SiS 900 devices, however I don't currently have access to a host with this chipset in it so I'm not 100% positive it does the right thing. Those who have such hardware running 4.2-RELEASE, 4.2-STABLE or -current, please apply the patch and let me know if the MAC address is read correctly. Note that the changes are hidden under #ifdef __i386__. The hacks to make this work are specific to the x86 architecture, and the SiS 630E chipset is only for x86 motherboards anyway. PCI adapters based on the SiS 900 should still work on the alpha. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message