summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-101-2/+1
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* if_ffec_mcf548x.c: Fix include orderSebastian Huber2016-09-231-2/+2
|
* if_ffec_mcf548x: Init when interface is set to UP.Christian Mauderer2016-08-051-0/+8
| | | | Call the driver initialization function if the interface is set to UP.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* Update due to header guard changesSebastian Huber2015-07-231-2/+2
|
* ffec: Accept all mulitcast framesSebastian Huber2014-10-311-2/+2
|
* Fix legacy MCF548X FEC interface driverSebastian Huber2014-01-301-5/+0
|
* Update legacy MCF548X FEC interface driverSebastian Huber2013-12-161-259/+145
|
* Add legacy MCF548X FEC interface driverSebastian Huber2013-12-161-0/+1697