Module Name: src
Committed By: andvar
Date: Tue Aug 22 08:33:50 UTC 2023
Modified Files:
src/sys/arch/newsmips/apbus: if_sn.c
Log Message:
remove global sndebug definition. looks like historical leftover replaced
by SNDEBUG definition.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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/newsmips/apbus/if_sn.c
diff -u src/sys/arch/newsmips/apbus/if_sn.c:1.53 src/sys/arch/newsmips/apbus/if_sn.c:1.54
--- src/sys/arch/newsmips/apbus/if_sn.c:1.53 Tue Aug 22 07:13:33 2023
+++ src/sys/arch/newsmips/apbus/if_sn.c Tue Aug 22 08:33:50 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: if_sn.c,v 1.53 2023/08/22 07:13:33 andvar Exp $ */
+/* $NetBSD: if_sn.c,v 1.54 2023/08/22 08:33:50 andvar Exp $ */
/*
* National Semiconductor DP8393X SONIC Driver
@@ -16,7 +16,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sn.c,v 1.53 2023/08/22 07:13:33 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sn.c,v 1.54 2023/08/22 08:33:50 andvar Exp $");
#include "opt_inet.h"
@@ -84,8 +84,6 @@ static inline u_int sonicput(struct sn_s
static inline int sonic_read(struct sn_softc *, void *, int);
static inline struct mbuf *sonic_get(struct sn_softc *, void *, int);
-int sndebug = 0;
-
/*
* SONIC buffers need to be aligned 16 or 32 bit aligned.
* These macros calculate and verify alignment.