from netbsd:
authorderaadt <deraadt@openbsd.org>
Tue, 16 Jan 1996 00:58:18 +0000 (00:58 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 16 Jan 1996 00:58:18 +0000 (00:58 +0000)
The changes frpm Paul Goyette with respect to the driver trace require
DBG_PID to be defined to an interger value....make it so.

sys/arch/atari/dev/atari5380.c

index b58b7ab..8ea22c7 100644 (file)
@@ -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      */