aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
...
* Ethernet@WireSpeed is defined for 1000baseT adapter to establish aPyun YongHyeon2012-10-241-45/+46
* Do not hardcode phy address. Multi-port controllers use different phyPyun YongHyeon2012-10-242-12/+14
* Add APE firmware support and improve firmware handshake procedure.Pyun YongHyeon2012-10-112-48/+627
* Rework controller reset procedure. Previously driver savedPyun YongHyeon2012-10-112-34/+24
* Remove unnecessary delay. I don't see any comments in data sheetPyun YongHyeon2012-10-101-1/+0
* Fix a long standing VCPU reset sequence bug on BCM5906.Pyun YongHyeon2012-10-101-9/+9
* Do not force PCIe 1.0a mode in device reset on BCM5717 and newerPyun YongHyeon2012-10-101-2/+5
* Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.Pyun YongHyeon2012-10-101-1/+1
* On PHY write error use hex number to show the value.Pyun YongHyeon2012-10-101-4/+7
* If the maximum payload size is 256 bytes or more, set the DMA writePyun YongHyeon2012-10-102-5/+15
* Rework device detach. While here, move driver lock/calloutPyun YongHyeon2012-10-081-18/+13
* Limit applying TX data corruption and FIFO workaround to BCM5719Pyun YongHyeon2012-10-081-2/+2
* Follow Broadcom datasheet:Pyun YongHyeon2012-10-051-0/+2
* Add 40 microseconds delay after updating EMAC Mode register asPyun YongHyeon2012-10-051-1/+8
* APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keepPyun YongHyeon2012-10-051-19/+29
* Don't touch EMAC Mode and TX/RX MAC Mode register when driver isPyun YongHyeon2012-10-051-2/+5
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-8/+8
* Fix typo.Pyun YongHyeon2012-06-071-2/+2
* Take advantage of nitems().Marius Strobl2012-06-021-3/+2
* Remove unnecessary device_printfs.Pyun YongHyeon2012-05-311-8/+0
* Try to finally get the point in time at which bge_add_sysctls() is calledMarius Strobl2012-05-301-3/+3
* Don't force max payload size to 128. Root complex and Endpoint willPyun YongHyeon2012-05-231-2/+0
* 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