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

Gleb Smirnoff glebius at FreeBSD.org
Fri Jan 20 03:38:26 PST 2006


glebius     2006-01-20 11:38:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  An attemp to make driver more readable and attaractive for further
  hacking:
    - Remove all spaces at eol.
    - Improve style(9) in most frequently edited functions.
    - In em_encap() push variables for 82544 workaround in the block
      where they are only used.
    - In em_get_buf() remove unused variable.
  
  Revision  Changes    Path
  1.102     +417 -457  src/sys/dev/em/if_em.c


More information about the cvs-all mailing list