aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dwc
Commit message (Expand)AuthorAgeFilesLines
* Fix the build by adding the alternate descriptors and MII clock defines.Luiz Otavio O Souza2015-09-201-0/+28
* Add alternate descriptors support for if_dwc.Luiz Otavio O Souza2015-09-203-67/+217
* Remove unnecessary includes and, while here, sort them.Luiz Otavio O Souza2015-09-201-14/+7
* Do not call mii_mediachg() from NIC interrupt handler.Luiz Otavio O Souza2015-09-121-3/+1
* When initializing the (unused) TX descriptors it is not necessary set theLuiz Otavio O Souza2015-07-061-3/+1
* Use uint32_t consistently to store registers values.Luiz Otavio O Souza2015-07-062-39/+25
* Fix the sent packets statistics for if_dwc.Luiz Otavio O Souza2015-07-061-0/+1
* Fix wrong variable name in the previous commit.Luiz Otavio O Souza2015-06-031-1/+1
* Fix the OACTIVE handling on if_dwc.Luiz Otavio O Souza2015-06-031-1/+6
* o Remove superfluous includesRuslan Bukin2015-04-031-8/+2
* o Correct the condition in reset procedureRuslan Bukin2015-02-131-15/+16
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-271-1/+1
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000Ruslan Bukin2014-09-252-0/+1586