CVS commit: src/sys/dev/marvell

2021-08-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Aug 13 21:04:44 UTC 2021 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: s/fame/frame in mvxpe_mib_def with assumption that it was not intentional typo. To generate a diff of this commit: cvs rdiff -u -r1.34

CVS commit: src/sys/dev/marvell

2020-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 25 22:37:48 UTC 2020 Modified Files: src/sys/dev/marvell: mvxpsec.c Log Message: Make this build with or without options IPSEC. Not really that useful without options IPSEC, but simply uncommenting mvxpsec in

CVS commit: src/sys/dev/marvell

2020-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 25 22:37:16 UTC 2020 Modified Files: src/sys/dev/marvell: files.armada mvxpsec.c Log Message: Omit needless rijndael dependencies. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/marvell

2020-06-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 14 23:29:23 UTC 2020 Modified Files: src/sys/dev/marvell: mvcesa.c Log Message: mvcesa(4): Don't use prev msg's last block as IV for next msg in CBC. This violates the security contract of the CBC construction, which

CVS commit: src/sys/dev/marvell

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:34:48 UTC 2020 Modified Files: src/sys/dev/marvell: if_gfe.c if_mvxpe.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/marvell/if_gfe.c cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/marvell

2020-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 4 07:36:55 UTC 2020 Modified Files: src/sys/dev/marvell: if_gfe.c if_mvxpe.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/marvell/if_gfe.c cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/marvell

2020-02-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 3 07:47:54 UTC 2020 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/marvell/if_mvgbe.c Please note that diffs are not public

CVS commit: src/sys/dev/marvell

2019-12-27 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Dec 28 03:07:18 UTC 2019 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Fix typos in messages. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/marvell/if_mvxpe.c Please note that

CVS commit: src/sys/dev/marvell

2019-04-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 24 10:56:25 UTC 2019 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: This driver uses MII(4) and have hook SIOC[GS]IFMEDIA which just pass to ifmedia_ioctl(), the hook is not required because ether_ioctl

CVS commit: src/sys/dev/marvell

2018-12-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Dec 11 19:40:54 UTC 2018 Modified Files: src/sys/dev/marvell: com_mv.c Log Message: Remove stray ; to fix the build To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/marvell/com_mv.c Please note

CVS commit: src/sys/dev/marvell

2018-05-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon May 7 09:41:10 UTC 2018 Modified Files: src/sys/dev/marvell: mvxpbm.c Log Message: Fix double-free, m_tag_delete_chain is already called by m_free. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/marvell

2017-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 9 22:22:58 UTC 2017 Modified Files: src/sys/dev/marvell: mvxpsec.c Log Message: use PR_NOWAIT instead of 0 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/mvxpsec.c Please note that

CVS commit: src/sys/dev/marvell

2017-03-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Mar 3 16:52:08 UTC 2017 Modified Files: src/sys/dev/marvell: mvsdio.c Log Message: Add check during mvsdio_attach that CMD line is in idle state. If the CMD line is not in idle state, the interrupt handler routine will

CVS commit: src/sys/dev/marvell

2017-01-09 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Jan 9 14:06:35 UTC 2017 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add ATTR_AXI_DDR. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/marvell/marvellreg.h Please note that

CVS commit: src/sys/dev/marvell

2017-01-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 7 14:44:26 UTC 2017 Modified Files: src/sys/dev/marvell: gtidmac.c Log Message: Support Marvell Dove. Use irq array. Dove's irqs not sequencial. And remove debug printf(). To generate a diff of this commit: cvs

CVS commit: src/sys/dev/marvell

2017-01-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 7 14:36:51 UTC 2017 Modified Files: src/sys/dev/marvell: gtidmac.c gtidmacvar.h Log Message: Remove unused function. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/marvell/gtidmac.c cvs

CVS commit: src/sys/dev/marvell

2017-01-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 7 14:32:33 UTC 2017 Modified Files: src/sys/dev/marvell: gtidmacreg.h Log Message: Fix macro MVXORE_CHAN2BASE(). The XORE has 2 channels per port. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/marvell

2017-01-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 7 14:26:37 UTC 2017 Modified Files: src/sys/dev/marvell: marvellvar.h Log Message: Add tags for AXI_CS[01]. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/marvellvar.h Please note

CVS commit: src/sys/dev/marvell

