1*4a9af7d5SBjoern A. Zeeb.\"- 2*4a9af7d5SBjoern A. Zeeb.\" Copyright (c) 2014 Bjoern A. Zeeb 3*4a9af7d5SBjoern A. Zeeb.\" All rights reserved. 4*4a9af7d5SBjoern A. Zeeb.\" 5*4a9af7d5SBjoern A. Zeeb.\" This software was developed by SRI International and the University of 6*4a9af7d5SBjoern A. Zeeb.\" Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-11-C-0249 7*4a9af7d5SBjoern A. Zeeb.\" ("MRC2"), as part of the DARPA MRC research programme. 8*4a9af7d5SBjoern A. Zeeb.\" 9*4a9af7d5SBjoern A. Zeeb.\" Redistribution and use in source and binary forms, with or without 10*4a9af7d5SBjoern A. Zeeb.\" modification, are permitted provided that the following conditions 11*4a9af7d5SBjoern A. Zeeb.\" are met: 12*4a9af7d5SBjoern A. Zeeb.\" 1. Redistributions of source code must retain the above copyright 13*4a9af7d5SBjoern A. Zeeb.\" notice, this list of conditions and the following disclaimer. 14*4a9af7d5SBjoern A. Zeeb.\" 2. Redistributions in binary form must reproduce the above copyright 15*4a9af7d5SBjoern A. Zeeb.\" notice, this list of conditions and the following disclaimer in the 16*4a9af7d5SBjoern A. Zeeb.\" documentation and/or other materials provided with the distribution. 17*4a9af7d5SBjoern A. Zeeb.\" 18*4a9af7d5SBjoern A. Zeeb.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 19*4a9af7d5SBjoern A. Zeeb.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20*4a9af7d5SBjoern A. Zeeb.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21*4a9af7d5SBjoern A. Zeeb.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 22*4a9af7d5SBjoern A. Zeeb.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 23*4a9af7d5SBjoern A. Zeeb.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 24*4a9af7d5SBjoern A. Zeeb.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25*4a9af7d5SBjoern A. Zeeb.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26*4a9af7d5SBjoern A. Zeeb.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 27*4a9af7d5SBjoern A. Zeeb.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28*4a9af7d5SBjoern A. Zeeb.\" SUCH DAMAGE. 29*4a9af7d5SBjoern A. Zeeb.\" 30*4a9af7d5SBjoern A. Zeeb.Dd April 17, 2014 31*4a9af7d5SBjoern A. Zeeb.Dt NETFPGA10G_NF10BMAC 4 32*4a9af7d5SBjoern A. Zeeb.Os 33*4a9af7d5SBjoern A. Zeeb.Sh NAME 34*4a9af7d5SBjoern A. Zeeb.Nm netfpga10g_nf10bmac 35*4a9af7d5SBjoern A. Zeeb.Nd driver for the NetFPGA-10G Embedded CPU Ethernet Core 36*4a9af7d5SBjoern A. Zeeb.Sh SYNOPSIS 37*4a9af7d5SBjoern A. Zeeb.Cd "device netfpga10g_nf10bmac" 38*4a9af7d5SBjoern A. Zeeb.Sh DESCRIPTION 39*4a9af7d5SBjoern A. ZeebThe 40*4a9af7d5SBjoern A. Zeeb.Nm 41*4a9af7d5SBjoern A. Zeebdevice driver provides support for the NetFPGA-10G Embedded CPU Ethernet 42*4a9af7d5SBjoern A. ZeebCore. 43*4a9af7d5SBjoern A. Zeeb.Sh HARDWARE 44*4a9af7d5SBjoern A. ZeebThe current version of the 45*4a9af7d5SBjoern A. Zeeb.Nm 46*4a9af7d5SBjoern A. Zeebdriver works with one PIO mode interface of the 47*4a9af7d5SBjoern A. ZeebNetFPGA-10G Embedded CPU Ethernet Core version 1.00a. 48*4a9af7d5SBjoern A. Zeeb.Sh SEE ALSO 49*4a9af7d5SBjoern A. Zeeb.Xr netintro 4 , 50*4a9af7d5SBjoern A. Zeeb.Xr ifconfig 8 51*4a9af7d5SBjoern A. Zeeb.Rs 52*4a9af7d5SBjoern A. Zeeb.%T NetFPGA-10G Wiki 53*4a9af7d5SBjoern A. Zeeb.%U https://github.com/NetFPGA/NetFPGA-public/wiki 54*4a9af7d5SBjoern A. Zeeb.Re 55*4a9af7d5SBjoern A. Zeeb.Sh HISTORY 56*4a9af7d5SBjoern A. ZeebThe 57*4a9af7d5SBjoern A. Zeeb.Nm 58*4a9af7d5SBjoern A. Zeebdevice driver first appeared in 59*4a9af7d5SBjoern A. Zeeb.Fx 11.0 . 60*4a9af7d5SBjoern A. Zeeb.Sh AUTHORS 61*4a9af7d5SBjoern A. ZeebThis software and this manual page were 62*4a9af7d5SBjoern A. Zeebdeveloped by SRI International and the University of Cambridge Computer 63*4a9af7d5SBjoern A. ZeebLaboratory under DARPA/AFRL contract 64*4a9af7d5SBjoern A. Zeeb.Pq FA8750-11-C-0249 65*4a9af7d5SBjoern A. Zeeb.Pq Do MRC2 Dc , 66*4a9af7d5SBjoern A. Zeebas part of the DARPA MRC research programme. 67*4a9af7d5SBjoern A. ZeebThe device driver was written by 68*4a9af7d5SBjoern A. Zeeb.An Bjoern A. Zeeb . 69