Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/dev/pci



Module Name:    src
Committed By:   riz
Date:           Fri Dec 29 18:50:40 UTC 2006

Modified Files:
        src/sys/dev/pci [netbsd-4]: if_iwi.c if_iwireg.h if_iwivar.h

Log Message:
Pull up following revision(s) (requested by skrll in ticket #296):
        sys/dev/pci/if_iwireg.h: revision 1.17
        sys/dev/pci/if_iwi.c: revision 1.59
        sys/dev/pci/if_iwivar.h: revision 1.13
- 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.
- 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.58.2.1 src/sys/dev/pci/if_iwi.c
cvs rdiff -r1.16 -r1.16.6.1 src/sys/dev/pci/if_iwireg.h
cvs rdiff -r1.12 -r1.12.6.1 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.




Home | Main Index | Thread Index | Old Index