Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/if_iwireg.h
RevisionDateAuthorComments
 1.19  08-Sep-2008  gmcgarry Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
preprocessor macros.
 1.18  25-Dec-2007  perry branches: 1.18.6; 1.18.10; 1.18.12; 1.18.16;
Convert many of the uses of __attribute__ to equivalent
__packed, __unused and __dead macros from cdefs.h
 1.17  20-Dec-2006  skrll branches: 1.17.20; 1.17.26; 1.17.28; 1.17.32;
- 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.
 1.16  09-Aug-2006  skrll branches: 1.16.2; 1.16.4; 1.16.6;
Adapt iwi(4) to use firmload(9) and remove firmware loading from
iwictl(8).
 1.15  29-Nov-2005  rpaulo branches: 1.15.4; 1.15.8;
Add support for software controlled LEDs as found on some
boards. Currently, only the associated LED is being used because
that's the only LED my card has. The other two LEDs (OFDM and
activity) can later be set by someone, easily, who owns some board
with that LEDs.

Reviewed by Nick Hudson.
 1.14  18-Nov-2005  skrll Resolve conflicts. Changelog to follow.
 1.13  14-Nov-2005  skrll branches: 1.13.2;
Dump the error log if we get an IWI_INTR_FATAL_ERROR interrupt.
 1.12  29-Oct-2005  scw Re-arrange a bitfield according to host byte-order.
 1.11  08-Oct-2005  skrll branches: 1.11.2;
Use the new scan command for monitor mode as well.
 1.10  29-Sep-2005  skrll Fix the endianness of the scan command.

All the channels get the right scan type/dwelltime now.
 1.9  25-Sep-2005  skrll Support hidden ESSID APs.

Use the newer scan command as this one doesn't crash the firmware when
scanning 802.11a channels.

Thanks to scw and blymn for testing.

Closes PR 31295.
 1.8  25-Sep-2005  skrll Resolve conflicts.
 1.7  17-Sep-2005  skrll KNF. That is change u_intN_t to uintN_t.
 1.6  12-Sep-2005  skrll Fix spello.
 1.5  19-Aug-2005  skrll More sync with the FreeBSD driver.
 1.4  30-Jul-2005  christos Partially fix. Now it comes up, associates with wep, but something is wrong
with tcp since it crashes in wep encryption when I cvs update.
 1.3  20-Jun-2005  sekiya branches: 1.3.2;
Implement monitor mode. From OpenBSD.
 1.2  11-Jan-2005  skrll branches: 1.2.4;
NetBSD RCSID
 1.1  11-Jan-2005  skrll branches: 1.1.1;
Initial revision
 1.1.1.3  18-Nov-2005  skrll Import FreeBSD's iwi(4) of 1-nov-2005
 1.1.1.2  25-Sep-2005  skrll Import of the FreeBSD sources from just after the net80211 merge. There
are no major changes, but this will make future merging easier.
 1.1.1.1  11-Jan-2005  skrll iwi(4) - Intel PRO/Wireless 2200AG/2915ABG driver.
Written by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/

Ad-hoc mode and roaming are not fully implemented yet.
 1.2.4.4  11-Dec-2005  christos Sync with head.
 1.2.4.3  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.2.4.2  17-Jan-2005  skrll Sync with HEAD.
 1.2.4.1  11-Jan-2005  skrll file if_iwireg.h was added on branch ktrace-lwp on 2005-01-17 19:31:24 +0000
 1.3.2.3  21-Jan-2008  yamt sync with head
 1.3.2.2  30-Dec-2006  yamt sync with head.
 1.3.2.1  21-Jun-2006  yamt sync with head.
 1.11.2.1  02-Nov-2005  yamt sync with head.
 1.13.2.3  29-Nov-2005  yamt sync with head.
 1.13.2.2  22-Nov-2005  yamt sync with head.
 1.13.2.1  14-Nov-2005  yamt file if_iwireg.h was added on branch yamt-readahead on 2005-11-22 16:08:11 +0000
 1.15.8.1  11-Aug-2006  yamt sync with head
 1.15.4.1  09-Sep-2006  rpaulo sync with head
 1.16.6.1  29-Dec-2006  riz 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.
 1.16.4.1  21-Dec-2006  yamt sync with head.
 1.16.2.1  12-Jan-2007  ad Sync with head.
 1.17.32.1  02-Jan-2008  bouyer Sync with HEAD
 1.17.28.1  26-Dec-2007  ad Sync with head.
 1.17.26.1  18-Feb-2008  mjf Sync with HEAD.
 1.17.20.1  09-Jan-2008  matt sync with HEAD
 1.18.16.1  19-Oct-2008  haad Sync with HEAD.
 1.18.12.1  24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.18.10.1  04-May-2009  yamt sync with head.
 1.18.6.1  28-Sep-2008  mjf Sync with HEAD.

RSS XML Feed