| Age | Commit message (Expand) | Author |
| 2007-06-08 | Remove assignment to uninitialized variable that wasn't then used anyway. | Matt Jacob |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-11-06 | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson |
| 2006-05-16 | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp |
| 2006-02-04 | Silence the strict-alias warnings. Make a trip through (void *) when | Warner Losh |
| 2006-01-26 | Since the A-Z range is contained in the previous check, the else-if is | Nate Lawson |
| 2006-01-15 | Don't leak mbufs and mbuf clusters in several error-handling situations | Robert Watson |
| 2006-01-15 | If frame length is excessive, don't leak an mbuf and cluster when | Robert Watson |
| 2005-11-11 | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov |
| 2005-11-11 | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another | Ruslan Ermilov |
| 2005-09-22 | MFp4: Remove OLDCARD shims | Warner Losh |
| 2005-09-22 | MFp4: trivial KNF nits | Warner Losh |
| 2005-09-22 | MFp4: KNF (mostly remove K&R function definitions). Fix some spaces left | Warner Losh |
| 2005-09-19 | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-08-03 | Minor style nits. | Warner Losh |
| 2005-08-02 | Do not lock an to check gone flag. Only need to hold the lock to set | Maksim Yevmenkin |
| 2005-07-27 | Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free() | Maksim Yevmenkin |
| 2005-06-24 | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh |
| 2005-06-14 | Initialize sc->an_ifp when doing if_alloc(). This prevents an(4) | Xin LI |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-03-28 | check copyin/copyout return values | Sam Leffler |
| 2005-03-05 | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-08-01 | Second part of ALTQ driver modifications, covering: | Max Laier |
| 2004-06-17 | While setting up a transmit packet disable interupts on the card then | Doug Ambrisko |
| 2004-05-27 | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh |
| 2004-05-26 | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh |
| 2004-05-23 | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion |
| 2004-05-08 | It turns out that the module dependency on pccard is in error. Since | Warner Losh |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-14 | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd |
| 2004-01-10 | Remove the HACK section it breaks the older firmware and doesn't totally | Doug Ambrisko |
| 2003-12-30 | - Bump up the general and status RID sizes | Doug Ambrisko |
| 2003-11-14 | Drop the driver lock around calls to if_input to avoid a LOR when | Sam Leffler |
| 2003-10-31 | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis |
| 2003-10-08 | Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a | Warner Losh |
| 2003-09-02 | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-08-22 | Prefer new location of pci include files (which have only been in the | Warner Losh |
| 2003-08-20 | Fix panic from having multiple locks held when updating firmware. AN_LOCK | Doug Ambrisko |
| 2003-08-20 | - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs! | Doug Ambrisko |
| 2003-07-01 | Mega busdma API commit. | Scott Long |
| 2003-06-28 | update for new 802.11 support | Sam Leffler |
| 2003-06-01 | Remove break after return. | Poul-Henning Kamp |
| 2003-04-15 | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd |
| 2003-04-10 | Don't lock in the attach routine. It isn't required. Register the | Warner Losh |
| 2003-04-10 | Make sure that pp_name is non-null before setting the device | Warner Losh |
| 2003-04-03 | Use __FBSDID rather than rcsid[]. | David E. O'Brien |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |