summaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* MFC r208862:Pyun YongHyeon2010-06-102-16/+51
* MFC: r207242Marius Strobl2010-05-101-1/+1
* MFC r204975,204978-204979,204981:Pyun YongHyeon2010-03-241-1/+41
* MFC r204376:Pyun YongHyeon2010-03-231-1/+3
* MFC r204151,204223:Pyun YongHyeon2010-03-231-26/+15
* MFC r203358,203716:Pyun YongHyeon2010-03-181-6/+9
* MFC r202821-202822.Pyun YongHyeon2010-03-181-3/+2
* 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-062-26/+129
* 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
* - Disable ASF by default in STABLE_8. This causes a lotStanislav Sedov2009-10-201-1/+1
* - MFC r196370.Stanislav Sedov2009-08-181-7/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Fix return values appropriately.Attilio Rao2009-05-301-2/+2
* s/rk_npkts/rx_npktsAttilio Rao2009-05-301-1/+1
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-9/+13
* Some comment/space changes (FALLTHRU -> FALLTHROUGH, space after while).Xin LI2009-05-141-3/+3
* Try to workaround a race where bge_stop() may sneak in when bge_rxeof()Xin LI2009-05-141-0/+9
* - Ensure that INTx isn't disabled, as these chips apparently have aMarius Strobl2009-03-232-4/+8
* - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().Marius Strobl2009-03-212-23/+70
* Don't reset the PHY probe retry counter within the loop soMarius Strobl2009-02-101-1/+1
* device_shutdown returns an int.Warner Losh2009-02-051-3/+4
* - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug whichMarius Strobl2008-12-091-7/+12
* Do as the Linux tg3 driver does and enable MSI support alsoMarius Strobl2008-10-271-6/+6
* Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9)Marius Strobl2008-10-142-10/+3
* - Don't read the identifier string from the VPD if there's no chipMarius Strobl2008-09-221-3/+4
* bge_tick(): do not touch PHY if link is up. This should solve problem withOleg Bulyzhin2008-09-081-2/+6
* Improve the integration of BCM5906[M] support:Marius Strobl2008-05-142-66/+63
* Use a better approach to force the interrupt which should work forBjoern A. Zeeb2008-05-052-6/+25
* Use the correct bit when trying to force an interrupt through the HCC reg.Bjoern A. Zeeb2008-05-011-1/+1
* Add support for the BCM5906[M] adapters. These adapters only supportJohn Baldwin2008-04-292-59/+337
* Remove some remnant alpha hacks.Marius Strobl2008-04-261-1/+1
* - Use more appropriate maxsize, nsegments and maxsegsize parametersMarius Strobl2008-04-261-12/+6
* In some situations we were not clearing pending link state attentions.Bjoern A. Zeeb2008-04-081-0/+17
* Don't enable the workaround for the jitter bug on the 5722.John Baldwin2008-03-111-3/+4
* Style tweak to the 5722 chipid to match the rest of this file.John Baldwin2008-03-061-1/+1
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andJohn Baldwin2008-03-062-0/+2
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.Jung-uk Kim2008-01-182-1/+11
* Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).Jung-uk Kim2008-01-181-1/+1
* Add support for the BMC5722.Remko Lodder2007-12-252-0/+2