summaryrefslogtreecommitdiffstats
path: root/sys/dev/netfpga10g
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-06-26 17:20:45 +0000
committerbz <bz@FreeBSD.org>2014-06-26 17:20:45 +0000
commitc9677487d2c571f946234fb1b3168bb8387b4582 (patch)
tree87eff14a798c1ef9bf51872dd450b8057e60354c /sys/dev/netfpga10g
parent816d8c3faa7ed8d25d4ea2d32649eb7bbf47bb3f (diff)
downloadFreeBSD-src-c9677487d2c571f946234fb1b3168bb8387b4582.zip
FreeBSD-src-c9677487d2c571f946234fb1b3168bb8387b4582.tar.gz
Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernel
configs. Switch the BERI_NETFPGA_MDROOT to 64bit by default. Give we have working interrupts also cleanup the extra polling CFLAGS from the module Makefile. MFC after: 2 weeks
Diffstat (limited to 'sys/dev/netfpga10g')
-rw-r--r--sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c b/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c
index a5aebba..6a13b28 100644
--- a/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c
+++ b/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c
@@ -40,6 +40,7 @@
__FBSDID("$FreeBSD$");
#include "opt_device_polling.h"
+#include "opt_netfpga.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud