summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bge.c
Commit message (Expand)AuthorAgeFilesLines
* Rework controller reset procedure. Previously driver savedyongari2012-10-111-32/+21
* Remove unnecessary delay. I don't see any comments in data sheetyongari2012-10-101-1/+0
* Fix a long standing VCPU reset sequence bug on BCM5906.yongari2012-10-101-9/+9
* Do not force PCIe 1.0a mode in device reset on BCM5717 and neweryongari2012-10-101-2/+5
* Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.yongari2012-10-101-1/+1
* On PHY write error use hex number to show the value.yongari2012-10-101-4/+7
* If the maximum payload size is 256 bytes or more, set the DMA writeyongari2012-10-101-5/+13
* Rework device detach. While here, move driver lock/calloutyongari2012-10-081-18/+13
* Limit applying TX data corruption and FIFO workaround to BCM5719yongari2012-10-081-2/+2
* Follow Broadcom datasheet:yongari2012-10-051-0/+2
* Add 40 microseconds delay after updating EMAC Mode register asyongari2012-10-051-1/+8
* APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keepyongari2012-10-051-19/+29
* Don't touch EMAC Mode and TX/RX MAC Mode register when driver isyongari2012-10-051-2/+5
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-8/+8
* Take advantage of nitems().marius2012-06-021-3/+2
* Remove unnecessary device_printfs.yongari2012-05-311-8/+0
* Try to finally get the point in time at which bge_add_sysctls() is calledmarius2012-05-301-3/+3
* Don't force max payload size to 128. Root complex and Endpoint willyongari2012-05-231-2/+0
* Make if_ierrors updated whenever any of the following counters areyongari2012-03-121-0/+6
* Show PCI bus speed and width as well as running mode of PCI-Xyongari2012-03-121-6/+56
* Add workaround for PCI-X BCM5704 controller that live behindyongari2012-03-121-3/+67
* After r232403, DMA transactions does not cross 4GB boundary foryongari2012-03-101-31/+6
* 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-191-6/+6
* Introduce a tunable that disables use of MSI.yongari2012-01-171-0/+9
* Destroy DMA tag for jumbo RX buffer in device detach.yongari2011-12-131-0/+2
* BCM5720 performance tweak from Broadcom.yongari2011-12-131-3/+17
* - 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-281-19/+70
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.yongari2011-10-271-1/+2
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.yongari2011-10-271-3/+5
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.yongari2011-10-271-2/+2
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwareyongari2011-10-261-6/+12
* Offset 0x6810 is RX-RISC event register. Rename BGE_CPU_EVENT withyongari2011-10-261-5/+5
* Define MAC address mail box and use it instead of usingyongari2011-10-261-2/+2
* Rename definition of BGE_SOFTWARE_GENCOMM_* to more readable ones.yongari2011-10-261-14/+14
* BCM5719 cannot handle DMA requests for DMA segments that haveyongari2011-10-261-0/+9
* 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-121-12/+73
* 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-051-6/+6
* Add initial BCM57765 family support. The BCM57765 family seems toyongari2011-05-041-6/+47
OpenPOWER on IntegriCloud