index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
if_fec.c
Age
Commit message (
Expand
)
Author
2022-01-09
spelling
Jonathan Gray
2021-11-05
Newer i.MX device trees store the skew information in the PHY's node, which
Patrick Wildt
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2019-02-06
Rework fec(4). I have written this driver in 2012 as my first ever
Patrick Wildt
2019-02-01
Fix lost interrupts in fec(4). Apparently the tick that talks to the
Patrick Wildt
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2018-06-17
Resetting fec(4) also resets the MII control register. Since we
Patrick Wildt
2018-06-12
Enable on i.MX6SX and i.MX7.
Mark Kettenis
2018-04-27
Newer fec(4), like implemented on i.MX8M, have multiple interrupt lines
Patrick Wildt
2018-04-02
Attach fec(4) to i.MX8M as well.
Patrick Wildt
2018-04-02
Move fec(4) to sys/dev/fdt.
Patrick Wildt