aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge/if_bgereg.h
Commit message (Expand)AuthorAgeFilesLines
* Add initial BCM5718 family support. The BCM5718 family includesPyun YongHyeon2010-10-271-2/+40
* Apply the same workaround for SDI flow control used on BCM5906 A1Pyun YongHyeon2010-10-231-0/+1
* Add workaround for BCM5906 A1 controller silicon bug. WhenPyun YongHyeon2010-10-221-0/+1
* Enable TX MAC state machine lockup fix for both BCM5755 or higherPyun YongHyeon2010-10-221-0/+1
* Add workaround for BCM5906 controller silicon bug. If devicePyun YongHyeon2010-10-191-0/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-1/+0
* Remove bge_tx_buf_ratio, unused member of softc.Pyun YongHyeon2010-10-061-1/+0
* Overhaul MII register access routine and remove unnecessaryPyun YongHyeon2010-10-061-0/+51
* Separate common flags into controller specific and PHY relatedPyun YongHyeon2010-10-051-17/+18
* Enable fix for read DMA FIFO overruns on controllers that have thisPyun YongHyeon2010-10-041-0/+4
* Allow write DMA to request larger DMA burst size to get betterPyun YongHyeon2010-10-011-0/+1
* Implement hardware MAC statistics for BCM5705 or newer BroadcomPyun YongHyeon2010-09-291-35/+92
* Set the number of RX frames to receive after RX MBUF low watermarkPyun YongHyeon2010-09-291-0/+1
* Handle PAE case correctly. You cannot effectively specify a 4GBPyun YongHyeon2010-08-311-2/+6
* Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMAPyun YongHyeon2010-08-311-5/+7
* It seems all Broadcom controllers have a bug that can generate UDPPyun YongHyeon2010-08-221-0/+2
* Use Miscellaneous Configuration Register bit definition instead ofPyun YongHyeon2010-07-151-0/+1
* Remove unused macros.Pyun YongHyeon2010-06-081-10/+1
* Fix a bug introduced in r199011. When bge(4) reuses loaded RXPyun YongHyeon2010-06-051-0/+2
* For controllers that has dual mode PHY(copper or fiber) interfacesPyun YongHyeon2010-01-141-0/+1
* o Add PCI ID for BCM 5756.Xin LI2010-01-131-0/+1
* Create sysctl node(dev.bge.%d.focred_collapse) instead ofPyun YongHyeon2009-12-081-0/+1
* Implement TSO for BCM5755 or newer controllers. Some controllersPyun YongHyeon2009-11-221-3/+7
* Fix two long standing bugs on bge(4). Most pre BCM5755 controllersPyun YongHyeon2009-11-221-0/+9
* For MSI case, interrupt is not shared and we don't need to forcePyun YongHyeon2009-11-221-0/+2
* Use capability pointer to access PCIe registers rather thanPyun YongHyeon2009-11-221-0/+3
* Remove extra white space.Pyun YongHyeon2009-11-221-1/+1
* Reimplement Rx buffer allocation to handle dma map load failure.Pyun YongHyeon2009-11-071-0/+2
* bge(4) already switched to use UMA backed page allocator and localPyun YongHyeon2009-11-061-7/+0
* Correct MSI mode register bits.Pyun YongHyeon2009-11-061-5/+2
* Remove common DMA tag used for TX/RX mbufs and create Tx DMA tagPyun YongHyeon2009-11-041-2/+3
* - Give a name to the host coalescing bug fix WDMA mode register bit insteadStanislav Sedov2009-10-071-0/+1
* - Add support for new BGE chips (5761, 5784 and 57780). These chips uses newStanislav Sedov2009-10-071-61/+106
* - Ensure that INTx isn't disabled, as these chips apparently have aMarius Strobl2009-03-231-0/+3
* - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().Marius Strobl2009-03-211-0/+18
* Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9)Marius Strobl2008-10-141-6/+3
* Improve the integration of BCM5906[M] support:Marius Strobl2008-05-141-2/+1
* Use a better approach to force the interrupt which should work forBjoern A. Zeeb2008-05-051-0/+4
* Add support for the BCM5906[M] adapters. These adapters only supportJohn Baldwin2008-04-291-0/+69
* Style tweak to the 5722 chipid to match the rest of this file.John Baldwin2008-03-061-1/+1
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andJohn Baldwin2008-03-061-0/+1
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.Jung-uk Kim2008-01-181-1/+2
* Add support for the BMC5722.Remko Lodder2007-12-251-0/+1
* Rearrange DMA read/write control register settings based on document snippetJung-uk Kim2007-05-221-4/+3
* - Add support/quirks for the on-board BGEs found in Sun Blade 1500Marius Strobl2007-04-301-0/+6
* Add more chipset revision IDs.Jung-uk Kim2007-03-091-0/+1
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.Jung-uk Kim2007-02-121-0/+1
* Fix style(9).Jung-uk Kim2007-02-121-1584/+1587
* Add PHY DSP code for BCM5755M.Jung-uk Kim2007-02-121-0/+1
* - Fix BCM5754 support found in Dell PowerEdge SC440.Jung-uk Kim2007-01-151-12/+18