aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* MFC r192127:Xin LI2009-05-201-0/+9
* MFC: r190319Marius Strobl2009-03-272-4/+8
* MFC: r190194Marius Strobl2009-03-232-23/+70
* MFC: r188164, r188457Marius Strobl2009-03-191-4/+5
* MFC: r184380Marius Strobl2009-01-151-6/+6
* MFC: r183896Marius Strobl2009-01-152-10/+3
* MFC: r183281Marius Strobl2009-01-151-3/+4
* - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug whichMarius Strobl2008-12-151-7/+12
* MFC: 182874Oleg Bulyzhin2008-09-181-2/+6
* MFC: Add support for the BCM5906[M] adapters including subsequentJohn Baldwin2008-06-272-96/+371
* MFC: Add a flag for Ethernet@WireSpeed capability and correct chipJohn Baldwin2008-06-272-1/+11
* MFC: if_bgereg.h rev. 1.79Bjoern A. Zeeb2008-05-242-2/+38
* MFC: 1.208Marius Strobl2008-05-141-12/+6
* MFC: Add support for the BCM5722.John Baldwin2008-03-172-3/+8
* MFC: 1.201Jung-uk Kim2008-01-211-1/+1
* MFC: 1.199Jung-uk Kim2007-11-261-7/+6
* Disable hw.bge.allow_asf tunable by default on the release branch.Jung-uk Kim2007-10-261-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-2/+3
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Add on/off controls for VLAN_MTU and VLAN_HWTAGGING to bge(4).Yaroslav Tykhiy2007-06-011-2/+41
* Remove an empty line.Jung-uk Kim2007-05-221-1/+0
* Remove BCM5704S specific tunable (hw.bge.fake_autoneg) andJung-uk Kim2007-05-221-15/+13
* Rearrange DMA read/write control register settings based on document snippetJung-uk Kim2007-05-222-46/+45
* Remove stale alpha support code.Jung-uk Kim2007-05-221-11/+0
* Fix time out check in EEPROM read and move delays to give some settle time.Jung-uk Kim2007-05-221-11/+12
* Add delays in MI communication register R/W loops.Jung-uk Kim2007-05-221-0/+2
* Reflect MFC of pci_find_extcap().Jung-uk Kim2007-05-011-1/+1
* - Add support/quirks for the on-board BGEs found in Sun Blade 1500Marius Strobl2007-04-302-34/+98
* Enable MSI support on RELENG_6.Jung-uk Kim2007-04-021-3/+3
* Fix some OID names and minor style as per feedback from various people.Scott Long2007-03-131-16/+11
* Add MAC, RX, and TX stats reporting via sysctl.Scott Long2007-03-121-10/+147
* Add more chipset revision IDs.Jung-uk Kim2007-03-092-0/+5
* Use correct bits to stop firmware when ASF mode is enabled.Jung-uk Kim2007-03-081-2/+2
* Fix more style(9) bugs.Jung-uk Kim2007-03-081-76/+62
* Fix style(9) and consistency.Jung-uk Kim2007-03-061-87/+105
* Pollute bge(4) with #if's and #ifdef's to make MFC easier.Jung-uk Kim2007-03-061-27/+77
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Use bge_writereg_ind() to do global reset as we did before 1.159 for certainJung-uk Kim2007-02-141-1/+1
* Fix two typos in comments.Jung-uk Kim2007-02-141-2/+2
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.Jung-uk Kim2007-02-122-0/+4
* Fix style(9).Jung-uk Kim2007-02-122-1598/+1601
* Add PHY DSP code for BCM5755M.Jung-uk Kim2007-02-122-1/+5
* - Fix BCM5754 support found in Dell PowerEdge SC440.Jung-uk Kim2007-01-152-19/+36
* Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.John Polstra2007-01-111-1/+1
* After rev.1.169, the "interrupt" coalescing parameters are not used inBruce Evans2006-12-261-8/+2
* Re-enable MSI support for those chips on which it is believed to workJohn Polstra2006-12-222-34/+88
* Correct the BGE_CHIPID_BCM5750_B0 constant.John Polstra2006-12-221-1/+1
* In bge_txeof(), cancel the watchdog timeout if all descriptors haveBruce Evans2006-12-201-1/+2
* Avoid a race and a pessimization in bge_intr():Bruce Evans2006-12-201-6/+22
* Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN.Jung-uk Kim2006-12-201-11/+5