cvs commit: src/sys/dev/netif/bge if_bge.c if_bgereg.h

Matthew Dillon dillon at apollo.backplane.com
Sun May 22 09:32:51 PDT 2005


:
:joerg       2005/05/22 09:14:04 PDT
:
:DragonFly src repository
:
:  Modified files:
:    sys/dev/netif/bge    if_bge.c if_bgereg.h 
:  Log:
:  Convert bge(4) to the new M_EXT API. This allows merging the dynamic
:  state back into the softc and saves a small malloc per jumbo buffer
:  in the rx ring.
:  
:  Revision  Changes    Path
:  1.33      +40 -91    src/sys/dev/netif/bge/if_bge.c
:  1.9       +9 -12     src/sys/dev/netif/bge/if_bgereg.h
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bge/if_bge.c.diff?r1=1.32&r2=1.33&f=u
:http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bge/if_bgereg.h.diff?r1=1.8&r2=1.9&f=u

    Jeff and I were just talking about that... there are only a handful of 
    drivers still using the old M_EXT API.  How would you like to take a run
    through and convert all of them?  Then we can remove the old API.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list