diff options
| -rw-r--r-- | sys/dev/dgb/dgb.c | 4 | ||||
| -rw-r--r-- | sys/dev/dgb/dgm.c | 5 | ||||
| -rw-r--r-- | sys/gnu/i386/isa/dgb.c | 4 | ||||
| -rw-r--r-- | sys/gnu/i386/isa/dgm.c | 5 |
4 files changed, 0 insertions, 18 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index 481eaf6c436c..f054e7baae3f 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/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/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c index 3732302c975f..18122f00db65 100644 --- a/sys/dev/dgb/dgm.c +++ b/sys/dev/dgb/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 */ 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 */ |
