History log of /dragonfly/sys/dev/netif/iwn/if_iwnvar.h (Results 1 – 16 of 16)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0
# 977fc0db 15-May-2016 Matthew Dillon <dillon@backplane.com>

wlan - Sync dev/netif/iwn from FreeBSD

* Sync dev/netif/iwn from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.

* Straight report from FreeBSD using new infrastructure.

* Add iwn back to build


Revision tags: v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4
# f92fae3f 19-Feb-2015 Sascha Wildner <saw@online.de>

kernel/wlan: Fix up the MAC address printing and add back __printflike()s.

In the recent wlan, iwn and ath upgrades, porting this properly was hacked
around by removing the __printflike()s because D

kernel/wlan: Fix up the MAC address printing and add back __printflike()s.

In the recent wlan, iwn and ath upgrades, porting this properly was hacked
around by removing the __printflike()s because DragonFly has no support
for %D (neither in GCC nor in kprintf()). This is wrong because even
though it silences the warning, it will still not print MAC addresses
correctly. So bring all that back.

Also update the wlan's README.DRAGONFLY with some information about how
to port this properly.

show more ...


# 05538f72 20-Jan-2015 Matthew Dillon <dillon@backplane.com>

kernel/iwn - Report iwn from FreeBSD

* Report iwn from FreeBSD


Revision tags: v4.0.3, v4.0.2
# 26595b18 28-Nov-2014 Sascha Wildner <saw@online.de>

kernel: Use the new auto-created sysctl ctx/tree in various drivers.

Everywhere where we formerly rolled a hw.fooX.* per-device ctx/tree
ourselves.

This commit switches it to dev.foo.X.*


Revision tags: v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0
# fd49669c 23-Aug-2014 Michael Neumann <mneumann@ntecs.de>

iwn - Sync with FreeBSD up to ffb6d5c3967d1342fa5e2d6f51c8ea8aff1419e2


Revision tags: v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1
# 4b420e05 03-Dec-2013 Matthew Dillon <dillon@apollo.backplane.com>

iwn - Sync with FreeBSD through today (9817dff in FBsd git repo)

* Sync with FreeBSD through today (9817dff in FBsd git repo)


# 459cf836 25-Nov-2013 Sascha Wildner <saw@online.de>

kernel/iwn: Put some finishing touches to the recent upgrade.

* Adjust 'files' to unbreak LINT.

* Add IWN_DEBUG option.

* Update manual pages.

* Update SVN IDs.

Taken-from: FreeBSD


# 101554a6 24-Nov-2013 Matthew Dillon <dillon@apollo.backplane.com>

iwn - Resync from FreeBSD 2/2

* Do a manual run-through and make all DragonFly-specific adjustments
from the FreeBSD rebase of iwn.

* Tested on a system 76 laptop, basically works (inasmuch as Fr

iwn - Resync from FreeBSD 2/2

* Do a manual run-through and make all DragonFly-specific adjustments
from the FreeBSD rebase of iwn.

* Tested on a system 76 laptop, basically works (inasmuch as FreeBSD's
current iwn work works).

* Adds tons of new chips with varying degrees of support relative to the
original port.

show more ...


# da10ea93 24-Nov-2013 Matthew Dillon <dillon@apollo.backplane.com>

iwn - Resync from FreeBSD 1/2

* Resync all files except the build infrastructure from FreeBSD.
Next commit will re-port the files.


Revision tags: v3.6.0
# 2dea894b 09-Nov-2013 Sascha Wildner <saw@online.de>

kernel/iwn: Update FreeBSD SVN IDs.


Revision tags: v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0
# 458fc9cf 08-Sep-2010 Matthew Dillon <dillon@apollo.backplane.com>

wlan - Bring iwn back into the fold.

* Note in addition to the usual instructions we also have to release
the wlan_global_serializer across a number of tsleep()s and the
firmware loader.


# a945833d 25-Jul-2010 Joe Talbott <josepht@dragonflybsd.org>

iwn - Convert to use the new wlan layer's global token.


# 1fb0473e 20-Jul-2010 Joe Talbott <josepht@dragonflybsd.org>

iwn - Fix for x86_64.

* Convert to lockmgr locks.
* curthred -> curthread
* Clean up locking to be more in sync with FreeBSD.

Reported-By: swildner
Tested-By: swildner
New-Best-Friend: swildner


# 3db796ac 17-Jul-2010 Joe Talbott <josepht@dragonflybsd.org>

iwn - Port to DragonFly BSD

This is the initial port of the iwn driver for Intel 1000, 5100,
5150, and 6000 wifi chipsets.

This version uses ifp->if_serializer for serialization for the moment.


# ffd7c74a 14-Jun-2010 Joe Talbott <josepht@dragonflybsd.org>

iwn - Import iwn driver from FreeBSD

Driver for Intel WiFi Link 4965 and 1000/5000/6000 Series 802.11
network adapters.

Taken-From: FreeBSD