Date: Mon, 30 Aug 1999 09:12:41 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> 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 Message-ID: <199908301612.JAA73752@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908301612.JAA73752>