summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-09-21 10:57:21 +0000
committerderaadt <deraadt@openbsd.org>1996-09-21 10:57:21 +0000
commit78e8e88ce0a94f9b6f45f0fe0c4c830497f47d1c (patch)
tree4607f9aafbeb819dcf03f0136513f3e8f576de30 /sys
parentdocument special MAKEOBJDIR/obj.$MACHINE/obj behaviour of make (diff)
downloadwireguard-openbsd-78e8e88ce0a94f9b6f45f0fe0c4c830497f47d1c.tar.xz
wireguard-openbsd-78e8e88ce0a94f9b6f45f0fe0c4c830497f47d1c.zip
standardize the dmesg output
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arc/dev/if_sn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/dev/if_sn.c b/sys/arch/arc/dev/if_sn.c
index fc9044253fc..ca0b085bfc6 100644
--- a/sys/arch/arc/dev/if_sn.c
+++ b/sys/arch/arc/dev/if_sn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sn.c,v 1.3 1996/08/26 11:12:01 pefo Exp $ */
+/* $OpenBSD: if_sn.c,v 1.4 1996/09/21 10:57:21 deraadt Exp $ */
/*
* National Semiconductor SONIC Driver
* Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk)
@@ -326,7 +326,7 @@ snattach(parent, self, aux)
p += NRBA * RBASIZE;
DMA_MAP(sc->dma, (caddr_t)SONICBUF, p - SONICBUF, SONICBUF - pp);
- printf(" buf:%d",p - SONICBUF);
+ printf(": bufsize %d",p - SONICBUF);
#if 0
camdump(sc);