aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge/if_bgereg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mechanically convert bge(4) to DrvAPIJustin Hibbits2023-01-311-1/+1
* bge(4): remove obsolete support for on-board Fujitsu and Sun MACsMarius Strobl2020-12-251-6/+0
* bge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-15/+0
* Remove unused define.Tycho Nightingale2019-05-171-8/+0
* Fix integer overflow in r346386.Tycho Nightingale2019-05-161-1/+1
* reinstate 4GB DMA boundary workarounds for bge and aacTycho Nightingale2019-05-161-0/+6
* remove the 4GB boundary requirement on PCI DMA segmentsTycho Nightingale2019-04-191-0/+8
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* bge: Support 5717 C0, which is almost same as 5720 A0Sepherosa Ziehau2016-05-301-0/+2
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* Add support for BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787.Pyun YongHyeon2013-12-021-0/+5
* Fix for IPv4 fragment packets treated as RMCP.Pyun YongHyeon2013-08-091-0/+1
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is aPyun YongHyeon2013-07-201-0/+7
* Setup the PCIE Fast Training Sequence (FTS) value to preventPyun YongHyeon2013-07-201-0/+5
* Implement workaround for BCM5719/BCM5720 TX hang.Pyun YongHyeon2013-07-171-0/+6
* Fix triggering false watchdog timeout as done in bce(4) whenPyun YongHyeon2013-06-301-0/+1
* Correct setting TX random backoff register. This register isPyun YongHyeon2013-06-071-1/+1
* Add preliminary support for BCM57766 ASIC.Pyun YongHyeon2012-11-301-0/+4
* Do not hardcode phy address. Multi-port controllers use different phyPyun YongHyeon2012-10-241-0/+1
* Add APE firmware support and improve firmware handshake procedure.Pyun YongHyeon2012-10-111-2/+153
* Rework controller reset procedure. Previously driver savedPyun YongHyeon2012-10-111-2/+3
* If the maximum payload size is 256 bytes or more, set the DMA writePyun YongHyeon2012-10-101-0/+2
* Fix typo.Pyun YongHyeon2012-06-071-2/+2
* Make if_ierrors updated whenever any of the following counters arePyun YongHyeon2012-03-121-0/+2
* Show PCI bus speed and width as well as running mode of PCI-XPyun YongHyeon2012-03-121-1/+3
* Add workaround for PCI-X BCM5704 controller that live behindPyun YongHyeon2012-03-121-0/+1
* After r232403, DMA transactions does not cross 4GB boundary forPyun YongHyeon2012-03-101-6/+0
* Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryJohn Baldwin2012-03-091-4/+0
* Rename dev.bge.%d.msi_disable to dev.bge.%d.msi which matchesPyun YongHyeon2012-01-191-1/+1
* Introduce a tunable that disables use of MSI.Pyun YongHyeon2012-01-171-0/+1
* BCM5720 performance tweak from Broadcom.Pyun YongHyeon2011-12-131-0/+1
* Add initial BCM5720 support.Pyun YongHyeon2011-10-281-10/+17
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.Pyun YongHyeon2011-10-271-0/+2
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.Pyun YongHyeon2011-10-271-0/+2
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.Pyun YongHyeon2011-10-271-2/+8
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwarePyun YongHyeon2011-10-261-0/+8
* Offset 0x6810 is RX-RISC event register. Rename BGE_CPU_EVENT withPyun YongHyeon2011-10-261-1/+2
* Define MAC address mail box and use it instead of usingPyun YongHyeon2011-10-261-0/+2
* Rename definition of BGE_SOFTWARE_GENCOMM_* to more readable ones.Pyun YongHyeon2011-10-261-9/+10
* BCM5719 cannot handle DMA requests for DMA segments that havePyun YongHyeon2011-10-261-0/+1
* Add initial BCM5719 support. TSO and jumbo frame was intentionallyPyun YongHyeon2011-05-121-0/+15
* Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'mPyun YongHyeon2011-05-051-1/+1
* Add initial BCM57765 family support. The BCM57765 family seems toPyun YongHyeon2011-05-041-0/+12
* Add initial jumbo frame support for BCM5714/BCM5715 and BCM5780.Pyun YongHyeon2011-04-051-0/+1
* Add initial BCM5718 family support. The BCM5718 family includesPyun YongHyeon2010-10-271-2/+40
* Apply the same workaround for SDI flow control used on BCM5906 A1Pyun YongHyeon2010-10-231-0/+1
* Add workaround for BCM5906 A1 controller silicon bug. WhenPyun YongHyeon2010-10-221-0/+1
* Enable TX MAC state machine lockup fix for both BCM5755 or higherPyun YongHyeon2010-10-221-0/+1
* Add workaround for BCM5906 controller silicon bug. If devicePyun YongHyeon2010-10-191-0/+1