aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-29 18:42:45 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-29 18:42:45 +0000
commit1c6f64061cc309aaee134a49f229372522ae4fe9 (patch)
tree50fb1a5ff5f55864bdf81a02fc109bc12a623813 /sys/gnu/i386
parentcc5bdb79783637fe174aaec814a5f7bbe010514a (diff)
downloadsrc-1c6f64061cc309aaee134a49f229372522ae4fe9.tar.gz
src-1c6f64061cc309aaee134a49f229372522ae4fe9.zip
Remove #if NDGB > 0 and #if NDGM > 0
Notes
Notes: svn path=/head/; revision=56874
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/isa/dgb.c4
-rw-r--r--sys/gnu/i386/isa/dgm.c5
2 files changed, 0 insertions, 9 deletions
diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c
index 481eaf6c436c..f054e7baae3f 100644
--- a/sys/gnu/i386/isa/dgb.c
+++ b/sys/gnu/i386/isa/dgb.c
@@ -32,8 +32,6 @@
#include "dgb.h"
-#if NDGB > 0
-
/* Helg: i.e.25 times per sec board will be polled */
#define POLLSPERSEC 25
/* How many charactes can we write to input tty rawq */
@@ -2199,5 +2197,3 @@ disc_optim(tp, t)
else
tp->t_state &= ~TS_CAN_BYPASS_L_RINT;
}
-
-#endif /* NDGB > 0 */
diff --git a/sys/gnu/i386/isa/dgm.c b/sys/gnu/i386/isa/dgm.c
index 3732302c975f..18122f00db65 100644
--- a/sys/gnu/i386/isa/dgm.c
+++ b/sys/gnu/i386/isa/dgm.c
@@ -35,9 +35,6 @@
#include "dgm.h"
-#if NDGM > 0
-
-
/* Helg: i.e.25 times per sec board will be polled */
#define POLLSPERSEC 25
/* How many charactes can we write to input tty rawq */
@@ -2003,5 +2000,3 @@ disc_optim(tp, t)
else
tp->t_state &= ~TS_CAN_BYPASS_L_RINT;
}
-
-#endif /* NDGM > 0 */