summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 18:38:31 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 18:38:31 +0000
commita9988a615bc15934cbb082fb14a876764d105501 (patch)
tree74ad12dc82b499aafea3a1e43d0b82d85d8956d7 /sys/contrib/dev
parentb7f989d004c33d54f672a11b4e31f74527ac7842 (diff)
downloadFreeBSD-src-a9988a615bc15934cbb082fb14a876764d105501.zip
FreeBSD-src-a9988a615bc15934cbb082fb14a876764d105501.tar.gz
Remove a somewhat odd #if that is always true (NOLTR will be always
1 or more if this file is being compiled)
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r--sys/contrib/dev/oltr/if_oltr.c4
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 */
OpenPOWER on IntegriCloud