cvs commit: src/sys/dev/hatm if_hatmvar.h

Hartmut Brandt harti at FreeBSD.org
Fri Oct 31 05:35:23 PST 2003


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


More information about the cvs-src mailing list