| Commit message (Expand) | Author | Age | Files | Lines |
| * | Second part of ALTQ driver modifications, covering: | Max Laier | 2004-08-01 | 1 | -5/+7 |
| * | While setting up a transmit packet disable interupts on the card then | Doug Ambrisko | 2004-06-17 | 1 | -0/+6 |
| * | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh | 2004-05-27 | 1 | -3/+4 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 1 | -1/+1 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | It turns out that the module dependency on pccard is in error. Since | Warner Losh | 2004-05-08 | 1 | -1/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -3/+0 |
| * | Remove the HACK section it breaks the older firmware and doesn't totally | Doug Ambrisko | 2004-01-10 | 1 | -21/+0 |
| * | - Bump up the general and status RID sizes | Doug Ambrisko | 2003-12-30 | 6 | -67/+46 |
| * | Drop the driver lock around calls to if_input to avoid a LOR when | Sam Leffler | 2003-11-14 | 2 | -0/+5 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+3 |
| * | Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a | Warner Losh | 2003-10-08 | 1 | -0/+1 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -3/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -10/+7 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Fix panic from having multiple locks held when updating firmware. AN_LOCK | Doug Ambrisko | 2003-08-20 | 1 | -9/+11 |
| * | - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs! | Doug Ambrisko | 2003-08-20 | 4 | -87/+172 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+2 |
| * | update for new 802.11 support | Sam Leffler | 2003-06-28 | 1 | -8/+8 |
| * | Remove break after return. | Poul-Henning Kamp | 2003-06-01 | 1 | -1/+1 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 3 | -6/+9 |
| * | Don't lock in the attach routine. It isn't required. Register the | Warner Losh | 2003-04-10 | 4 | -37/+44 |
| * | Make sure that pp_name is non-null before setting the device | Warner Losh | 2003-04-10 | 1 | -1/+2 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 4 | -28/+13 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -5/+5 |
| * | an driver now needs wlan, so put the required explicit depends | Warner Losh | 2003-02-17 | 3 | -0/+3 |
| * | - Fixes for suspend/resume code (MPI-350) | Doug Ambrisko | 2003-02-08 | 2 | -51/+54 |
| * | Support for suspend/resume in laptops. Loosely based on the wi(4) patches | Doug Ambrisko | 2003-02-05 | 3 | -0/+41 |
| * | Some small enhancments | Doug Ambrisko | 2003-02-02 | 2 | -63/+69 |
| * | Fix some style and incorrect indentation level bugs. | Doug Ambrisko | 2003-01-30 | 1 | -24/+24 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
| * | Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more | Doug Ambrisko | 2002-12-29 | 5 | -326/+1297 |
| * | Require privilege to flush the signal cache on if_an and if_wi 802.11 | Robert Watson | 2002-12-24 | 1 | -0/+3 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 4 | -17/+12 |
| * | Fix warning where sizeof(size_t) != sizeof(int). | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 2 | -2/+2 |
| * | Fix location and name of if_an_pci.c in comment. | Bill Fenner | 2002-07-27 | 1 | -1/+1 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+2 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -5/+5 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 4 | -51/+49 |
| * | Only allow super user to perform the Linux compatible ioctls since some | Doug Ambrisko | 2002-03-14 | 1 | -0/+4 |
| * | In ad-hoc mode, the "associate" bit is valid to check to see if it is | Doug Ambrisko | 2002-02-26 | 1 | -3/+1 |
| * | Add missing m_free() so we actually drain the send buffer in monitor mode. | Brooks Davis | 2002-02-20 | 1 | -0/+2 |
| * | Staticise the flash buffer, since it isn't needed anywhere else. | Mike Smith | 2002-01-08 | 1 | -1/+1 |
| * | Save stack space by converting areq in sc->areq. | Doug Ambrisko | 2001-12-31 | 1 | -88/+84 |
| * | Fix bugs in the structure for rx_frame by making gap length one byte and | Doug Ambrisko | 2001-12-31 | 3 | -42/+722 |
| * | Minor style problem I introduced recently | Warner Losh | 2001-11-15 | 1 | -4/+4 |
| * | Hoist the Card/Card2 macros that I invented for the wi driver into | Warner Losh | 2001-11-15 | 1 | -9/+4 |