Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 12/20/2006 16:30:21
Module Name:	src
Committed By:	skrll
Date:		Wed Dec 20 16:30:20 UTC 2006

Modified Files:
	src/sys/dev/pci: if_iwi.c if_iwireg.h if_iwivar.h

Log Message:
- Upgrade to the latest firmware and as a result remove the error log dump.
- Mostly sync with OpenBSD
	- Serialise sending commands to the firmware
	- Remove redundant calls to bpfdetach.
	- use bus_size_t where appropriate and not fetch iobase as it's not
	  used.
	- improve 802.11 radiotap support (correct rx rate)
	- add short preamble flag
	- add short slot time support
	- ignore parity errors (as per the Linux driver)
	- Set Tx power for all channels.
	- disable bluetooth co-existance
	- Check that ni->ni_rates.rs_nrates is not greater than the maximum
	  handled by the firmware.
- Begin syncing with the FreeBSD driver by renaming a few things.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sys/dev/pci/if_iwi.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/if_iwireg.h
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/if_iwivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.