summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* MFC: r276299marius2015-02-081-4/+2
* MFC: r260045marius2014-04-251-18/+12
* MFC r263957:yongari2014-04-141-1/+1
* MFC r258830:yongari2013-12-052-0/+15
* Fix for IPv4 fragment packets treated as RMCP.yongari2013-08-092-0/+3
* 5725 family of devices corrupts TSO packets when TSO DMA buffersyongari2013-07-221-11/+45
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is ayongari2013-07-202-12/+49
* Setup the PCIE Fast Training Sequence (FTS) value to preventyongari2013-07-202-0/+19
* Implement workaround for BCM5719/BCM5720 TX hang.yongari2013-07-172-4/+55
* Fix triggering false watchdog timeout as done in bce(4) whenyongari2013-06-302-1/+30
* Don't blidly clear GPIOs configuration. Just use firmware configuredyongari2013-06-261-1/+1
* Fix a typo introduced in r213280. IFM_OPTIONS macro should seeyongari2013-06-141-1/+1
* Correct setting TX random backoff register. This register isyongari2013-06-072-3/+3
* Do not report current link status if driver is not running.yongari2013-06-071-0/+4
* Fix a typo.yongari2013-04-021-1/+1
* r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).yongari2013-03-131-3/+17
* Mention NetLink controllers in the fallback description, too.marius2013-01-261-1/+1
* - Improve some comments.marius2013-01-261-83/+70
* bge_attach() can fail before attaching mii(4). So make sure to checkyongari2013-01-241-2/+2
* For 57765 class controllers, set low watermark max receive frames to 1.yongari2013-01-241-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-10/+10
* Add preliminary support for BCM57766 ASIC.yongari2012-11-302-7/+19
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-5/+5
* TCP/UDP checksum offloading feature for IP fragmented datagram wasyongari2012-11-011-27/+0
* For fast ethernet controllers, Ethernet@WireSpeed is not defined soyongari2012-10-241-3/+3
* Ethernet@WireSpeed is defined for 1000baseT adapter to establish ayongari2012-10-241-45/+46
* Do not hardcode phy address. Multi-port controllers use different phyyongari2012-10-242-12/+14
* Add APE firmware support and improve firmware handshake procedure.yongari2012-10-112-48/+627
* Rework controller reset procedure. Previously driver savedyongari2012-10-112-34/+24
* 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-102-5/+15
* 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
* Fix typo.yongari2012-06-071-2/+2
* 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-122-0/+8
* Show PCI bus speed and width as well as running mode of PCI-Xyongari2012-03-122-7/+59
* Add workaround for PCI-X BCM5704 controller that live behindyongari2012-03-122-3/+68
OpenPOWER on IntegriCloud