K 10 svn:author V 5 harti K 8 svn:date V 27 2003-10-31T13:35:22.000000Z K 7 svn:log V 272 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. END