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

Prafulla Deuskar pdeuskar at FreeBSD.org
Fri Nov 14 10:02:28 PST 2003


pdeuskar    2003/11/14 10:02:25 PST

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
  Log:
  - Code cleanup
  - In the receive routine handle the case where last descriptor could have
    less than 4 bytes of data.
  - Handle race between detach/ioctl routine.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.34      +29 -7     src/sys/dev/em/if_em.c
  1.24      +1 -0      src/sys/dev/em/if_em.h
  1.12      +18 -88    src/sys/dev/em/if_em_hw.c
  1.12      +0 -10     src/sys/dev/em/if_em_hw.h


More information about the cvs-src mailing list