| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when I | Warner Losh | 2002-04-08 | 1 | -1/+1 |
| * | The 3Com 3CRWE62092A (the XJack antenna product) does not have a host | Warner Losh | 2002-04-05 | 1 | -1/+1 |
| * | MFNetBSD: | Warner Losh | 2002-04-04 | 1 | -0/+8 |
| * | MFNetBSD: | Warner Losh | 2002-04-04 | 3 | -100/+123 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+2 |
| * | o Reduce the gratuitous differences with NetBSD. | Warner Losh | 2002-04-04 | 3 | -60/+34 |
| * | It would appear, from preliminary indications, that No Wires Necessary | Warner Losh | 2002-04-03 | 1 | -2/+0 |
| * | Four fixes from NetBSD: | Warner Losh | 2002-04-03 | 4 | -61/+145 |
| * | Add some devices from OpenBSD/NetBSD: | Warner Losh | 2002-04-02 | 1 | -1/+6 |
| * | First cut at breaking out the bus attachment from the bus independent | Warner Losh | 2002-04-02 | 6 | -473/+612 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -6/+6 |
| * | More diff reduction patches | Warner Losh | 2002-04-01 | 2 | -15/+14 |
| * | Merge a little from NetBSD. This changes reduces the diffs between the | Warner Losh | 2002-04-01 | 2 | -25/+14 |
| * | Fix type from last commit | Warner Losh | 2002-04-01 | 1 | -2/+2 |
| * | Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 by | Warner Losh | 2002-04-01 | 2 | -0/+12 |
| * | Identify PRISM 2.5 with ISL37300P | Warner Losh | 2002-03-29 | 2 | -7/+11 |
| * | Integrate the air-tools 0.2 from dachb0den labs. | Warner Losh | 2002-03-29 | 3 | -72/+760 |
| * | o Rework the identify routine a little, merging it with NetBSD's wi. | Warner Losh | 2002-03-16 | 3 | -50/+45 |
| * | Add support for 3Com Airconnect PCI cards. | Brooks Davis | 2002-03-11 | 1 | -0/+1 |
| * | Add roaming and microwave oven support. Some minor formatting nits. | Warner Losh | 2002-03-05 | 1 | -12/+58 |
| * | Remove __P to reduce diffs with NetBSD and my private tree. | Warner Losh | 2002-03-05 | 1 | -39/+37 |
| * | Merge a little from NetBSD. | Warner Losh | 2002-03-05 | 1 | -2/+24 |
| * | Add a bunch of cards from NetBSD and maybe other places. | Warner Losh | 2002-03-04 | 1 | -0/+5 |
| * | Make 128-bit WEP (aka 104-bit WEP) work with Prism based cards. | Brooks Davis | 2002-03-02 | 1 | -3/+6 |
| * | Add the following functions/macros to support byte order conversions and | Thomas Moestl | 2002-02-27 | 1 | -4/+2 |
| * | Add a missing field to the end of array marker in the pci_ids array. | Brooks Davis | 2002-02-26 | 1 | -1/+1 |
| * | Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor. | Brooks Davis | 2002-02-12 | 2 | -76/+147 |
| * | identify GLPRISM2 PCI WaveLAN/IEEE 802.11 | Alfred Perlstein | 2002-01-31 | 1 | -0/+1 |
| * | Add support for Linksys WDT11 PCI adaptors. | Brooks Davis | 2002-01-21 | 1 | -0/+1 |
| * | put function return types on a line by themselves as per style(9) | Alfred Perlstein | 2001-12-27 | 1 | -32/+62 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -2/+2 |
| * | Replace %i formatting characters with %d since printf(9) doesn't support %i. | Alfred Perlstein | 2001-12-08 | 1 | -1/+1 |
| * | Implement prism2 detection from NetBSD. This mostly obsoletes the | Warner Losh | 2001-12-05 | 2 | -27/+107 |
| * | Add Buffalo AirStation 11Mbps CF WLAN card. | Warner Losh | 2001-11-28 | 1 | -0/+1 |
| * | Add Linksys Instant Wireless Network PC Card from NetBSD | Warner Losh | 2001-11-19 | 1 | -0/+1 |
| * | Hoist the Card/Card2 macros that I invented for the wi driver into | Warner Losh | 2001-11-15 | 1 | -29/+21 |
| * | Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'm | Warner Losh | 2001-11-11 | 1 | -3/+31 |
| * | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | Warner Losh | 2001-11-11 | 1 | -3/+3 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -0/+1 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 1 | -1/+1 |
| * | Make this compile when there is no pci bus in your kernel. | Warner Losh | 2001-08-28 | 1 | -5/+20 |
| * | Get rid of redundant device_set_desc. Both the PCI and PCCARD versions | Nick Sayer | 2001-08-24 | 1 | -4/+0 |
| * | In order for the MA301 to pass interrupts from the PCCard, you must | Nick Sayer | 2001-08-24 | 2 | -2/+23 |
| * | Oops. The new pci_ids array should be static. | Nick Sayer | 2001-08-23 | 1 | -1/+1 |
| * | Add support for the Netgear MA301 PCI adapter for the MA401. | Nick Sayer | 2001-08-23 | 2 | -6/+15 |
| * | Currently, each wireless networking driver has it's own control program | Poul-Henning Kamp | 2001-05-26 | 2 | -1/+379 |
| * | Disable the wi driver locking for now. The driver tries to tsleep with the | John Baldwin | 2001-05-17 | 1 | -2/+2 |
| * | Fix world-breaking typo in previous commit. | Greg Lehey | 2001-05-11 | 1 | -1/+1 |
| * | Try to read the station address twice during the probe. I've seen | Bill Paul | 2001-05-10 | 1 | -1/+7 |
| * | Add more diagnostic output for failure. | Alfred Perlstein | 2001-04-10 | 1 | -13/+36 |