diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-08-24 06:24:51 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-08-24 06:24:51 +0000 |
| commit | 02d18b728b01d657fd843ea39fe5a8f9cb0e3c51 (patch) | |
| tree | 46390143566f5b00b3755e90ebaca745d682d44c | |
| parent | 951122de0a1062504da6048883562530ec3c3c55 (diff) | |
Notes
| -rw-r--r-- | sys/pci/ncrreg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 2542b6b044fc..c28fdb926c75 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) |
