From owner-cvs-all Mon Aug 30 9:13:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64F6014C1D; Mon, 30 Aug 1999 09:13:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA73752; Mon, 30 Aug 1999 09:12:41 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199908301612.JAA73752@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 30 Aug 1999 09:12:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/08/30 09:12:40 PDT Modified files: sys/pci ahc_pci.c Log: Add support for the aic7859 which is found on the 2930CU. Break out the detection logic for the aic7855 and properly report these chips as 7855s instead of 7850s. The 2940AU_CN is an aic7860 based card, not aic7860. Not setting CACHETHEN turned out to be a bad idea. It can cause spurious corruption under heavy PCI load with multiple masters. Revision Changes Path 1.20 +55 -12 src/sys/pci/ahc_pci.c Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx.h Log: aic7xxx.c: Clean out some #if 0'ed debugging cruft. aic7xxx.h: Definitions for the aic7855 and aic7859. Revision Changes Path 1.36 +2 -6 src/sys/dev/aic7xxx/aic7xxx.c 1.13 +11 -7 src/sys/dev/aic7xxx/aic7xxx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message