aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ppbus/if_plip.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c
index 7d64cd24fef6c..d3b85a4b421af 100644
--- a/sys/dev/ppbus/if_plip.c
+++ b/sys/dev/ppbus/if_plip.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*
* From Id: lpt.c,v 1.55.2.1 1996/11/12 09:08:38 phk Exp
- * $Id: if_plip.c,v 1.6 1998/11/07 14:35:41 nsouch Exp $
+ * $Id: if_plip.c,v 1.7 1999/01/09 18:10:37 nsouch Exp $
*/
/*
@@ -101,6 +101,8 @@
#include <dev/ppbus/ppbconf.h>
#include <dev/ppbus/nlpt.h>
+#include "opt_plip.h"
+
#ifndef LPMTU /* MTU for the lp# interfaces */
#define LPMTU 1500
#endif
@@ -129,11 +131,7 @@
#define LPIPTBLSIZE 256 /* Size of octet translation table */
-#ifndef DEBUG
-#define DEBUG
-#endif
-
-#ifndef DEBUG
+#ifndef PLIP_DEBUG
#define lprintf (void)
#else
#define lprintf if (lptflag) printf