summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more checks for resolved link speed in bge_miibus_statchg().yongari2010-10-131-6/+24
* Protect bge(4) from accessing invalid NIC internal memory regionsyongari2010-10-121-0/+8
* Fix a regression introduced in r213495. r213495 disabled miniyongari2010-10-121-1/+1
* The IFF_DRV_RUNNING flag is set at the end of bge_init_locked. Butyongari2010-10-111-9/+13
* Remove one last reference of BGE_MI_MODE register for auto polling.yongari2010-10-111-5/+15
* Do not blindly UP the interface when interface's MTU is changed. Ifyongari2010-10-081-2/+6
* Fix a long standing bug which regarded some revisions of controlleryongari2010-10-071-8/+6
* Add more comments to rings supported by the controller. Differentyongari2010-10-061-37/+103
* Remove bge_tx_buf_ratio, unused member of softc.yongari2010-10-061-1/+0
* Overhaul MII register access routine and remove unnecessaryyongari2010-10-062-39/+94
* Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.yongari2010-10-061-1/+1
* Rearrange code a bit to correctly set PHY flags. This change makeyongari2010-10-051-5/+7
* Separate common flags into controller specific and PHY relatedyongari2010-10-052-28/+29
* Enable fix for read DMA FIFO overruns on controllers that have thisyongari2010-10-042-0/+17
* Consistently use ifHCOutOctets/ifHCInOctets instead of Octets asyongari2010-10-041-9/+9
* Remove extra semicolon.yongari2010-10-011-2/+2
* Allow write DMA to request larger DMA burst size to get betteryongari2010-10-012-0/+5
* Fix IFCAP_TXCSUM/IFCAP_RXCSUM handling. Previously bge(4) usedyongari2010-09-301-4/+8
* Implement hardware MAC statistics for BCM5705 or newer Broadcomyongari2010-09-292-49/+339
* After r207391, brgphy(4) passes resolved flow-control settings toyongari2010-09-291-2/+13
* Set the number of RX frames to receive after RX MBUF low watermarkyongari2010-09-292-0/+9
* Always show asic/chip revision in device attach phase. There areyongari2010-09-231-6/+5
* Fix incorrect RX BD producer updates. The producer index wasyongari2010-09-161-2/+4
* Make sure to create DMA'able memory for statistics block. This wasyongari2010-09-071-0/+9
* Remove unnecessary atomic operation in bge_poll. bge(4) alwaysyongari2010-08-311-2/+2
* bge_txeof() already checks whether it has to free transmitted mbufsyongari2010-08-311-4/+3
* Handle PAE case correctly. You cannot effectively specify a 4GByongari2010-08-312-3/+7
* Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMAyongari2010-08-312-243/+152
* It seems all Broadcom controllers have a bug that can generate UDPyongari2010-08-222-7/+43
* Load tunable from loader.conf(5) instead of device.hints(5).yongari2010-08-211-3/+6
* Use Miscellaneous Configuration Register bit definition instead ofyongari2010-07-152-1/+2
* Remove enabling Data FIFO protection with indirect memory access.yongari2010-07-141-6/+3
OpenPOWER on IntegriCloud