summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc/asc_tcds.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>2005-05-22 19:40:51 +0000
committerart <art@openbsd.org>2005-05-22 19:40:51 +0000
commit24d2ca94e19250abd73350649786729f5383523c (patch)
treeceb034508acab8d4250eb4cbaa9eda1b0923c6fb /sys/dev/tc/asc_tcds.c
parentALTQ cleanout (diff)
downloadwireguard-openbsd-24d2ca94e19250abd73350649786729f5383523c.tar.xz
wireguard-openbsd-24d2ca94e19250abd73350649786729f5383523c.zip
remove "0x" in front of %p in printfs.
eyeballed by krw@
Diffstat (limited to 'sys/dev/tc/asc_tcds.c')
-rw-r--r--sys/dev/tc/asc_tcds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/asc_tcds.c b/sys/dev/tc/asc_tcds.c
index 02444f4a8f5..56ce7657135 100644
--- a/sys/dev/tc/asc_tcds.c
+++ b/sys/dev/tc/asc_tcds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: asc_tcds.c,v 1.3 2003/06/05 12:27:02 deraadt Exp $ */
+/* $OpenBSD: asc_tcds.c,v 1.4 2005/05/22 19:40:51 art Exp $ */
/* $NetBSD: asc_tcds.c,v 1.5 2001/11/15 09:48:19 lukem Exp $ */
/*-
@@ -413,7 +413,7 @@ tcds_dma_intr(sc)
if (dud & TCDS_DUD0_VALID11)
dudmask |= TCDS_DUD_BYTE11;
#endif
- NCR_DMA(("dud0 at 0x%p dudmask 0x%x\n",
+ NCR_DMA(("dud0 at %p dudmask 0x%x\n",
addr, dudmask));
*addr = (*addr & ~dudmask) | (dud & dudmask);
}