aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* MFC r202268:Xin LI2010-01-232-1/+4
* MFC r202406:Pyun YongHyeon2010-01-211-5/+2
* MFC r202293:Pyun YongHyeon2010-01-212-12/+23
* MFC r200088,200227-200228,200246,200264,201446Pyun YongHyeon2010-01-072-32/+57
* MFC r199670-199671,199674,199679,199761,199807-199808Pyun YongHyeon2010-01-072-41/+212
* MFC r199667-199668Pyun YongHyeon2010-01-072-26/+129
* MFC r196370:Pyun YongHyeon2010-01-061-7/+8
* MFC 199663-199666Pyun YongHyeon2010-01-062-75/+69
* MFC r199065,199115-199116,199153,199661-199662Pyun YongHyeon2010-01-062-17/+24
* MFC r198967,199009-199011,199014,199020,199035-199036,199054Pyun YongHyeon2010-01-062-98/+106
* MFC r198923-198924,198927-198928Pyun YongHyeon2010-01-062-54/+73
* - MFC r198318:Stanislav Sedov2009-12-151-4/+7
* - MFC r197832, r197834, r197837:Stanislav Sedov2009-12-152-75/+175
* MFC r198049:Bjoern A. Zeeb2009-11-171-10/+10
* 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