summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/if_dwge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Match on "amlogic,meson-g12a-dwmac" which is used by newer Linux mainlinekettenis2020-12-171-1/+2
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-121-2/+2
* Add support for the RK3308 MAC.jmatthew2020-09-131-1/+29
* Correct the property name used to look up the delays for the phy resetjmatthew2020-09-131-2/+2
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-3/+3
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-221-2/+4
* Restart the send queue (rather than just clearing OACTIVE) when we'vejmatthew2019-10-071-4/+9
* Replace dwge(4) with a new driver based on dwxe(4). There are manykettenis2019-09-291-0/+1499