cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h
Damien Bergamini
damien at FreeBSD.org
Sun Jan 29 05:54:19 PST 2006
damien 2006-01-29 13:54:19 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/iwi if_iwi.c if_iwireg.h
Log:
sync with HEAD:
r1.27:
o Re-enable scatter/gather
o Change MEM_READ_1/MEM_READ_4 into macros (move them to if_iwireg.h)
o Add support for association LED
o Silently discard f/w notifications that are unknown (fixes spurious
"unknown notification 15" in logs with latest firmware)
o Fix scanning of 5GHz channels
r1.23:
Fix endianness issues. iwi now works on big endian architectures too.
r1.22
Be more robust when handling Rx interrupts. If we can't allocate and DMA map
a new mbuf, just discard the received frame and reuse the old mbuf.
This should fix kernel panics on high network traffic.
r1.20:
o Use firmware extended scan command; this one doesn't crash when scanning
the 5GHz band.
o Enable 802.11a channels scanning for 2915ABG adapters.
o Fix a typo (negociated->negotiated).
Revision Changes Path
1.8.2.5 +93 -74 src/sys/dev/iwi/if_iwi.c
1.2.2.2 +30 -12 src/sys/dev/iwi/if_iwireg.h
More information about the cvs-src
mailing list