Module Name:    src
Committed By:   rillig
Date:           Sun Mar 10 17:16:26 UTC 2024

Modified Files:
        src/sys/dev/ic: lsi64854reg.h

Log Message:
lsi64854reg: fix snprintb formats DDMACSR_BITS and PDMACSR_BITS


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/lsi64854reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/lsi64854reg.h
diff -u src/sys/dev/ic/lsi64854reg.h:1.6 src/sys/dev/ic/lsi64854reg.h:1.7
--- src/sys/dev/ic/lsi64854reg.h:1.6	Mon Apr 28 20:23:50 2008
+++ src/sys/dev/ic/lsi64854reg.h	Sun Mar 10 17:16:26 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: lsi64854reg.h,v 1.6 2008/04/28 20:23:50 martin Exp $ */
+/*	$NetBSD: lsi64854reg.h,v 1.7 2024/03/10 17:16:26 rillig Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -125,7 +125,7 @@
 #define DDMACSR_BITS	"\177\020"				\
 	"b\00INT\0b\01ERR\0f\02\02DRAINING\0b\04IEN\0"		\
 	"b\06SLVERR\0b\07RST\0b\10WRITE\0b\11ENDMA\0"		\
-	"b\15ENCNT\0b\16TC\0\b\20DSBL_CSR_DRN\0"		\
+	"b\15ENCNT\0b\16TC\0b\20DSBL_CSR_DRN\0"			\
 	"b\21DSBL_SCSI_DRN\0f\22\2BURST\0b\25TWOCYCLE\0"	\
 	"b\26FASTER\0b\27TCIDIS\0b\30ENNXT\0b\031DMAON\0"	\
 	"b\32ALOADED\0b\33NALOADED\0"
@@ -192,5 +192,5 @@
 #define PDMACSR_BITS	"\177\020"				\
 	"b\00INT\0b\01ERR\0f\02\02DRAINING\0b\04IEN\0"		\
 	"b\06SLVERR\0b\07RST\0b\10WRITE\0b\11ENDMA\0"		\
-	"b\15ENCNT\0b\16TC\0\b\24DIAG\0b\27TCIDIS\0"		\
+	"b\15ENCNT\0b\16TC\0b\24DIAG\0b\27TCIDIS\0"		\
 	"b\30ENNXT\0b\031DMAON\0b\32ALOADED\0b\33NALOADED\0"

Reply via email to