2017-01-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 7 14:24:27 UTC 2017 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvsata_mv.c Log Message: Support Marvell Dove. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/marvell/if_mvgbe.c cvs

CVS commit: src/sys/dev/marvell

2017-01-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 7 14:19:45 UTC 2017 Modified Files: src/sys/dev/marvell: mvspireg.h Log Message: Change MVSPI_SIZE to 0x80 instead of 0x50. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/marvell/mvspireg.h

CVS commit: src/sys/dev/marvell

2016-10-10 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Oct 10 14:23:35 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: The bus_dmamap_sync(PREREAD) is unnecessary for sent mbuf. Moreover bus_dmamap_sync(POSTWRITE), before unload. To generate a diff of

CVS commit: src/sys/dev/marvell

2016-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 9 14:50:54 UTC 2016 Modified Files: src/sys/dev/marvell: gt.c Log Message: PR/51540: Henning Petersen: replace , with ; To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/marvell/gt.c Please

CVS commit: src/sys/dev/marvell

2016-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 9 14:49:51 UTC 2016 Modified Files: src/sys/dev/marvell: mvspi.c Log Message: PR/51540: Henning Petersen: replace , with ; To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/marvell/mvspi.c

CVS commit: src/sys/dev/marvell

2016-10-04 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Oct 4 15:02:27 UTC 2016 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add 88AP510. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/marvell/marvellreg.h Please note that diffs

CVS commit: src/sys/dev/marvell

2016-02-13 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 08:05:07 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c if_mvxpevar.h Log Message: Make all packets are enqueued into queue 0. queue 7 is not default, it is caused by the filter tables. The fields are

CVS commit: src/sys/dev/marvell

2016-02-13 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 08:44:22 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Pass all unicast addresses if it is promisc mode. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Fri Feb 12 09:24:15 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpereg.h Log Message: Fix the bitmask of MVXPE_PMACC0_FRAMESIZELIMIT. It did no harm. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 05:47:39 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Fix mitake, disable SERDES error interrupts again. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 06:44:22 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Fix typo in sysctls. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/marvell/if_mvxpe.c Please note that diffs

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 06:02:31 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Preserve rx csum bad flags. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/marvell/if_mvxpe.c Please note that

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 06:33:21 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c if_mvxpereg.h Log Message: Count up if_{opackets,oerrors,ierrors,collisions}. And also "MAC Transmit Error" is tx error, not rx. To generate a diff of

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 05:21:11 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Correct bus_dmamap_sync operaion. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/marvell/if_mvxpe.c Please note

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 06:12:46 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Style. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/marvell/if_mvxpe.c Please note that diffs are not public

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 05:44:01 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Don't use RXTX intr that is excess and requires another IRQ handler, and disable SERDES error interrupts. To generate a diff of this

CVS commit: src/sys/dev/marvell

2016-02-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Feb 13 03:33:02 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvxpe.c Log Message: Correct locks and missing breaks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/marvell/if_mvxpe.c Please note

CVS commit: src/sys/dev/marvell

2016-02-09 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Feb 9 12:53:17 UTC 2016 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add more #warning message 'Please use mvxpe instead of this'. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/dev/marvell

2016-01-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 15 12:09:15 UTC 2016 Modified Files: src/sys/dev/marvell: gtbrgreg.h gtmpscreg.h gtsdmareg.h Log Message: Switch to generic __BIT/__BITS macro, which doesn't depend on left-shifting negative values. To generate a diff of

CVS commit: src/sys/dev/marvell

2015-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 13 18:35:26 UTC 2015 Modified Files: src/sys/dev/marvell: mvspi.c Log Message: PR/50533: David Binderman: Fix incorrect logic To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/marvell/mvspi.c

CVS commit: src/sys/dev/marvell

2015-11-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Nov 27 00:08:43 UTC 2015 Modified Files: src/sys/dev/marvell: mvpex.c Log Message: Use device name instead of fixed string "mvpex" for evcnt group. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/marvell

2015-08-08 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 8 14:35:06 UTC 2015 Modified Files: src/sys/dev/marvell: mvpexreg.h Log Message: Fix calculate to address for window register. Thanks knakahara@. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/marvell

2015-07-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Jul 28 01:57:55 UTC 2015 Modified Files: src/sys/dev/marvell: mvpex.c Log Message: fix: panic at doing vmstat -ev after a PCIe device detached. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/marvell

