summaryrefslogtreecommitdiff
path: root/sys/dev/mwl/if_mwl_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* mwl: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+3
* mwl: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-0/+1
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-1/+0
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-0/+1
* Use the correct macro for listing the maximum bus space size.Adrian Chadd2014-12-171-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+3
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-30/+3
* Fix firmware module dependencies.Bernhard Schmidt2010-09-101-1/+1
* Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail onRui Paulo2009-10-221-1/+1
* driver for Marvell 88W8363 Wireless LAN controllerSam Leffler2009-06-011-0/+316