summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 18:42:45 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 18:42:45 +0000
commita767328eaf1565085f3af6b96d43d4bcaefde063 (patch)
treebacb4a84226c3c544b0b94e20ae4accaa5e428d1 /sys/gnu/i386
parenta9988a615bc15934cbb082fb14a876764d105501 (diff)
downloadFreeBSD-src-a767328eaf1565085f3af6b96d43d4bcaefde063.zip
FreeBSD-src-a767328eaf1565085f3af6b96d43d4bcaefde063.tar.gz
Remove #if NDGB > 0 and #if NDGM > 0
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 481eaf6..f054e7b 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 3732302..18122f0 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 */
OpenPOWER on IntegriCloud