summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/mac68k5380.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 11:36:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 11:36:11 +0000
commitb46bb97c2cc9cd125394a685a737394f4b18e54c (patch)
treeb9297e2e7969da4147eedcd873ea9be903b96bf4 /sys/arch/mac68k/dev/mac68k5380.c
parentceda3725fbf49211ee12966bcf4efa9cc34a4e29 (diff)
update from netbsd (without losing local changes)
Diffstat (limited to 'sys/arch/mac68k/dev/mac68k5380.c')
-rw-r--r--sys/arch/mac68k/dev/mac68k5380.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/mac68k/dev/mac68k5380.c b/sys/arch/mac68k/dev/mac68k5380.c
index e94e16bbf0f..72bb0f51380 100644
--- a/sys/arch/mac68k/dev/mac68k5380.c
+++ b/sys/arch/mac68k/dev/mac68k5380.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mac68k5380.c,v 1.14 1995/10/01 05:10:20 briggs Exp $ */
+/* $NetBSD: mac68k5380.c,v 1.15 1995/11/01 04:59:03 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs
@@ -376,9 +376,10 @@ extern int *nofault, mac68k_buserr_addr;
count = ( (u_long) mac68k_buserr_addr
- (u_long) ncr_5380_with_drq);
if ((count < 0) || (count > pending_5380_count)) {
- printf("pdma in: count = %d (0x%x) (pending "
- "count %d)\n", count, count,
- pending_5380_count);
+ printf("pdma %s: count = %d (0x%x) (pending "
+ "count %d)\n",
+ (pdma_5380_dir == 2) ? "in" : "out",
+ count, count, pending_5380_count);
panic("something is wrong");
}