summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/sys/dev (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-302-2/+2
|
* dwc_otg: Port to RTEMSSebastian Huber2015-11-121-0/+156
|
* Update due to header guard changesSebastian Huber2015-07-231-2/+2
|
* usb: Import USB support from libusbSebastian Huber2015-05-157-837/+1256
|
* dw_mmc: Implement host acquire/releaseSebastian Huber2015-03-261-11/+10
| | | | This should avoid the "mmc: host bridge didn't serialize us." panic.
* mmc: Import MMC/SDCard support from libusbSebastian Huber2015-03-262-0/+1326
|
* if_tsec: Add Nexus supportSebastian Huber2015-02-131-0/+310
|
* 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
|
* ehci_mpc83xx.c: Update due to API changesSebastian Huber2013-12-041-37/+25
|
* if_smc: Add Nexus device supportSebastian Huber2013-11-131-0/+91
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-113-3/+3
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* Update files to match FreeBSD layoutSebastian Huber2013-10-103-99/+99
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Move files to match FreeBSD layoutSebastian Huber2013-10-103-0/+1121