summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb/dgreg.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-04-21 21:06:57 +0000
committerbrian <brian@FreeBSD.org>1998-04-21 21:06:57 +0000
commit7914b665ae42ef64075912c42a8457c8d4fadff2 (patch)
treef5398a67eb98de7051ebfb51ed5d7742c1d152b5 /sys/dev/dgb/dgreg.h
parentc38ab8d4d99a1e2287b26e3b4ca4bff00fff9fb3 (diff)
downloadFreeBSD-src-7914b665ae42ef64075912c42a8457c8d4fadff2.zip
FreeBSD-src-7914b665ae42ef64075912c42a8457c8d4fadff2.tar.gz
- breakage of the warnings about pessimized i/o port types.
- pessimized i/o port types. - other pessimized types. - Don't use DEBUG (causes LINT warnings). Use DGB_DEBUG instead. - commented out code. - cloned code that doesn't apply ("Smarts" is for the cy driver only). Submitted by: bde
Diffstat (limited to 'sys/dev/dgb/dgreg.h')
-rw-r--r--sys/dev/dgb/dgreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dgb/dgreg.h b/sys/dev/dgb/dgreg.h
index 9d339e5..8b520fb 100644
--- a/sys/dev/dgb/dgreg.h
+++ b/sys/dev/dgb/dgreg.h
@@ -1,5 +1,5 @@
/*-
- * dgreg.h $Id$
+ * dgreg.h $Id: dgreg.h,v 1.7 1997/02/22 09:29:43 peter Exp $
*
* Digiboard driver.
*
@@ -359,7 +359,7 @@ struct channel {
/* debugging printout */
-#ifdef DEBUG
+#ifdef DGB_DEBUG
#define DPRINT1(l,a1) (dgbdebug&l ? printf(a1) : 0)
#define DPRINT2(l,a1,a2) (dgbdebug&l ? printf(a1,a2) : 0)
#define DPRINT3(l,a1,a2,a3) (dgbdebug&l ? printf(a1,a2,a3) : 0)
OpenPOWER on IntegriCloud