From owner-cvs-all Mon Aug 27 9: 7:18 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 B35A437B409; Mon, 27 Aug 2001 09:07:12 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7RG7Cc08455; Mon, 27 Aug 2001 09:07:12 -0700 (PDT) (envelope-from jlemon) Message-Id: <200108271607.f7RG7Cc08455@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 27 Aug 2001 09:07:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/08/27 09:07:12 PDT Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h Log: Systems based on the ICH2/ICH2-M chip from Intel have a defect where the chip can cause a PCI protocol violation in under certain scenarios. The workaround is to rewrite the EEPROM to disable Dynamic Standby Mode. Once the EEPROM is rewritten, the system needs to be rebooted in order to pick up the new settings. This has been tested on several ICH2/ICH2-M systems, found in 815E based boards, and usually identified by the presence of the 82562 ET/EM PHY. Thanks to: Mike Tansca, Paul Saab for samples of the problematic boards. Revision Changes Path 1.117 +132 -25 src/sys/dev/fxp/if_fxp.c 1.25 +2 -1 src/sys/dev/fxp/if_fxpreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message