Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2003 05:35:22 -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_hatmvar.h
Message-ID:  <200310311335.h9VDZM4U070775@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/10/31 05:35:22 PST

  FreeBSD src repository

  Modified files:
    sys/dev/hatm         if_hatmvar.h 
  Log:
  Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than
  256 raw receive buffers (96 byte each) fit into one page. This breaks the
  limit imposed by the usage of an uint8_t for the buffer number. Restrict
  the allocation size for buffers to a maximum of 8192.
  
  Revision  Changes    Path
  1.13      +5 -1      src/sys/dev/hatm/if_hatmvar.h



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