Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/tc s/NVRCSR/NVR_CSR/



details:   https://anonhg.NetBSD.org/src/rev/615f5dad32dd
branches:  trunk
changeset: 480238:615f5dad32dd
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Jan 07 10:43:13 2000 +0000

description:
s/NVRCSR/NVR_CSR/

diffstat:

 sys/dev/tc/nvrreg.h |  32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diffs (47 lines):

diff -r 98e3a652dca8 -r 615f5dad32dd sys/dev/tc/nvrreg.h
--- a/sys/dev/tc/nvrreg.h       Fri Jan 07 09:40:33 2000 +0000
+++ b/sys/dev/tc/nvrreg.h       Fri Jan 07 10:43:13 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nvrreg.h,v 1.1 1999/11/29 15:06:28 ad Exp $    */
+/*     $NetBSD: nvrreg.h,v 1.2 2000/01/07 10:43:13 ad Exp $    */
 
 /*
  * Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -38,22 +38,22 @@
 #define NVR_BCR                0x00100010      /* DMA burst count register */
 
 /* CSR register bit definitions (R/W) */
-#define        NVRCSR_DMA_GO           0x00000001
-#define NVRCSR_ANTIHOG         0x00000002
-#define NVRCSR_DMA_DONE                0x00000080
-#define NVRCSR_BURST_128_BYTES 0x00000800
-#define NVRCSR_ENBL_PARITY     0x00001000
-#define NVRCSR_ENBL_BAT_INT    0x00002000
-#define NVRCSR_ENBL_DONE_INT   0x00004000
-#define NVRCSR_ENBL_ERR_INT    0x00008000
+#define        NVR_CSR_DMA_GO          0x00000001
+#define NVR_CSR_ANTIHOG                0x00000002
+#define NVR_CSR_DMA_DONE       0x00000080
+#define NVR_CSR_BURST_128_BYTES        0x00000800
+#define NVR_CSR_ENBL_PARITY    0x00001000
+#define NVR_CSR_ENBL_BAT_INT   0x00002000
+#define NVR_CSR_ENBL_DONE_INT  0x00004000
+#define NVR_CSR_ENBL_ERR_INT   0x00008000
 
 /* CSR register bit definitions (R) */
-#define        NVRCSR_BAT_DISCONNECT   0x00100000
-#define NVRCSR_BAT_FAIL                0x00400000
-#define NVRCSR_TC_ERROR                0x01000000
-#define        NVRCSR_MEMORY_ERROR     0x02000000
-#define MVRCSR_TC_PARITY_ERR   0x04000000
-#define NVRCSR_TC_PROTCAL_ERR  0x08000000        
-#define NVRCSR_ERROR_SUM       0x80000000
+#define        NVR_CSR_BAT_DISCONNECT  0x00100000
+#define NVR_CSR_BAT_FAIL       0x00400000
+#define NVR_CSR_TC_ERROR       0x01000000
+#define        NVR_CSR_MEMORY_ERROR    0x02000000
+#define NVR_CSR_TC_PARITY_ERR  0x04000000
+#define NVR_CSR_TC_PROTCAL_ERR 0x08000000        
+#define NVR_CSR_ERROR_SUM      0x80000000
 
 #endif /* _TC_NVRREG_H_ */



Home | Main Index | Thread Index | Old Index