aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kurakin <rik@FreeBSD.org>2004-04-07 08:11:57 +0000
committerRoman Kurakin <rik@FreeBSD.org>2004-04-07 08:11:57 +0000
commit857f32a3c85fdbbc4b1691b1f52e5b79af175f2a (patch)
tree447a37959e1e8c4db45278eb58cbfd76edfc712a
parent547ccb4b7220dd5f7be7273d9d229325babe9b0b (diff)
downloadsrc-857f32a3c85fdbbc4b1691b1f52e5b79af175f2a.tar.gz
src-857f32a3c85fdbbc4b1691b1f52e5b79af175f2a.zip
MFC: Add support for Cronyx Tau adapters (ctau (4) driver).
Approved by: imp (mentor)
Notes
Notes: svn path=/stable/4/; revision=127983
-rw-r--r--sys/dev/ctau/if_ct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c
index bd66f3d6b10c..01b6d512d3cd 100644
--- a/sys/dev/ctau/if_ct.c
+++ b/sys/dev/ctau/if_ct.c
@@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
# include <i386/isa/intr_machdep.h>
# endif
#endif
-#if __FreeBSD_version >= 500000
+#if __FreeBSD_version >= 400000
#include <dev/cx/machdep.h>
#include <dev/ctau/ctddk.h>
#include <dev/cx/cronyxfw.h>