]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/bge
This commit was generated by cvs2svn to compensate for changes in r167961,
[FreeBSD/FreeBSD.git] / sys / dev / bge /
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-13 scottlFix some OID names and minor style as per feedback...
2007-03-12 scottlAdd MAC, RX, and TX stats reporting via sysctl.
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-09 jkimAdd more chipset revision IDs.
2007-03-08 jkimUse correct bits to stop firmware when ASF mode is...
2007-03-08 jkimFix more style(9) bugs.
2007-03-06 jkimFix style(9) and consistency.
2007-03-06 jkimPollute bge(4) with #if's and #ifdef's to make MFC...
2007-02-23 pisoo break newbus api: add a new argument of type driver_f...
2007-02-14 jkimUse bge_writereg_ind() to do global reset as we did...
2007-02-14 jkimFix two typos in comments.
2007-02-12 jkimAdd BCM5701 A0/B0 CRC bug workaround. Magic values...
2007-02-12 jkimFix style(9).
2007-02-12 jkimAdd PHY DSP code for BCM5755M.
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-15 jkim- Fix BCM5754 support found in Dell PowerEdge SC440.
2007-01-11 jdpCorrect the comment describing the BGE_PCISTATE_PCI_BUS...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-26 bdeAfter rev.1.169, the "interrupt" coalescing parameters...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-22 jdpRe-enable MSI support for those chips on which it is...
2006-12-22 jdpCorrect the BGE_CHIPID_BCM5750_B0 constant.
2006-12-20 bdeIn bge_txeof(), cancel the watchdog timeout if all...
2006-12-20 bdeAvoid a race and a pessimization in bge_intr():
2006-12-20 jkimPartially back out rev. 1.148 and use new ETHER_BPF_MTA...
2006-12-19 oleg- Add missing callout_drain() call.
2006-12-18 jkim- Remove stale VPD support and its comment and get...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-15 jdpDisable bge MSI support for now. A couple of people...
2006-12-14 jdpAdd MSI support to the bge driver. I tested this on...
2006-12-13 scottlFix recent style problems and expand a comment.
2006-12-13 scottlUse the BGE_IS_* macros consistently. Also add a coupl...
2006-12-13 scottlRemove a redundant write of the firmware reset magic...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-13 jkimUse one counter instead of four to make up TX collision...
2006-12-12 scottlFix support for certain 575x/578x chips. This consists...
2006-12-11 jkim- Correct collision counter for BCM5705+. This registe...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-04 jkim- Add BGE_FLAG_JUMBO flag which idicates jumbo frame...
2006-12-04 jkimUse bge_flags to save chipset family and remove dead...
2006-12-04 glebiusFix my error in rev. 1.152
2006-12-01 jkimFix white spaces.
2006-12-01 jkimSimplify statistics updates, remove redundant register...
2006-11-30 glebius- Instead of if_watchdog/if_timer interface use our...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-19 scottlThere is no reason to have a PAGE_SIZE alignment enforc...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-03 glebiusRemove 3Com 985 deviceid that is really ti(4).
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-23 scottlAllow the ASF feature to be disabled via a tunable...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-18 jkimDo not strip VLAN tag in promiscuous mode.
2006-09-18 jkimSimplify promiscuous mode check and make ALLMULTI indep...
2006-09-17 andreMove ethernet VLAN tags from mtags to its own mbuf...
2006-09-15 glebius- Consistently use if_printf() only in interface method...
2006-09-09 ambriskoAdd support to bge(4) to not break IPMI support when...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-03 jmgadd a newbus method for obtaining the bus's bus_dma_tag...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 davidch/tmp/cvsleYf6y
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 olegProperly lock ifmedia callbacks. This should prevent...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 glebiusPack several boolean fields into single bge_flags field.
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-18 glebiusbge_cksum_pad() can modify the mbuf, thus call it befor...
2006-08-17 glebiusRewrite bge_encap() so that it takes mbuf ** argument...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-07 glebiusRecognize the 5750 C2.
next