diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/dgb/dgb.c | 4 | ||||
-rw-r--r-- | sys/dev/dgb/dgm.c | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index 481eaf6..f054e7b 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 3732302..18122f0 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 */ |