summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl/if_wl.h
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes for wl(4):jhb2014-11-201-14/+26
| | | | | | | | | | | | | | | - Don't recurse driver mutex. - Don't hold driver mutex across fubyte/subyte. - Replace fubyte/subyte loops with copyin/copyout calls. - Use relatively sane locking in wl_ioctl(). - Use bus space accessors instead of in*()/out*(). - Use callout(9) instead of timeout(9). - Stop watchdog timer in detach and don't hold mutex across bus_teardown_intr(). - Use device_printf() and if_printf(). - De-spl(). Tested by: no one
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Get rid of COMPAT_OLDISA and move in the direction of newbus.jhay2003-04-161-6/+6
|
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* Add $FreeBSD$peter2000-05-011-0/+1
|
* Someday I hope people will learn that "#endif" is not a commenteivind1998-12-091-1/+1
| | | | introducer in ANSI C.
* Add 'wl' Wavelan driver.msmith1997-05-221-0/+120
Obtained from: Jim Binkley <jrb@cs.pdx.edu>
OpenPOWER on IntegriCloud