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