From 4b10d03b1231406391a53c2bd2d29dcde9317883 Mon Sep 17 00:00:00 2001 From: se Date: Sun, 24 Aug 1997 06:24:51 +0000 Subject: Go back to previous definition of FE_CACHE_SET, since the problem caused by read-multiple on the 53c810a should have been fixed by adjusting the alignment of the global header in rev 1.104 of ncr.c. --- sys/pci/ncrreg.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 2542b6b..c28fdb9 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncrreg.h,v 1.8 1997/07/25 20:45:09 se Exp $ +** $Id: ncrreg.h,v 1.9 1997/08/06 20:25:54 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -603,8 +603,7 @@ struct scr_tblsel { #define FE_CLK80 (1<<15) #define FE_DIFF (1<<16) #define FE_BIOS (1<<17) -/*#define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)*/ -#define FE_CACHE_SET (FE_ERL|FE_WRIE) +#define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP) #define FE_SCSI_SET (FE_WIDE|FE_ULTRA|FE_ULTRA2|FE_DBLR|FE_QUAD|F_CLK80) #define FE_SPECIAL_SET (FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM) -- cgit v1.1