summaryrefslogtreecommitdiff
path: root/sys/dev/wl
AgeCommit message (Expand)Author
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
2001-07-02Minor style(9) changes before I get going.Warner Losh
2001-07-02Fix a couple of compile warnings because WLDEBUG and WLCACHE wereWarner Losh
2001-07-02Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesWarner Losh
2001-02-06Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp
2001-02-04Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-28Mass update of isa drivers using compatability shims to usePeter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-01Add $FreeBSD$Peter Wemm