Discussion:
CVS commit: src/sys/dev/ic
Martin Husemann
2014-10-08 18:23:32 UTC
Permalink
Module Name: src
Committed By: martin
Date: Wed Oct 8 18:23:32 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
Fix a few bits, add more status bit definitions and some comments.
Remove driver specific preference definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_gmac_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-08 18:24:21 UTC
Permalink
Module Name: src
Committed By: martin
Date: Wed Oct 8 18:24:21 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
More interrupt handling, more debug code, less magic numbers.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-10 17:41:05 UTC
Permalink
Module Name: src
Committed By: christos
Date: Fri Oct 10 17:41:05 UTC 2014

Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h

Log Message:
PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4)


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/sys/dev/ic/rtl8169.c
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/rtl81x9var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-13 08:18:52 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 13 08:18:52 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
Add MAC config register bit definitions


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/dwc_gmac_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-13 08:24:53 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 13 08:24:53 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
When link status changes, update MAC configuration accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-13 09:07:26 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 13 09:07:26 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Do not flush/restart the TX engine after queuing packets, but instead
keep it running (it will stall when out of descriptors), and inform it
about new descriptors available by writing to the TXPOLL request register.
Add more debugging code.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Valeriy E. Ushakov
2014-10-14 00:56:48 UTC
Permalink
Module Name: src
Committed By: uwe
Date: Tue Oct 14 00:56:48 UTC 2014

Modified Files:
src/sys/dev/ic: rtl8169.c

Log Message:
RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad.
Force software recalculation of UDP checksum if bad checksum is
reported by the hardware.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/dev/ic/rtl8169.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-18 12:43:26 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sat Oct 18 12:43:26 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
Fix GMAC_MII_CLKMASK and add a few clk setup bits for it.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/dwc_gmac_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-19 09:39:33 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sun Oct 19 09:39:33 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
Add more bits and comments, parts from jmcneill.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc_gmac_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-19 11:37:17 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sun Oct 19 11:37:17 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
Add more comments


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/dwc_gmac_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-19 11:45:01 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sun Oct 19 11:45:01 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Add more MAC filter setup, some DMA burst configuration (from jmcneill),
actually enable RX interrupts (spotted by jmcneill), add RX handling
code and debug code.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 13:04:24 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 13:04:24 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
fix inverted logic with AWIN_GMAC_MAC_CONF_MIISEL bit; my cubieboard2 can talk to the network now!


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 13:15:23 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 13:15:23 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
only set PR bit in frame filter if IFF_PROMISC is set, and set PM bit if IFF_ALLMULTI is set


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 22:31:33 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 22:31:33 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
if we read an insane mac address from the chip, dont attach


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-20 19:36:03 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 20 19:36:03 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Cleanup debug code a bit.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-20 19:49:34 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 20 19:49:34 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
The RXINT bit is a RX interrupt DISABLE bit.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/dwc_gmac_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-20 19:51:40 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 20 19:51:40 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Consistently set the RX descriptors controll word - do not disable RX
interrupt and set chain mode. Now it does not run off the end of the
ring after 512 packets any more.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-20 20:08:02 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 20 20:08:01 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Cosmetics - block interrupts while enabling different interrupt sources.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-20 20:10:05 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 20 20:10:05 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h

Log Message:
add $NetBSD$ to top of files


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/dwc_gmac.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_gmac_reg.h
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_gmac_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Matt Thomas
2014-10-20 23:41:46 UTC
Permalink
Module Name: src
Committed By: matt
Date: Mon Oct 20 23:41:46 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Set M_HASFCS does the frame does include the FCS in the length.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-21 00:01:01 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Tue Oct 21 00:01:01 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h

Log Message:
multicast hash filter support


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/dwc_gmac.c
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/dwc_gmac_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...