summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/dma.c')
-rw-r--r--sys/arch/sparc/dev/dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/dma.c b/sys/arch/sparc/dev/dma.c
index 5c835936d5f..8de7b726598 100644
--- a/sys/arch/sparc/dev/dma.c
+++ b/sys/arch/sparc/dev/dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dma.c,v 1.11 1998/02/05 19:02:30 jason Exp $ */
+/* $OpenBSD: dma.c,v 1.12 1998/07/05 09:24:25 deraadt Exp $ */
/* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */
/*
@@ -98,7 +98,7 @@ dmaprint(aux, name)
if (name)
printf("[%s at %s]", ca->ca_ra.ra_name, name);
- printf(" slot 0x%x offset 0x%x", ca->ca_slot, ca->ca_offset);
+ printf(" offset 0x%x", ca->ca_offset);
return (UNCONF);
}