2015-06-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Jun 24 10:00:37 UTC 2015 Modified Files: src/sys/dev/marvell: mvpex.c mvpexvar.h Log Message: fix: pexih-ih_evcnt-ev_name pointed stack address wrongly. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/dev/marvell

2015-06-02 Thread SUENAGA Hiroki
Module Name:src Committed By: hsuenaga Date: Wed Jun 3 04:00:06 UTC 2015 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: reduce magic numbers. SDRAM address space attribute register has cache coherency control bits. this bit is important for

CVS commit: src/sys/dev/marvell

2015-01-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 11 22:59:57 UTC 2015 Modified Files: src/sys/dev/marvell: if_gfe.c Log Message: sizeof doesn't evaluate the expression, so increment of rxd doesn't happen. Move it out. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/marvell

2014-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 21 17:00:36 UTC 2014 Modified Files: src/sys/dev/marvell: if_gfe.c Log Message: this is not python (add braces) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/marvell/if_gfe.c Please note

CVS commit: src/sys/dev/marvell

2014-03-30 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Sun Mar 30 22:39:29 UTC 2014 Modified Files: src/sys/dev/marvell: mvpex.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/marvell/mvpex.c Please note that diffs are not public

CVS commit: src/sys/dev/marvell

2014-03-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 30 23:25:20 UTC 2014 Modified Files: src/sys/dev/marvell: mvpex.c Log Message: provide a buffer for pci_intr_string() To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/marvell/mvpex.c Please

CVS commit: src/sys/dev/marvell

2014-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 30 01:17:51 UTC 2014 Modified Files: src/sys/dev/marvell: mvpex.c mvpexvar.h Log Message: catch up with pci_intr_string changes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/marvell/mvpex.c

CVS commit: src/sys/dev/marvell

2014-03-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Mar 15 10:40:39 UTC 2014 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add some Armada 370 IDs. And fix comment-out-ed ID for Discovery VI. (from Marvell USP) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/marvell

2014-03-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Mar 15 11:47:43 UTC 2014 Modified Files: src/sys/dev/marvell: marvellvar.h Log Message: Add tags to marvell_attach_args. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/marvell/marvellvar.h Please

CVS commit: src/sys/dev/marvell

2014-03-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Mar 15 13:33:48 UTC 2014 Modified Files: src/sys/dev/marvell: ehci_mv.c gtidmac.c gtidmacvar.h if_mvgbe.c mvpex.c mvpexvar.h mvsata_mv.c mvsdio.c Log Message: Support Armada 370 and DDR3 tags. To generate a

CVS commit: src/sys/dev/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 04:52:44 UTC 2014 Modified Files: src/sys/dev/marvell: marvellvar.h Log Message: Add MARVELL_TAG_DDR3_CS[0-3] for latest SoC. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/marvell

2014-02-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 3 05:56:23 UTC 2014 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Carefully set IFF_OACTIVE in mvgbe_start(). Even if mvgbe_encap() returns other than 0, the TX ring might not full. Check whether the TX

CVS commit: src/sys/dev/marvell

2013-12-22 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Dec 23 02:23:25 UTC 2013 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: Support Basic Mode for Armada XP. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/marvell

2013-11-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Nov 6 06:20:12 UTC 2013 Modified Files: src/sys/dev/marvell: gtpci.c Log Message: move some variables inside their #ifdef use. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/marvell/gtpci.c Please

CVS commit: src/sys/dev/marvell

2013-09-27 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Sep 28 05:37:31 UTC 2013 Modified Files: src/sys/dev/marvell: mvsata_mv.c Log Message: Add ARMADAXP MV78{13,16,23,26}0. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/mvsata_mv.c Please

CVS commit: src/sys/dev/marvell

2013-09-27 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Sep 28 05:39:06 UTC 2013 Modified Files: src/sys/dev/marvell: gtidmac.c Log Message: Add ARMADAXP IDs. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/marvell/gtidmac.c Please note that diffs are

CVS commit: src/sys/dev/marvell

2013-09-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sun Sep 8 04:10:23 UTC 2013 Modified Files: src/sys/dev/marvell: ehci_mv.c Log Message: Fix size of EHCI register space. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/marvell/ehci_mv.c Please note

CVS commit: src/sys/dev/marvell

2013-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 5 22:28:57 UTC 2013 Modified Files: src/sys/dev/marvell: gttwsi.c Log Message: Make sc_started bool and true/false instead of 1/0 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/marvell/gttwsi.c

