summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/cadence (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-211-1/+1
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-212-0/+4
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* 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-139/+154
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Enable the Cadence cgem device syctls.Chris Johns2016-06-271-2/+0
|
* Revert "Enable the Cadence cgem device syctls."Chris Johns2016-06-271-7/+9
| | | | | | This reverts commit 9362e7649bde3d31b6f464f3184fe527b4dcb1d2. Committed white space changes.
* Enable the Cadence cgem device syctls.Chris Johns2016-06-271-9/+7
|
* Revert "if_cgem: Enable hardware checksum assist"Chris Johns2015-06-221-5/+0
| | | | | | | This reverts commit dec6b678bba05624335c87b73dc160b54d845cbd. This default for TXCSUM and RXCSUM should be used and a user should turn on TXCSUM and RXCSUM.
* Revert "Return the default TX and RX hardware checksum for the Cadence ↵Chris Johns2015-06-221-7/+12
| | | | | | | | | driver to off." This reverts commit 54fb9f01f86286ecea3093f6f524afec86d6313f. This change adds white space changes. A better solution is to revert the original change.
* Return the default TX and RX hardware checksum for the Cadence driver to off.Chris Johns2015-06-191-12/+7
| | | | | | The hardware support does not seem to work with qemu. The support can be enabled with ifconfig or via ioctl on real hardware to get the performance boost.
* if_cgem: Use rtems_bsd_get_mac_address()Sebastian Huber2015-01-211-0/+8
|
* if_cgem: Enable hardware checksum assistSebastian Huber2015-01-211-0/+5
|
* if_cgem: Use explicit cache operationsSebastian Huber2015-01-211-0/+72
|
* if_cgem: Add volatile to rx/tx desc ringsSebastian Huber2015-01-211-4/+4
|
* if_cgem: Silence warningSebastian Huber2015-01-211-0/+3
|
* if_cgem: Add nexus device supportSebastian Huber2015-01-211-0/+6
|
* if_cgem: Disable device sysctlsSebastian Huber2015-01-211-0/+2
|
* if_cgem: Workaround for missing FDT supportSebastian Huber2015-01-211-0/+8
|
* if_cgem: Workaround for if_inc_counter()Sebastian Huber2015-01-211-0/+32
|
* if_cgem: Import from FreeBSDSebastian Huber2015-01-212-0/+2210