| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
DTS node can have this property which configure the burst length
for both TX and RX if it's the same.
This unbreak if_dwc on Allwinner A20 and possibly other boards that
uses this prop.
Reported by: qroxana <qroxana@mail.ru>
Notes:
svn path=/head/; revision=368299
|
| |
|
|
|
|
|
|
|
|
| |
Do not hardcode what we setup for the DMA engine configuration but
lookup the fdt properties and configuring accordingly.
Use a default value of 8 for the burst dma length for both TX and
RX, this is what we used for TX before.
Notes:
svn path=/head/; revision=367940
|
| |
|
|
| |
Notes:
svn path=/head/; revision=367887
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Do not rely on U-Boot for clocks configuration, enable and set frequencies
in the driver's attach method.
- Adjust MAC settings according to detected linespeed on RK3399 and RK3328.
- Add support for RMII PHY mode on RK3328.
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D26006
Notes:
svn path=/head/; revision=364088
|
| |
|
|
|
|
|
|
|
|
|
|
| |
By using DWC TRM terminology, normal descriptor format should be named
extended and alternate descriptor format should be named normal.
Should not been functional change.
MFC after: 4 weeks
Notes:
svn path=/head/; revision=362405
|
| |
|
|
|
|
|
|
|
|
|
|
| |
For DWC_GMAC_ALT_DESC implementations, the multicast hash table has only
64 entries. Instead of 8 registers starting at 0x500, a pair of registers
at 0x08 and 0x0c are used instead.
Approved by: re (hrs)
Submitted by: Guy Yur <guyyur@gmail.com>
Notes:
svn path=/head/; revision=301841
|
| |
|
|
|
|
|
| |
This obviously should be in the last commit.
Notes:
svn path=/head/; revision=288024
|
| |
|
|
|
|
|
|
|
|
|
| |
Always use unsigned numbers to avoid undefined behavior on (1 << 31).
Remove unused variables and some stray semicolons.
No functional changes.
Notes:
svn path=/head/; revision=285209
|
|
|
Ethernet MAC.
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=272120
|