cvs commit: src/sys/dev/em if_em.c

Gleb Smirnoff glebius at FreeBSD.org
Mon Dec 26 02:39:22 PST 2005


glebius     2005-12-26 10:39:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Add simple suspend and resume methods. We call em_stop() on suspend and
  em_init() on resume. With this change the network is ready right after
  resume, without half minute lag.
  
  Tested by:      Jacques Garrigue
  
  Revision  Changes    Path
  1.95      +40 -0     src/sys/dev/em/if_em.c


More information about the cvs-src mailing list