CVS commit: src/sys/dev/marvell

2013-08-03 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 3 07:39:31 UTC 2013 Modified Files: src/sys/dev/marvell: gttwsi.c gttwsireg.h Log Message: Issue the STOP-bit if needed. And remove #ifdef ARMADAXP. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/marvell

2013-05-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 13 15:47:19 UTC 2013 Modified Files: src/sys/dev/marvell: gttwsi.c mvspireg.h Log Message: There is no opt_mvsoc.h; the #ifdef ARMADAXP should be changed to some inherited device property. To generate a diff of this

CVS commit: src/sys/dev/marvell

2013-05-06 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon May 6 23:09:34 UTC 2013 Modified Files: src/sys/dev/marvell: mvspi.c Log Message: Removed an unused variable. go ahead rkujawa@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/mvspi.c

CVS commit: src/sys/dev/marvell

2013-05-01 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed May 1 12:17:17 UTC 2013 Added Files: src/sys/dev/marvell: mvspi.c mvspireg.h Log Message: Add support for Marvell's SPI controller as found on Armada XP. Obtained from Semihalf. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/marvell

2013-05-01 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed May 1 12:19:49 UTC 2013 Modified Files: src/sys/dev/marvell: mvsata_mv.c Log Message: Support SATA on Marvell Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/marvell

2013-05-01 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed May 1 12:21:47 UTC 2013 Modified Files: src/sys/dev/marvell: mvpex.c Log Message: Avoid configuring root complex on MV78460. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/marvell

2013-05-01 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed May 1 12:23:24 UTC 2013 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add IDs for Marvell Armada XP and ATTR_SDRAM registers used with IO cache coherency. Obtained from Marvell, Semihalf. To generate a

CVS commit: src/sys/dev/marvell

2013-05-01 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed May 1 12:25:31 UTC 2013 Modified Files: src/sys/dev/marvell: gttwsi.c gttwsireg.h Log Message: TWSI controller on Armada XP is a bit different. Support that. Obtained from Marvell, Semihalf. To generate a diff of this

CVS commit: src/sys/dev/marvell

2013-05-01 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed May 1 12:30:02 UTC 2013 Modified Files: src/sys/dev/marvell: ehci_mv.c Log Message: Support Marvell Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/marvell

2012-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 28 08:16:53 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Fix a bug that a multicast filter entry is incorrectly overrode on some cases. To generate a diff of this commit: cvs rdiff -u -r1.33

CVS commit: src/sys/dev/marvell

2012-12-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 20 10:01:28 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Check wheter an MII PHY is really connected or not. This change privents panic if MII PHY port is not used. To generate a diff of this

CVS commit: src/sys/dev/marvell

2012-11-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 9 09:04:20 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add MVGBE_EVENT_COUNTERS for debugging. Count rxoverrrun and wdogsoft. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/marvell

2012-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 8 14:32:02 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Don't use M_HASFCS flag. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/marvell/if_mvgbe.c Please note that

CVS commit: src/sys/dev/marvell

