freebsd-dev/sys/dev/hatm
Hartmut Brandt 0144e71085 Initialize the USED flag in new external receive buffers to 0, not to 1.
We put them directly onto the free list instead of calling the
external mbuf free routine (that routine would have cleaned the flag).

This fixes a bug which manifests itself in falsely reporting a lot of used
buffers when configuring the interface down.
2003-11-05 11:15:47 +00:00
..
if_hatm_intr.c Initialize the USED flag in new external receive buffers to 0, not to 1. 2003-11-05 11:15:47 +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 Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +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