aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn/if_bwn_pci.c
Commit message (Expand)AuthorAgeFilesLines
* bwn: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-2/+2
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-2/+2
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-2/+2
* Add PNP info to PCI attachment of bwn driverWarner Losh2018-06-131-0/+4
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-051-13/+2
* bhnd/bwn(4): Define a bhnd(4) softmodem device class for the v.90 modemLandon J. Fuller2018-01-191-4/+10
* bwn(4): Add missing BCM4306 PCI IDs.Landon J. Fuller2018-01-191-0/+3
* bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced inLandon J. Fuller2018-01-171-2/+2
* Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225.Landon J. Fuller2017-12-141-0/+1
* Introduce bwn(4) support for the bhnd(4) bus.Landon J. Fuller2017-12-021-31/+30
* bwn(4): ignore BCM4321's unpopulated USB11 host controller core.Landon J. Fuller2016-09-051-3/+8
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-1/+12
* [bwn] add BCM43225 to the BHND device list.Adrian Chadd2016-05-241-0/+1
* [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropri...Adrian Chadd2016-05-161-0/+3
* [bwn] [bhnd] initial support for using bhnd for if_bwn devices.Adrian Chadd2016-05-041-0/+288