| Commit message (Expand) | Author | Age | Files | Lines |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 3 | -3/+3 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -5/+6 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Silence the strict-alias warnings. Make a trip through (void *) when | imp | 2006-02-04 | 1 | -16/+16 |
* | Since the A-Z range is contained in the previous check, the else-if is | njl | 2006-01-26 | 1 | -3/+2 |
* | Don't leak mbufs and mbuf clusters in several error-handling situations | rwatson | 2006-01-15 | 1 | -0/+4 |
* | If frame length is excessive, don't leak an mbuf and cluster when | rwatson | 2006-01-15 | 1 | -0/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+3 |
* | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another | ru | 2005-11-11 | 1 | -6/+0 |
* | MFp4: Remove OLDCARD shims | imp | 2005-09-22 | 1 | -27/+13 |
* | MFp4: trivial KNF nits | imp | 2005-09-22 | 1 | -6/+1 |
* | MFp4: KNF (mostly remove K&R function definitions). Fix some spaces left | imp | 2005-09-22 | 1 | -176/+82 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -12/+12 |
* | Minor style nits. | imp | 2005-08-03 | 1 | -6/+4 |
* | Do not lock an to check gone flag. Only need to hold the lock to set | emax | 2005-08-02 | 1 | -2/+1 |
* | Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free() | emax | 2005-07-27 | 1 | -3/+4 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -4/+4 |
* | Initialize sc->an_ifp when doing if_alloc(). This prevents an(4) | delphij | 2005-06-14 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -18/+24 |
* | check copyin/copyout return values | sam | 2005-03-28 | 1 | -14/+24 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -2/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 5 | -5/+5 |
* | Second part of ALTQ driver modifications, covering: | mlaier | 2004-08-01 | 1 | -5/+7 |
* | While setting up a transmit packet disable interupts on the card then | ambrisko | 2004-06-17 | 1 | -0/+6 |
* | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | imp | 2004-05-27 | 1 | -3/+4 |
* | Move to generating pccarddevs.h on the fly, both for the kernel and | imp | 2004-05-26 | 1 | -1/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | It turns out that the module dependency on pccard is in error. Since | imp | 2004-05-08 | 1 | -1/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -3/+0 |
* | Remove the HACK section it breaks the older firmware and doesn't totally | ambrisko | 2004-01-10 | 1 | -21/+0 |
* | - Bump up the general and status RID sizes | ambrisko | 2003-12-30 | 6 | -67/+46 |
* | Drop the driver lock around calls to if_input to avoid a LOR when | sam | 2003-11-14 | 2 | -0/+5 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+3 |
* | Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a | imp | 2003-10-08 | 1 | -0/+1 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -3/+3 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 4 | -10/+7 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Fix panic from having multiple locks held when updating firmware. AN_LOCK | ambrisko | 2003-08-20 | 1 | -9/+11 |
* | - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs! | ambrisko | 2003-08-20 | 4 | -87/+172 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+2 |
* | update for new 802.11 support | sam | 2003-06-28 | 1 | -8/+8 |
* | Remove break after return. | phk | 2003-06-01 | 1 | -1/+1 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 3 | -6/+9 |
* | Don't lock in the attach routine. It isn't required. Register the | imp | 2003-04-10 | 4 | -37/+44 |
* | Make sure that pp_name is non-null before setting the device | imp | 2003-04-10 | 1 | -1/+2 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 4 | -28/+13 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | an driver now needs wlan, so put the required explicit depends | imp | 2003-02-17 | 3 | -0/+3 |