freebsd-dev/sys/dev/iwi
John Baldwin 899ff586bd Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existing
DMA memory for a firmware load if it was the exact size needed, thus in the
common case the driver was constantly free'ing and reallocating the DMA
buffer and it would eventually begin to fail.  With this fix, iwi0 reuses
the same buffer the entire time and no longer fails to load the firmware
after the machine has been up for a while.

MFC after:	1 week
2007-03-21 18:40:31 +00:00
..
if_iwi.c Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existing 2007-03-21 18:40:31 +00:00
if_iwireg.h Document the endiannes of firmware headers 2007-02-20 14:29:09 +00:00
if_iwivar.h Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion, 2007-02-20 17:32:30 +00:00