diff options
Diffstat (limited to 'sys/arch/sun3/dev/am9516.h')
-rw-r--r-- | sys/arch/sun3/dev/am9516.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sun3/dev/am9516.h b/sys/arch/sun3/dev/am9516.h index 1f6dda3d31b..4dfaf835382 100644 --- a/sys/arch/sun3/dev/am9516.h +++ b/sys/arch/sun3/dev/am9516.h @@ -1,3 +1,4 @@ +/* $OpenBSD: am9516.h,v 1.2 1997/01/16 04:03:41 kstailey Exp $ */ /* $NetBSD: am9516.h,v 1.1 1995/10/29 21:19:06 gwr Exp $ */ /* @@ -33,8 +34,8 @@ #define UDC_ADR_CMR_LOW 0x52 /* channel mode reg, low word */ #define UDC_ADR_COUNT 0x32 /* number of words to transfer */ -/* - * For a dma transfer, the appropriate udc registers are loaded from a +/* + * For a dma transfer, the appropriate udc registers are loaded from a * table in memory pointed to by the chain address register. */ struct udc_table { |