diff options
-rw-r--r-- | sys/contrib/dev/oltr/if_oltr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/dev/oltr/if_oltr.c b/sys/contrib/dev/oltr/if_oltr.c index 902de62..5fc39a5 100644 --- a/sys/contrib/dev/oltr/if_oltr.c +++ b/sys/contrib/dev/oltr/if_oltr.c @@ -38,8 +38,6 @@ #include "oltr.h" #include "opt_inet.h" -#if (NOLTR + NPCI) > 0 - /*#define TRlldInlineIO*/ #define ISA_ADAPTERS (OC_3115 | OC_3117 | OC_3118) @@ -1487,5 +1485,3 @@ DriverRepInDword(IOAddress, DataPointer, DWordCount) insl(IOAddress, (void *)DataPointer, DWordCount); } #endif /* TRlldInlineIO */ - -#endif /* NOLTR */ |