freebsd-dev/sys/dev/hatm
Hartmut Brandt fba6dd7f18 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.
2003-10-31 13:35:22 +00:00
..
if_hatm_intr.c Explain why the lock-free allocation algorithm is safe in our case 2003-10-30 16:19:50 +00:00
if_hatm_ioctl.c Prefer new location of pci include files (which have only been in the 2003-08-22 06:00:27 +00:00
if_hatm_rx.c Make the value of the HATM_DEBUG symbol the default for the debugging 2003-10-29 14:33:41 +00:00
if_hatm_tx.c Allow sending of more than one raw cell from a single mbuf. Only the 2003-10-29 15:15:19 +00:00
if_hatm.c Reinvent the used-flag for external mbufs. This and the on-card flag 2003-10-30 10:43:52 +00:00
if_hatmconf.h
if_hatmreg.h
if_hatmvar.h Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than 2003-10-31 13:35:22 +00:00