diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2014-06-26 17:20:45 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2014-06-26 17:20:45 +0000 |
commit | 62820660cc957a5a8408fae505dff7d53da38842 (patch) | |
tree | 87eff14a798c1ef9bf51872dd450b8057e60354c /sys/mips/conf | |
parent | 896d1f7723a817078568b33410d64823b6c92fb6 (diff) | |
download | src-62820660cc957a5a8408fae505dff7d53da38842.tar.gz src-62820660cc957a5a8408fae505dff7d53da38842.zip |
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
Notes
Notes:
svn path=/head/; revision=267922
Diffstat (limited to 'sys/mips/conf')
-rw-r--r-- | sys/mips/conf/BERI_NETFPGA_MDROOT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/conf/BERI_NETFPGA_MDROOT b/sys/mips/conf/BERI_NETFPGA_MDROOT index 2ba4917d007a..307f579cc285 100644 --- a/sys/mips/conf/BERI_NETFPGA_MDROOT +++ b/sys/mips/conf/BERI_NETFPGA_MDROOT @@ -23,6 +23,7 @@ device bpf options DEVICE_POLLING device netfpga10g_nf10bmac +options NF10BMAC_64BIT # # This kernel configuration uses an embedded memory root file system. |