summaryrefslogtreecommitdiff
path: root/sys/dev/wl
AgeCommit message (Expand)Author
2016-08-19Remove the wl(4) driver and wlconfig(8) utility.John Baldwin
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2014-11-20Various fixes for wl(4):John Baldwin
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-11-19These drivers only set if_timer but never set if_watchdog. Just removeJohn Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2007-03-21Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi
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-06-19Trival whitespace change.David E. O'Brien
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-11-11Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-08-10Fix FBSDid style nit.David E. O'Brien
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-09Move if_wl_i82586.h into sys/dev/wl.Yoshihiro Takahashi
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-05-11Remove unused WL_IRQS macro.John Baldwin
2004-04-15Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo
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
2003-11-14Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler
2003-11-13Try to create some sort of consistency in how the routings to find theDavid E. O'Brien
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-17Get wlread() closer to working. Use m->m_len as the initial value forJohn Hay
2003-04-17Add locking to wlinit().John Hay
2003-04-17Put the spl calls back until we are sure that everything that they coverJohn Hay
2003-04-16Add locking and remove all the spl() calls.John Hay
2003-04-16Get rid of COMPAT_OLDISA and move in the direction of newbus.John Hay
2003-04-16Remove the register keyword.John Hay
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-12-30Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt
2002-11-14network interface driver changes:Sam Leffler
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-02-27Remove support for FreeBSD 2.x from this driver.Warner Losh
2001-09-12KSE Milestone 2Julian Elischer