aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
...
* Make if_ierrors updated whenever any of the following counters arePyun YongHyeon2012-03-122-0/+8
* Show PCI bus speed and width as well as running mode of PCI-XPyun YongHyeon2012-03-122-7/+59
* Add workaround for PCI-X BCM5704 controller that live behindPyun YongHyeon2012-03-122-3/+68
* After r232403, DMA transactions does not cross 4GB boundary forPyun YongHyeon2012-03-102-37/+6
* Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryJohn Baldwin2012-03-091-4/+0
* Call bge_add_sysctls() early and especially before bge_can_use_msi() soMarius Strobl2012-02-071-2/+2
* Oops, fix logic error introduced in r230337.Pyun YongHyeon2012-01-191-1/+1
* Rename dev.bge.%d.msi_disable to dev.bge.%d.msi which matchesPyun YongHyeon2012-01-192-7/+7
* Introduce a tunable that disables use of MSI.Pyun YongHyeon2012-01-172-0/+10
* Destroy DMA tag for jumbo RX buffer in device detach.Pyun YongHyeon2011-12-131-0/+2
* BCM5720 performance tweak from Broadcom.Pyun YongHyeon2011-12-132-3/+18
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Disable updating InputDiscards counter for BCM5717, BCM5718,Pyun YongHyeon2011-10-281-2/+24
* Add initial BCM5720 support.Pyun YongHyeon2011-10-282-29/+87
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.Pyun YongHyeon2011-10-272-1/+4
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.Pyun YongHyeon2011-10-272-3/+7
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.Pyun YongHyeon2011-10-272-4/+10
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwarePyun YongHyeon2011-10-262-6/+20
* Offset 0x6810 is RX-RISC event register. Rename BGE_CPU_EVENT withPyun YongHyeon2011-10-262-6/+7
* Define MAC address mail box and use it instead of usingPyun YongHyeon2011-10-262-2/+4
* Rename definition of BGE_SOFTWARE_GENCOMM_* to more readable ones.Pyun YongHyeon2011-10-262-23/+24
* BCM5719 cannot handle DMA requests for DMA segments that havePyun YongHyeon2011-10-262-0/+10
* Broadcom says BCM5755 or higher and BCM5906 have short DMA bug.Pyun YongHyeon2011-10-261-3/+4
* It is known that all Broadcom controllers have 4GB boundary DMAPyun YongHyeon2011-10-261-4/+2
* Make CPMU handle GPHY power down control on controllers that havePyun YongHyeon2011-10-261-1/+2
* Fix long standing bge_sysctl_debug_info() issues.Pyun YongHyeon2011-10-261-7/+16
* Whitespace nits.Pyun YongHyeon2011-10-251-5/+5
* Correctly disable jumbo frame support for BCM5719 A0.Pyun YongHyeon2011-05-151-1/+1
* Add initial BCM5719 support. TSO and jumbo frame was intentionallyPyun YongHyeon2011-05-122-12/+88
* Since r117657, bge(4) does not enable buffer manager for BCM5705 orPyun YongHyeon2011-05-091-34/+47
* Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'mPyun YongHyeon2011-05-052-7/+7
* Add initial BCM57765 family support. The BCM57765 family seems toPyun YongHyeon2011-05-042-6/+59
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-3/+2
* Correct spelling in comments.Marius Strobl2011-05-021-2/+2
* Fix an logic bug which caused jumbo buffers to not be synced.Marius Strobl2011-05-021-1/+1
* Add initial jumbo frame support for BCM5714/BCM5715 and BCM5780.Pyun YongHyeon2011-04-052-17/+38
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Apply DMA address space restriction to controllers that have 4GBPyun YongHyeon2011-01-101-1/+11
* Backout r216973 and r216970. r216973 didn't solve watchdog timeoutPyun YongHyeon2011-01-101-11/+1
* Limit hardware bug workaround to controllers that have 4GB boundaryPyun YongHyeon2011-01-041-1/+4
* Partially revert change made in r212061. r212061 relied onPyun YongHyeon2011-01-041-1/+8
* - Remove the remaining support for older (in this case pre-7.0-RELEASE)Marius Strobl2010-11-301-47/+19
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsMarius Strobl2010-11-141-5/+23
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-4/+6
* Add initial BCM5718 family support. The BCM5718 family includesPyun YongHyeon2010-10-272-69/+290
* Use bge_chipid to compare controller ids. r214251 incorrectly usedPyun YongHyeon2010-10-241-3/+3
* Apply the same workaround for SDI flow control used on BCM5906 A1Pyun YongHyeon2010-10-232-5/+9
* Add workaround for BCM5906 A1 controller silicon bug. WhenPyun YongHyeon2010-10-222-0/+6