summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-17Add MARVELL_TAG_DDR3_CS[0-3] for latest SoC.kiyohara
2014-02-03 Carefully set IFF_OACTIVE in mvgbe_start(). Even if mvgbe_encap()msaitoh
2013-12-23Support Basic Mode for Armada XP.kiyohara
2013-11-06move some variables inside their #ifdef use.mrg
2013-10-03Revirt 'Move the Marvell extension to com_mv.c' at Sun Sep 1 04:51:24 UTC 2013.kiyohara
2013-09-28Change address/size of CESA Registers.kiyohara
2013-09-28Add ARMADAXP IDs.kiyohara
2013-09-28Add ARMADAXP MV78{13,16,23,26}0.kiyohara
2013-09-08Fix size of EHCI register space.kiyohara
2013-09-06Make gttswi MI and usuable from non-Marvell SoCs.matt
2013-09-05Make sc_started bool and true/false instead of 1/0matt
2013-09-01Move the Marvell extension to com_mv.c.kiyohara
2013-08-29Fix build failed with ofppc.kiyohara
2013-08-25Move mvspi defines into sys/dev/marvell/files.discovery.kiyohara
2013-08-03Issue the STOP-bit if needed.kiyohara
2013-05-13There is no opt_mvsoc.h; the #ifdef ARMADAXP should be changed to somechristos
2013-05-06Removed an unused variable.khorben
2013-05-01Support Marvell Armada XP.rkujawa
2013-05-01TWSI controller on Armada XP is a bit different. Support that.rkujawa
2013-05-01Add IDs for Marvell Armada XP and ATTR_SDRAM registers used with IO cache coh...rkujawa
2013-05-01Avoid configuring root complex on MV78460.rkujawa
2013-05-01Support SATA on Marvell Armada XP.rkujawa
2013-05-01Add support for Marvell's SPI controller as found on Armada XP.rkujawa
2012-12-28Fix a bug that a multicast filter entry is incorrectly overrodemsaitoh
2012-12-20Check wheter an MII PHY is really connected or not.msaitoh
2012-11-09Add MVGBE_EVENT_COUNTERS for debugging. Count rxoverrrun and wdogsoft.msaitoh
2012-11-08Fix a bug that MVGBE_JLEN is miscalculated.msaitoh
2012-11-08When an interrput is link change, notify link change to mii layer usingmsaitoh
2012-11-08Don't use M_HASFCS flag.msaitoh
2012-11-01No functional change.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-26Add missing mii_tick() call.msaitoh
2012-10-17Fix a bug that kernel panics when the system get a packet while callingmsaitoh
2012-10-16Add code to modify interrupt coalescing with sysctl.msaitoh
2012-10-14Add Interrupt Coalescing setting by Robert Swindells.msaitoh
2012-10-12- The MVGBE_RX_MAX_FRAME_LEN_ERROR bit is used to check whether a packetmsaitoh
2012-10-04Fix udpcsum-rx bug on fragmented case this time.msaitoh
2012-10-02- Fix a bug that a fragmented packet is marked as bad checksum. It causesmsaitoh
2012-09-21Fix device timeout problem.msaitoh
2012-09-10Add "static".msaitoh
2012-09-07Fix pci_conf_hook/interrupt for ARM.matt
2012-09-06Add missing bus_dmamap_sync() for the RX buffer.msaitoh
2012-07-27Add Marvell CESA(Cryptographic Engines and Security Accelerator) module driver.kiyohara
2012-07-23Support Kirkwoods. Kirkwoods has 4ch for XORE and not has IDMAC. tested on ...kiyohara
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-07-21TWSI size is 0x100. Not 0x1000.kiyohara
2012-07-21Don't send a stop bit immediately after start bit transmission.kiyohara
2012-07-18Add 88F6282. tested only OpenBlockS A6.kiyohara
2012-07-18Add 88F6282. tested only OpenBlockS A6.kiyohara