Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2003 06:28:26 -0800 (PST)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hatm if_hatm_intr.c if_hatmvar.h
Message-ID:  <200310291428.h9TESQ3I020997@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/10/29 06:28:26 PST

  FreeBSD src repository

  Modified files:
    sys/dev/hatm         if_hatm_intr.c if_hatmvar.h 
  Log:
  Inline a function that was called only in one place directly into that place.
  
  Correct a bug when the number of pages for external mbufs was
  very large. In this case the page number could overflow into the large
  buffer flag. Make this more unlikley by move that flag further away.
  
  Revision  Changes    Path
  1.10      +48 -58    src/sys/dev/hatm/if_hatm_intr.c
  1.9       +24 -14    src/sys/dev/hatm/if_hatmvar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310291428.h9TESQ3I020997>