aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when IWarner Losh2002-04-081-1/+1
* The 3Com 3CRWE62092A (the XJack antenna product) does not have a hostWarner Losh2002-04-051-1/+1
* MFNetBSD:Warner Losh2002-04-041-0/+8
* MFNetBSD:Warner Losh2002-04-043-100/+123
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+2
* o Reduce the gratuitous differences with NetBSD.Warner Losh2002-04-043-60/+34
* It would appear, from preliminary indications, that No Wires NecessaryWarner Losh2002-04-031-2/+0
* Four fixes from NetBSD:Warner Losh2002-04-034-61/+145
* Add some devices from OpenBSD/NetBSD:Warner Losh2002-04-021-1/+6
* First cut at breaking out the bus attachment from the bus independentWarner Losh2002-04-026-473/+612
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-6/+6
* More diff reduction patchesWarner Losh2002-04-012-15/+14
* Merge a little from NetBSD. This changes reduces the diffs between theWarner Losh2002-04-012-25/+14
* Fix type from last commitWarner Losh2002-04-011-2/+2
* Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 byWarner Losh2002-04-012-0/+12
* Identify PRISM 2.5 with ISL37300PWarner Losh2002-03-292-7/+11
* Integrate the air-tools 0.2 from dachb0den labs.Warner Losh2002-03-293-72/+760
* o Rework the identify routine a little, merging it with NetBSD's wi.Warner Losh2002-03-163-50/+45
* Add support for 3Com Airconnect PCI cards.Brooks Davis2002-03-111-0/+1
* Add roaming and microwave oven support. Some minor formatting nits.Warner Losh2002-03-051-12/+58
* Remove __P to reduce diffs with NetBSD and my private tree.Warner Losh2002-03-051-39/+37
* Merge a little from NetBSD.Warner Losh2002-03-051-2/+24
* Add a bunch of cards from NetBSD and maybe other places.Warner Losh2002-03-041-0/+5
* Make 128-bit WEP (aka 104-bit WEP) work with Prism based cards.Brooks Davis2002-03-021-3/+6
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-4/+2
* Add a missing field to the end of array marker in the pci_ids array.Brooks Davis2002-02-261-1/+1
* Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor.Brooks Davis2002-02-122-76/+147
* identify GLPRISM2 PCI WaveLAN/IEEE 802.11Alfred Perlstein2002-01-311-0/+1
* Add support for Linksys WDT11 PCI adaptors.Brooks Davis2002-01-211-0/+1
* put function return types on a line by themselves as per style(9)Alfred Perlstein2001-12-271-32/+62
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Replace %i formatting characters with %d since printf(9) doesn't support %i.Alfred Perlstein2001-12-081-1/+1
* Implement prism2 detection from NetBSD. This mostly obsoletes theWarner Losh2001-12-052-27/+107
* Add Buffalo AirStation 11Mbps CF WLAN card.Warner Losh2001-11-281-0/+1
* Add Linksys Instant Wireless Network PC Card from NetBSDWarner Losh2001-11-191-0/+1
* Hoist the Card/Card2 macros that I invented for the wi driver intoWarner Losh2001-11-151-29/+21
* Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'mWarner Losh2001-11-111-3/+31
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Make this compile when there is no pci bus in your kernel.Warner Losh2001-08-281-5/+20
* Get rid of redundant device_set_desc. Both the PCI and PCCARD versionsNick Sayer2001-08-241-4/+0
* In order for the MA301 to pass interrupts from the PCCard, you mustNick Sayer2001-08-242-2/+23
* Oops. The new pci_ids array should be static.Nick Sayer2001-08-231-1/+1
* Add support for the Netgear MA301 PCI adapter for the MA401.Nick Sayer2001-08-232-6/+15
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-262-1/+379
* Disable the wi driver locking for now. The driver tries to tsleep with theJohn Baldwin2001-05-171-2/+2
* Fix world-breaking typo in previous commit.Greg Lehey2001-05-111-1/+1
* Try to read the station address twice during the probe. I've seenBill Paul2001-05-101-1/+7
* Add more diagnostic output for failure.Alfred Perlstein2001-04-101-13/+36