aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an
Commit message (Expand)AuthorAgeFilesLines
...
* Remove assignment to uninitialized variable that wasn't then used anyway.Matt Jacob2007-06-081-2/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-233-3/+3
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Silence the strict-alias warnings. Make a trip through (void *) whenWarner Losh2006-02-041-16/+16
* Since the A-Z range is contained in the previous check, the else-if isNate Lawson2006-01-261-3/+2
* Don't leak mbufs and mbuf clusters in several error-handling situationsRobert Watson2006-01-151-0/+4
* If frame length is excessive, don't leak an mbuf and cluster whenRobert Watson2006-01-151-0/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+3
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-6/+0
* MFp4: Remove OLDCARD shimsWarner Losh2005-09-221-27/+13
* MFp4: trivial KNF nitsWarner Losh2005-09-221-6/+1
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftWarner Losh2005-09-221-175/+81
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-12/+12
* Minor style nits.Warner Losh2005-08-031-6/+4
* Do not lock an to check gone flag. Only need to hold the lock to setMaksim Yevmenkin2005-08-021-2/+1
* Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()Maksim Yevmenkin2005-07-271-3/+4
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-4/+4
* Initialize sc->an_ifp when doing if_alloc(). This prevents an(4)Xin LI2005-06-141-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-18/+24
* check copyin/copyout return valuesSam Leffler2005-03-281-14/+24
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-065-5/+5
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-5/+7
* While setting up a transmit packet disable interupts on the card thenDoug Ambrisko2004-06-171-0/+6
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-3/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* Remove the HACK section it breaks the older firmware and doesn't totallyDoug Ambrisko2004-01-101-21/+0
* - Bump up the general and status RID sizesDoug Ambrisko2003-12-306-67/+46
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-142-0/+5
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+3
* Xircom Wireless Ethernet card is a rebadged Cisco 340, but with aWarner Losh2003-10-081-0/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-3/+3
* Use __FBSDID().David E. O'Brien2003-08-244-10/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Fix panic from having multiple locks held when updating firmware. AN_LOCKDoug Ambrisko2003-08-201-9/+11
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!Doug Ambrisko2003-08-204-87/+172
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* update for new 802.11 supportSam Leffler2003-06-281-8/+8
* Remove break after return.Poul-Henning Kamp2003-06-011-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-153-6/+9
* Don't lock in the attach routine. It isn't required. Register theWarner Losh2003-04-104-37/+44
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-034-28/+13
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5