summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/asc.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-01-13 20:43:10 +0000
committerbde <bde@FreeBSD.org>1996-01-13 20:43:10 +0000
commitb4cbe069b996fab93a71c0d32c7d3c678864bf5a (patch)
tree6f67ddfe980aebc2abd9ff31d5d90efdb09c20b5 /sys/i386/isa/asc.c
parent806ab1ae70deaa23549471a9cc51fd9f89a02402 (diff)
downloadFreeBSD-src-b4cbe069b996fab93a71c0d32c7d3c678864bf5a.zip
FreeBSD-src-b4cbe069b996fab93a71c0d32c7d3c678864bf5a.tar.gz
Fixed renaming of private DEBUG macro. The previous revision missed
one case in asc.c and almost all cases in gsc.c.
Diffstat (limited to 'sys/i386/isa/asc.c')
-rw-r--r--sys/i386/isa/asc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c
index 4b89e9b..c37f840 100644
--- a/sys/i386/isa/asc.c
+++ b/sys/i386/isa/asc.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
- * $Id: asc.c,v 1.13 1995/12/16 21:32:19 bde Exp $
+ * $Id: asc.c,v 1.14 1995/12/22 15:39:41 bde Exp $
*/
#include "asc.h"
@@ -96,7 +96,7 @@
#define DMA1_READY 0x08
#define ASCDEBUG
#ifdef ASCDEBUG
-# define lprintf if(scu->flags & DEBUG) printf
+# define lprintf if(scu->flags & FLAG_DEBUG) printf
#else
# define lprintf (void)
#endif
OpenPOWER on IntegriCloud