summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Call bge_add_sysctls() early and especially before bge_can_use_msi() somarius2012-02-071-2/+2
* Oops, fix logic error introduced in r230337.yongari2012-01-191-1/+1
* Rename dev.bge.%d.msi_disable to dev.bge.%d.msi which matchesyongari2012-01-192-7/+7
* Introduce a tunable that disables use of MSI.yongari2012-01-172-0/+10
* Destroy DMA tag for jumbo RX buffer in device detach.yongari2011-12-131-0/+2
* BCM5720 performance tweak from Broadcom.yongari2011-12-132-3/+18
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Disable updating InputDiscards counter for BCM5717, BCM5718,yongari2011-10-281-2/+24
* Add initial BCM5720 support.yongari2011-10-282-29/+87
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.yongari2011-10-272-1/+4
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.yongari2011-10-272-3/+7
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.yongari2011-10-272-4/+10
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwareyongari2011-10-262-6/+20
* Offset 0x6810 is RX-RISC event register. Rename BGE_CPU_EVENT withyongari2011-10-262-6/+7
* Define MAC address mail box and use it instead of usingyongari2011-10-262-2/+4
* Rename definition of BGE_SOFTWARE_GENCOMM_* to more readable ones.yongari2011-10-262-23/+24
* BCM5719 cannot handle DMA requests for DMA segments that haveyongari2011-10-262-0/+10
* Broadcom says BCM5755 or higher and BCM5906 have short DMA bug.yongari2011-10-261-3/+4
* It is known that all Broadcom controllers have 4GB boundary DMAyongari2011-10-261-4/+2
* Make CPMU handle GPHY power down control on controllers that haveyongari2011-10-261-1/+2
* Fix long standing bge_sysctl_debug_info() issues.yongari2011-10-261-7/+16
* Whitespace nits.yongari2011-10-251-5/+5
* Correctly disable jumbo frame support for BCM5719 A0.yongari2011-05-151-1/+1
* Add initial BCM5719 support. TSO and jumbo frame was intentionallyyongari2011-05-122-12/+88
* Since r117657, bge(4) does not enable buffer manager for BCM5705 oryongari2011-05-091-34/+47
* Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'myongari2011-05-052-7/+7
* Add initial BCM57765 family support. The BCM57765 family seems toyongari2011-05-042-6/+59
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-3/+2
* Correct spelling in comments.marius2011-05-021-2/+2
* Fix an logic bug which caused jumbo buffers to not be synced.marius2011-05-021-1/+1
* Add initial jumbo frame support for BCM5714/BCM5715 and BCM5780.yongari2011-04-052-17/+38
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Apply DMA address space restriction to controllers that have 4GByongari2011-01-101-1/+11
* Backout r216973 and r216970. r216973 didn't solve watchdog timeoutyongari2011-01-101-11/+1
* Limit hardware bug workaround to controllers that have 4GB boundaryyongari2011-01-041-1/+4
* Partially revert change made in r212061. r212061 relied onyongari2011-01-041-1/+8
* - Remove the remaining support for older (in this case pre-7.0-RELEASE)marius2010-11-301-47/+19
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsmarius2010-11-141-5/+23
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-4/+6
* Add initial BCM5718 family support. The BCM5718 family includesyongari2010-10-272-69/+290
* Use bge_chipid to compare controller ids. r214251 incorrectly usedyongari2010-10-241-3/+3
* Apply the same workaround for SDI flow control used on BCM5906 A1yongari2010-10-232-5/+9
* Add workaround for BCM5906 A1 controller silicon bug. Whenyongari2010-10-222-0/+6
* Enable TX MAC state machine lockup fix for both BCM5755 or higheryongari2010-10-222-1/+7
* Add workaround for BCM5906 controller silicon bug. If deviceyongari2010-10-192-0/+44
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-152-12/+7
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+2
* Fix a regression introduced in r213710. r213710 removed the use ofyongari2010-10-131-0/+7
OpenPOWER on IntegriCloud