From owner-cvs-all Sun Sep 3 5:36:26 2000 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 55AEA37B422; Sun, 3 Sep 2000 05:36:22 -0700 (PDT) Received: (from groudier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77718; Sun, 3 Sep 2000 05:36:22 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Message-Id: <200009031236.FAA77718@freefall.freebsd.org> From: Gerard Roudier Date: Sun, 3 Sep 2000 05:36:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym sym_defs.h sym_hipd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groudier 2000/09/03 05:36:22 PDT Modified files: sys/dev/sym sym_defs.h sym_hipd.c Log: PR: kern/20895 PR kern/20895: - Add FE_DAC new feature flag to distinguish between 64 bit PCI addressing (DAC cycles) and 64 bit PCI interface (64 bit Memory BARs). - Properly deal with chips that have a 32 bit PCI interface but support and may generate DAC. (Only SYM53C895A for now). PR misc/17584 (at least partially addressed): - Try detecting hardware combinations that trigger spurious PCI master parity error detections by the PCI chip. This work-around is implemented in the `snooptest' routine and consists in retrying with PCI master parity checking disabled if such an error is reported by the PCI chip during this test. Other: - Fix a tiny bug in WIDE negotiation that was very unlikely to be triggerred. The BUS width was wrongly compared against chip's max. offset. Revision Changes Path 1.7 +4 -3 src/sys/dev/sym/sym_defs.h 1.19 +44 -25 src/sys/dev/sym/sym_hipd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message