aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netfpga10g
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-4/+4
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix whitspace indentation from spaces to tabs.Bjoern A. Zeeb2014-06-261-64/+64
* Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernelBjoern A. Zeeb2014-06-261-0/+1
* Allow switching between 32bit and 64bit bus width data access at compileBjoern A. Zeeb2014-06-262-19/+41
* Rather than using a constant use sizeof(val) allowing for the lengthBjoern A. Zeeb2014-06-261-1/+1
* In preparation for 64bit mode remove all the _4 from the function andBjoern A. Zeeb2014-06-261-58/+58
* Adjust the register layout to allow for 64bit registers in theBjoern A. Zeeb2014-05-093-40/+182
* Now that I figured out where the ethernet addresses come fromBjoern A. Zeeb2014-04-181-1/+19
* Add the initial version of if_nf10bmac(4), a driver to support anBjoern A. Zeeb2014-04-173-0/+1062