From bc9c9f551a2b8c3bdab4e61c0d63f8377694da2c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 29 Jun 2011 21:53:38 -0700 Subject: b100: removed old impl files, moved async processing to io impl --- host/lib/usrp/b100/b100_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/b100/b100_impl.cpp') diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp index b3bf7b7f0..14ccbbf9b 100644 --- a/host/lib/usrp/b100/b100_impl.cpp +++ b/host/lib/usrp/b100/b100_impl.cpp @@ -201,7 +201,7 @@ b100_impl::b100_impl(const device_addr_t &device_addr){ //////////////////////////////////////////////////////////////////// // Create controller objects //////////////////////////////////////////////////////////////////// - _fpga_ctrl = b100_ctrl::make(_ctrl_transport); + _fpga_ctrl = b100_ctrl::make(_ctrl_transport, boost::bind(&b100_impl::handle_async_message, this, _1)); this->check_fpga_compat(); //check after making control _fpga_i2c_ctrl = i2c_core_100::make(_fpga_ctrl, B100_REG_SLAVE(3)); _fpga_spi_ctrl = spi_core_100::make(_fpga_ctrl, B100_REG_SLAVE(2)); @@ -467,5 +467,5 @@ void b100_impl::prepare_gpif(void){ //TODO check the order of this: enable_gpif(_fx2_ctrl, true); reset_gpif(_fx2_ctrl, 6); - clear_fpga_fifo(_fx2_ctrl); + //clear_fpga_fifo(_fx2_ctrl); } -- cgit v1.2.3