From a9988a615bc15934cbb082fb14a876764d105501 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jan 2000 18:38:31 +0000 Subject: Remove a somewhat odd #if that is always true (NOLTR will be always 1 or more if this file is being compiled) --- sys/contrib/dev/oltr/if_oltr.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/contrib/dev') 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 */ -- cgit v1.1