summaryrefslogtreecommitdiff
path: root/sys/arm/at91/if_macb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-271-1618/+0
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Implement the phy-mode property for ate and macb. If it is set toWarner Losh2015-11-071-6/+47
* Add support for RMII in macb, cribbed slightly from the ateWarner Losh2015-11-071-1/+8
* Make if_macb work with FDT.Olivier Houchard2015-11-051-0/+17
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-8/+7
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Strip trailing whitespace before other changes.Warner Losh2012-06-131-6/+6
* - Use macbstart_locked() directly instead of deferring it to a task.John Baldwin2011-01-061-16/+14
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* if_ate.c:Olivier Houchard2010-10-061-27/+1
* Import preliminary support for Atmel AT91SAM9G20 cpu, and the Hot-e HL201.Olivier Houchard2010-07-141-0/+1581