Module Name:    src
Committed By:   andvar
Date:           Sat Sep  2 07:15:30 UTC 2023

Modified Files:
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/i386/conf: ALL
        src/sys/arch/newsmips/apbus: if_sn.c

Log Message:
newsmips/sn(4): rename SONIC_DEBUG to SNDEBUG for consistency.

nix this option from i386/amd64 ALL configs, it isn't used anywhere anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.511 -r1.512 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/newsmips/apbus/if_sn.c

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

Modified files:

Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.179 src/sys/arch/amd64/conf/ALL:1.180
--- src/sys/arch/amd64/conf/ALL:1.179	Tue Jul 18 10:02:25 2023
+++ src/sys/arch/amd64/conf/ALL	Sat Sep  2 07:15:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.179 2023/07/18 10:02:25 riastradh Exp $
+# $NetBSD: ALL,v 1.180 2023/09/02 07:15:30 andvar Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.179 $"
+#ident		"ALL-$Revision: 1.180 $"
 
 maxusers	64		# estimated number of users
 
@@ -2201,7 +2201,6 @@ options SMB_VNODE_DEBUG
 options SNAPPER_DEBUG
 options SNDEBUG
 options SOCKBUF_DEBUG
-options SONIC_DEBUG
 options SPARC_PCI_DEBUG
 options SPC_DEBUG
 options SPIC_DEBUG

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.511 src/sys/arch/i386/conf/ALL:1.512
--- src/sys/arch/i386/conf/ALL:1.511	Tue Jul 18 10:02:25 2023
+++ src/sys/arch/i386/conf/ALL	Sat Sep  2 07:15:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.511 2023/07/18 10:02:25 riastradh Exp $
+# $NetBSD: ALL,v 1.512 2023/09/02 07:15:30 andvar Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.511 $"
+#ident		"ALL-$Revision: 1.512 $"
 
 maxusers	64		# estimated number of users
 
@@ -2298,7 +2298,6 @@ options SMB_VNODE_DEBUG
 options SNAPPER_DEBUG
 options SNDEBUG
 options SOCKBUF_DEBUG
-options SONIC_DEBUG
 options SPARC_PCI_DEBUG
 options SPC_DEBUG
 options SPIC_DEBUG

Index: src/sys/arch/newsmips/apbus/if_sn.c
diff -u src/sys/arch/newsmips/apbus/if_sn.c:1.54 src/sys/arch/newsmips/apbus/if_sn.c:1.55
--- src/sys/arch/newsmips/apbus/if_sn.c:1.54	Tue Aug 22 08:33:50 2023
+++ src/sys/arch/newsmips/apbus/if_sn.c	Sat Sep  2 07:15:30 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_sn.c,v 1.54 2023/08/22 08:33:50 andvar Exp $	*/
+/*	$NetBSD: if_sn.c,v 1.55 2023/09/02 07:15:30 andvar Exp $	*/
 
 /*
  * National Semiconductor  DP8393X SONIC Driver
@@ -16,7 +16,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sn.c,v 1.54 2023/08/22 08:33:50 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sn.c,v 1.55 2023/09/02 07:15:30 andvar Exp $");
 
 #include "opt_inet.h"
 
@@ -51,9 +51,9 @@ __KERNEL_RCSID(0, "$NetBSD: if_sn.c,v 1.
 #include <newsmips/apbus/if_snreg.h>
 #include <newsmips/apbus/if_snvar.h>
 
-/* #define SONIC_DEBUG */
+/* #define SNDEBUG */
 
-#ifdef SONIC_DEBUG
+#ifdef SNDEBUG
 # define DPRINTF printf
 #else
 # define DPRINTF while (0) printf

Reply via email to