aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwi/if_bwi_pci.c
Commit message (Expand)AuthorAgeFilesLines
* bwi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of bwi driverWarner Losh2018-06-131-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Setup the interrupt handler after bwi_attach(). If IRQ is shared, interruptGleb Smirnoff2015-05-271-10/+10
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Add opt_wlan.h includes, so IEEE80211_* configuration changes areAdrian Chadd2012-05-121-0/+2
* Fixes a page fault in bwi_pci_probe() because the array isn't terminatedWeongyo Jeong2010-07-101-1/+2
* Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me toWarner Losh2009-05-181-10/+12
* Cleanup module declarations:Warner Losh2009-05-151-6/+4
* Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver forWarner Losh2009-05-031-0/+253