From owner-cvs-all Thu Feb 8 16:45:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D11037B4EC; Thu, 8 Feb 2001 16:45:33 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f190jXv46562; Thu, 8 Feb 2001 16:45:33 -0800 (PST) (envelope-from wpaul) Message-Id: <200102090045.f190jXv46562@freefall.freebsd.org> From: Bill Paul Date: Thu, 8 Feb 2001 16:45:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/02/08 16:45:29 PST Modified files: sys/pci if_sis.c if_sisreg.h Log: Apply patch to add support for the intergrated ethernet in the SiS630E chipset. The MAC address is stored in the APC CMOS RAM and we have to commit trememdous evil in order to read it. The code to do this is only activated on the i386 platform. Thanks to Cameron Grant for providing access to a test box for me to tinker with. This will fix the problem where the sis driver ends up with a station address of 00:00:00:00:00:00 on boards that use the 630E chipset. Revision Changes Path 1.31 +100 -3 src/sys/pci/if_sis.c 1.5 +8 -1 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message