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

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Mon Jun 13 14:24:31 PDT 2005


joerg       2005/06/13 14:24:03 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/bge    if_bge.c 
  Log:
  Convert to critical sections. Use bge_detach as common error path
  in bge_attach and fix some bugs on the way. Use M_WAITOK now
  that interrupts are no longer an issue there. Allow this by hooking
  up the interrupt last.
  
  Revision  Changes    Path
  1.39      +46 -54    src/sys/dev/netif/bge/if_bge.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bge/if_bge.c.diff?r1=1.38&r2=1.39&f=u





More information about the Commits mailing list