aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-08-06 20:25:54 +0000
committerStefan Eßer <se@FreeBSD.org>1997-08-06 20:25:54 +0000
commit6d529e4303bc6bf26fd80937b22b45e8f7434bfe (patch)
tree9e1fd099fbafb0cd111b747e56d24a4ead16f6a6
parent3ee1f2280eabdf93a63b4d9b1b6177d0929dbf51 (diff)
Notes
-rw-r--r--sys/pci/ncrreg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index 573b70bdd00c..2542b6b044fc 100644
--- a/sys/pci/ncrreg.h
+++ b/sys/pci/ncrreg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncrreg.h,v 1.7 1997/02/22 09:44:10 peter Exp $
+** $Id: ncrreg.h,v 1.8 1997/07/25 20:45:09 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -603,7 +603,8 @@ 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_CLSE|FE_WRIE|FE_ERMP)*/
+#define FE_CACHE_SET (FE_ERL|FE_WRIE)
#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)