summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/mii (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-211-2/+0
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-2116-0/+32
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-213-0/+313
| | | | | | Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-211-1/+27
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* Add device tree support for Altera/Intel Cyclone VSebastian Huber2018-02-061-21/+0
| | | | Close #3290.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-0810-13/+13
| | | | | | | | | | | | | | | | | 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.
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-0/+3
|
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-102-2/+13
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1010-234/+429
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* e1000phy: Provide local support for Marvell's 88E1512 PHY.Chris Johns2016-08-111-0/+9
| | | | | This PHY is close to the standard PHY support so providing enough to allow the PHY probe to pass lets it work on a MicroZed.
* Add RealTek Gig PHY.Chris Johns2016-05-042-0/+750
|
* Update to FreeBSD Stable/9 2015-04-08Sebastian Huber2015-05-203-11/+18
|
* micphy: Hack to set some skew valuesSebastian Huber2015-04-011-0/+5
| | | | This works for the Altera Cyclone V SoC Development Kit.
* mii: Add phy devicesSebastian Huber2015-04-013-0/+517
|
* Update to FreeBSD 9.3Sebastian Huber2015-02-131-0/+3
|
* e1000phy: Import from FreeBSDSebastian Huber2015-01-212-0/+877
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-116-293/+208
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-115-5/+5
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* sys/dev/mii/mii_bitbang.c: Add from FreeBSDSebastian Huber2013-11-111-0/+182
|
* Update to FreeBSD 8.4Sebastian Huber2013-11-048-138/+280
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-108-78/+78
| | | | | | | | | | | | | | | | | | | 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-108-0/+3631