cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h

Pyun YongHyeon yongari at FreeBSD.org
Mon Jun 11 02:00:51 UTC 2007


yongari     2007-06-11 02:00:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  Increase a maximum segment size of DMA to 4096. Previously it used
  MCLBYTES for the segment size but it used too many Tx descriptors in
  TSO case.
  While I'm here adjust maximum size of the sum of all segment lengths
  in a given DMA mapping to 65535, the maximum size, in bytes, of a IP
  packet.
  
  Revision  Changes    Path
  1.17      +2 -2      src/sys/dev/msk/if_msk.c
  1.5       +2 -0      src/sys/dev/msk/if_mskreg.h


More information about the cvs-all mailing list