summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-16 00:58:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-16 00:58:19 +0000
commit4cf83686981aa9250117086d5341eeb38c473e14 (patch)
treeb1552e4c7a21cda55a9bb903b0cc5925ea47d35b /sys
parent330c0671a649dc70a2baa3c0c917a649b05cb086 (diff)
from netbsd:
The changes frpm Paul Goyette with respect to the driver trace require DBG_PID to be defined to an interger value....make it so.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/atari/dev/atari5380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/atari5380.c b/sys/arch/atari/dev/atari5380.c
index b58b7ab7a4d..8ea22c781d5 100644
--- a/sys/arch/atari/dev/atari5380.c
+++ b/sys/arch/atari/dev/atari5380.c
@@ -1,4 +1,4 @@
-/* $NetBSD: atari5380.c,v 1.4 1995/10/05 08:52:53 leo Exp $ */
+/* $NetBSD: atari5380.c,v 1.5 1996/01/14 13:06:37 leo Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -75,7 +75,7 @@
#undef DBG_PIO /* Show the polled-I/O process */
#undef DBG_INF /* Show information transfer process */
#define DBG_NOSTATIC /* No static functions, all in DDB trace*/
-#define DBG_PID /* Keep track of driver */
+#define DBG_PID 2 /* Keep track of driver */
#define REAL_DMA /* Use DMA if sensible */
#if defined(FALCON_SCSI)
#define REAL_DMA_POLL 1 /* 1: Poll for end of DMA-transfer */