From: deraadt Date: Tue, 16 Jan 1996 00:58:18 +0000 (+0000) Subject: from netbsd: X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1ffecff96b2b11517ba723744b0bef2a7714509a;p=openbsd 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. --- 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 */