History log of /src/sys/dev/pci/if_athn_pci.c |
Revision | | Date | Author | Comments |
1.14 |
| 25-Sep-2022 |
thorpej | Remove unnecessary include of <sys/malloc.h>.
|
1.13 |
| 09-Dec-2018 |
jdolecek | use pci_intr_establish_xname() everywhere
|
1.12 |
| 24-Nov-2015 |
jakllsch | branches: 1.12.16; 1.12.18; Revert previous. At least AR9280 and AR9285 apparently do not have working-by-default MSI functionality, despite advertising such.
Fixes PR kern/50465.
|
1.11 |
| 17-Nov-2015 |
jakllsch | Switch PCI athn(4) attachment from pci_intr_map() to pci_intr_alloc()/pci_intr_release(), this enables MSI where available.
|
1.10 |
| 29-Mar-2014 |
christos | branches: 1.10.4; 1.10.8; make pci_intr_string and eisa_intr_string take a buffer and a length instead of relying in local static storage.
|
1.9 |
| 08-Dec-2013 |
martin | Cosmectic: use the same define in all places when referencing the BAR. No functional change.
|
1.8 |
| 21-Apr-2013 |
msaitoh | branches: 1.8.4; 1.8.6; Delete "PCI_" from PCIX and PICE capability registers.
|
1.7 |
| 06-Apr-2013 |
martin | Prefer this driver over the old ath(4)
|
1.6 |
| 05-Apr-2013 |
martin | Move interrupt printout past main attach message
|
1.5 |
| 03-Apr-2013 |
christos | instead of ifnet use ethercom.
|
1.4 |
| 31-Mar-2013 |
martin | setup interface backpointer
|
1.3 |
| 31-Mar-2013 |
martin | Initialize sc_dev
|
1.2 |
| 31-Mar-2013 |
martin | Fix obvious copy&pasto
|
1.1 |
| 30-Mar-2013 |
christos | This is the initial port of OpenBSD's athn(4) driver. It supports quite a few Atheros 802.11n devices. See the athn(4) manpage for a list.
This port has only been tested with a TP-LINK TL-WN722N USB adapter which has an AR9271 chipset (VENDOR: 0x0cf3, PRODUCT: 0x9271). The BSS, Monitor, and HostAP modes all seem to work on that adapter, though the later has not been tested much.
The driver also supports PCI and CardBUS devices, but those interfaces are completely untested and probably won't work at this point.
If someone can provide me with other adapters that should be supported, particularly PCI or CardBUS adapters, or tell me where I can get one cheaply, I would be happy to try to get the driver working on those devices as well.
|
1.8.6.1 |
| 18-May-2014 |
rmind | sync with head
|
1.8.4.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.4.2 |
| 23-Jun-2013 |
tls | resync from head
|
1.8.4.1 |
| 21-Apr-2013 |
tls | file if_athn_pci.c was added on branch tls-maxphys on 2013-06-23 06:20:18 +0000
|
1.10.8.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.10.4.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.10.4.1 |
| 29-Mar-2014 |
yamt | file if_athn_pci.c was added on branch yamt-pagecache on 2014-05-22 11:40:24 +0000
|
1.12.18.2 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.12.18.1 |
| 12-Jul-2018 |
phil | State save. New kernel config for this brach only. TESTWIFI does produce a kernel. It is not working. athn files not compiling yet and commented out of the TESTWIFI kernel, which only has urtwn 802.11 driver enabled. ieee80211_alq.c and ieee80211_ddb.c not compiling yet.
|
1.12.16.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|