summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1997-08-24 06:24:51 +0000
committerse <se@FreeBSD.org>1997-08-24 06:24:51 +0000
commit4b10d03b1231406391a53c2bd2d29dcde9317883 (patch)
treef43fbdc2571684431451ecedcc1b9ad3daff779c
parent4da10b0de0a92e432ff4d0f0f79cd8d7379c6f7f (diff)
downloadFreeBSD-src-4b10d03b1231406391a53c2bd2d29dcde9317883.zip
FreeBSD-src-4b10d03b1231406391a53c2bd2d29dcde9317883.tar.gz
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.
-rw-r--r--sys/pci/ncrreg.h5
1 files 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)
OpenPOWER on IntegriCloud