summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bgereg.h
Commit message (Expand)AuthorAgeFilesLines
* Implement workaround for BCM5719/BCM5720 TX hang.yongari2013-07-171-0/+6
* Fix triggering false watchdog timeout as done in bce(4) whenyongari2013-06-301-0/+1
* Correct setting TX random backoff register. This register isyongari2013-06-071-1/+1
* Add preliminary support for BCM57766 ASIC.yongari2012-11-301-0/+4
* Do not hardcode phy address. Multi-port controllers use different phyyongari2012-10-241-0/+1
* Add APE firmware support and improve firmware handshake procedure.yongari2012-10-111-2/+153
* Rework controller reset procedure. Previously driver savedyongari2012-10-111-2/+3
* If the maximum payload size is 256 bytes or more, set the DMA writeyongari2012-10-101-0/+2
* Fix typo.yongari2012-06-071-2/+2
* Make if_ierrors updated whenever any of the following counters areyongari2012-03-121-0/+2
* Show PCI bus speed and width as well as running mode of PCI-Xyongari2012-03-121-1/+3
* Add workaround for PCI-X BCM5704 controller that live behindyongari2012-03-121-0/+1
* After r232403, DMA transactions does not cross 4GB boundary foryongari2012-03-101-6/+0
* Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryjhb2012-03-091-4/+0
* Rename dev.bge.%d.msi_disable to dev.bge.%d.msi which matchesyongari2012-01-191-1/+1
* Introduce a tunable that disables use of MSI.yongari2012-01-171-0/+1
* BCM5720 performance tweak from Broadcom.yongari2011-12-131-0/+1
* Add initial BCM5720 support.yongari2011-10-281-10/+17
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.yongari2011-10-271-0/+2
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.yongari2011-10-271-0/+2
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.yongari2011-10-271-2/+8
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwareyongari2011-10-261-0/+8
* Offset 0x6810 is RX-RISC event register. Rename BGE_CPU_EVENT withyongari2011-10-261-1/+2
* Define MAC address mail box and use it instead of usingyongari2011-10-261-0/+2
* Rename definition of BGE_SOFTWARE_GENCOMM_* to more readable ones.yongari2011-10-261-9/+10
* BCM5719 cannot handle DMA requests for DMA segments that haveyongari2011-10-261-0/+1
* Add initial BCM5719 support. TSO and jumbo frame was intentionallyyongari2011-05-121-0/+15
* Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'myongari2011-05-051-1/+1
* Add initial BCM57765 family support. The BCM57765 family seems toyongari2011-05-041-0/+12
* Add initial jumbo frame support for BCM5714/BCM5715 and BCM5780.yongari2011-04-051-0/+1
* Add initial BCM5718 family support. The BCM5718 family includesyongari2010-10-271-2/+40
* Apply the same workaround for SDI flow control used on BCM5906 A1yongari2010-10-231-0/+1
* Add workaround for BCM5906 A1 controller silicon bug. Whenyongari2010-10-221-0/+1
* Enable TX MAC state machine lockup fix for both BCM5755 or higheryongari2010-10-221-0/+1
* Add workaround for BCM5906 controller silicon bug. If deviceyongari2010-10-191-0/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-1/+0
* Remove bge_tx_buf_ratio, unused member of softc.yongari2010-10-061-1/+0
* Overhaul MII register access routine and remove unnecessaryyongari2010-10-061-0/+51
* Separate common flags into controller specific and PHY relatedyongari2010-10-051-17/+18
* Enable fix for read DMA FIFO overruns on controllers that have thisyongari2010-10-041-0/+4
* Allow write DMA to request larger DMA burst size to get betteryongari2010-10-011-0/+1
* Implement hardware MAC statistics for BCM5705 or newer Broadcomyongari2010-09-291-35/+92
* Set the number of RX frames to receive after RX MBUF low watermarkyongari2010-09-291-0/+1
* Handle PAE case correctly. You cannot effectively specify a 4GByongari2010-08-311-2/+6
* Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMAyongari2010-08-311-5/+7
* It seems all Broadcom controllers have a bug that can generate UDPyongari2010-08-221-0/+2
* Use Miscellaneous Configuration Register bit definition instead ofyongari2010-07-151-0/+1
* Remove unused macros.yongari2010-06-081-10/+1
* Fix a bug introduced in r199011. When bge(4) reuses loaded RXyongari2010-06-051-0/+2
* For controllers that has dual mode PHY(copper or fiber) interfacesyongari2010-01-141-0/+1
OpenPOWER on IntegriCloud