2012-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 8 14:37:47 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: When an interrput is link change, notify link change to mii layer using mii_pollstat(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/marvell

2012-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 8 15:39:30 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: Fix a bug that MVGBE_JLEN is miscalculated. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/marvell

2012-10-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 1 02:46:41 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: No functional change. - Change style a bit. - use csc for the variable name of struct mvgbec_softc in mvgbec_attach() for consistency.

CVS commit: src/sys/dev/marvell

2012-10-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 26 21:03:26 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add missing mii_tick() call. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/marvell/if_mvgbe.c Please note

CVS commit: src/sys/dev/marvell

2012-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 17 18:13:00 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Fix a bug that kernel panics when the system get a packet while calling mvgbe_stop (via ifconfig down). To generate a diff of this

CVS commit: src/sys/dev/marvell

2012-10-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 16 19:49:41 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: Add code to modify interrupt coalescing with sysctl. - both TX side an RX side. - different setting for each port - TX side

CVS commit: src/sys/dev/marvell

2012-10-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Oct 14 19:17:08 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add Interrupt Coalescing setting by Robert Swindells. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/marvell

2012-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 10:38:06 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: - The MVGBE_RX_MAX_FRAME_LEN_ERROR bit is used to check whether a packet is fragmented or not, so define new

CVS commit: src/sys/dev/marvell

2012-10-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 2 15:22:46 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: - Fix a bug that a fragmented packet is marked as bad checksum. It causes a real bug when HW checksum offload function is used. It was

CVS commit: src/sys/dev/marvell

2012-09-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Sep 21 00:26:15 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Fix device timeout problem. - Change the synching order of descriptors. First, sync descriptors except first and then sync the first

CVS commit: src/sys/dev/marvell

2012-09-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 10 13:36:40 UTC 2012 Modified Files: src/sys/dev/marvell: gtidmac.c Log Message: Add static. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/marvell/gtidmac.c Please note that diffs are not

CVS commit: src/sys/dev/marvell

2012-07-26 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Fri Jul 27 03:00:01 UTC 2012 Modified Files: src/sys/dev/marvell: files.discovery Added Files: src/sys/dev/marvell: mvcesa.c mvcesareg.h Log Message: Add Marvell CESA(Cryptographic Engines and Security Accelerator)

CVS commit: src/sys/dev/marvell

2012-07-23 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Jul 23 06:09:48 UTC 2012 Modified Files: src/sys/dev/marvell: gtidmac.c gtidmacreg.h Log Message: Support Kirkwoods. Kirkwoods has 4ch for XORE and not has IDMAC. tested on OpenBlockS A6 with ch0 only. To generate a

CVS commit: src/sys/dev/marvell

2012-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jul 21 04:21:14 UTC 2012 Modified Files: src/sys/dev/marvell: gttwsi.c Log Message: Don't send a stop bit immediately after start bit transmission. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/marvell

2012-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jul 21 04:23:16 UTC 2012 Modified Files: src/sys/dev/marvell: gttwsireg.h Log Message: TWSI size is 0x100. Not 0x1000. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/gttwsireg.h Please

CVS commit: src/sys/dev/marvell

2012-07-18 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jul 18 09:18:30 UTC 2012 Modified Files: src/sys/dev/marvell: mvsata_mv.c Log Message: Add 88F6282. tested only OpenBlockS A6. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/marvell/mvsata_mv.c

CVS commit: src/sys/dev/marvell

2012-07-18 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jul 18 09:21:37 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add 88F6282. tested only OpenBlockS A6. Also fix irq 11 to 15. irq of 2nd NIC is 15. Remove white-space. To generate a diff of this

CVS commit: src/sys/dev/marvell

2012-07-12 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Thu Jul 12 09:39:53 UTC 2012 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add 88f6282. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/marvellreg.h Please note that diffs are

CVS commit: src/sys/dev/marvell

2011-11-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 19 17:01:38 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add workaround for infrequently encountered DMA engine limitation. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/marvell

2011-09-06 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Tue Sep 6 19:38:23 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Only zero MVGBE_MTU on Orion platforms. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/marvell/if_mvgbe.c Please

CVS commit: src/sys/dev/marvell

2011-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 1 14:39:04 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Initialize MVGBE_MTU to 0, as suggested by the Orion databook. If the platform firmware did not initialize this to 0 for us, we were

CVS commit: src/sys/dev/marvell

2011-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 1 14:46:23 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: We occasionally will try to set up the multicast filter in a context that kmem(9) is unusable (such as transmit timeout). Thus, put the

CVS commit: src/sys/dev/marvell

2011-07-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 28 15:36:47 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Use cfdata_t To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/marvell/if_mvgbe.c Please note that diffs are not

CVS commit: src/sys/dev/marvell

2011-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 13:58:32 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: fix typo, and use the parent to determine the offset. From Dave Mills To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/marvell

2011-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 6 17:00:16 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: don't abuse cf_unit, requested by phone. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/marvell/if_mvgbe.c

CVS commit: src/sys/dev/marvell

2011-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 5 18:28:13 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: From Dave Mills: It would appear that the two PHYs can only be accessed from the registers of controller0 (mvgbec0) hence why both PHYs

CVS commit: src/sys/dev/marvell

2011-02-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 1 23:40:13 UTC 2011 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: Various improvements to mvgbe(4). Notable is improved multicast filtering. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/marvell

2011-01-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 28 16:12:23 UTC 2011 Modified Files: src/sys/dev/marvell: com_mv.c Log Message: Set mva_size in the console case. Addresses first portion of PR#43990. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

  1   2   >