summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* 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
* After r232403, DMA transactions does not cross 4GB boundary foryongari2012-03-102-37/+6
* Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryjhb2012-03-091-4/+0
* 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-192-7/+7
* Introduce a tunable that disables use of MSI.yongari2012-01-172-0/+10
* Destroy DMA tag for jumbo RX buffer in device detach.yongari2011-12-131-0/+2
* BCM5720 performance tweak from Broadcom.yongari2011-12-132-3/+18
* - 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-282-29/+87
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.yongari2011-10-272-1/+4
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.yongari2011-10-272-3/+7
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.yongari2011-10-272-4/+10
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwareyongari2011-10-262-6/+20
OpenPOWER on IntegriCloud