Age | Commit message (Expand) | Author |
2022-03-06 | Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm. | Mark Kettenis |
2022-03-04 | Add support for the BCM4387. The firmware for this variant uses a new scan | Mark Kettenis |
2022-03-02 | The firmware for the bwfm(4) variants in Apple Silicon Macs has variants | Mark Kettenis |
2021-12-27 | Send TxCap and WiFi calibration blobs to the chip. | Patrick Wildt |
2021-12-26 | Add information about TCM rambase and how to check the SR capability for | Patrick Wildt |
2021-12-20 | bus_dmamem_unmap() should not be called from interrupt context, so free | Patrick Wildt |
2021-10-23 | Make sure we have enough space to add padding and final token to the nvram | Mark Kettenis |
2021-08-31 | Implement suspend/resume for bwfm(4) with PCIe backend. We try to send the | Patrick Wildt |
2021-02-26 | Refactor bwfm(4) firmware loading. The PCIe backend will need to be able | Patrick Wildt |
2021-01-31 | Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a | Patrick Wildt |
2020-12-02 | Extract another couple of chunks from main() into helper functions, | Kenneth R Westerback |
2020-05-15 | Some newer bwfm(4) chips from Cypress hold their regulatory | Patrick Wildt |
2020-03-13 | Recognize BCM43341 as a BCM43340 variant. | Patrick Wildt |
2020-03-06 | Process the NVRAM in bwfm(4) itself. So far we have relied on some | Patrick Wildt |
2020-02-25 | Make bwfm(4) call if_input() only once per interrupt. | Patrick Wildt |
2019-07-05 | Since on a SCAN each node is provided in its own event, | Patrick Wildt |
2018-07-17 | TX packets, which can be either Ethernet or control packets, must be | Patrick Wildt |
2018-05-23 | Implement a separate initialization stage so that we can still use | Patrick Wildt |
2018-05-16 | Implement a BCDC control packet mechanism based on the command request | Patrick Wildt |
2018-02-08 | Move bwfm(4) from ifq begin/commit/rollback semantics to the newer | Patrick Wildt |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-07 | Add helper to find out if the chip supports Save/Restore. Will be used | Patrick Wildt |
2018-02-05 | Move event packet handling into a serialized process context to remove | Patrick Wildt |
2018-01-07 | Create multiple transmit flowrings in station mode, four in total, based | Patrick Wildt |
2018-01-05 | To send out packets we need to create a flowring. Acting as station, | Patrick Wildt |
2018-01-03 | Since the PCI attachment code already uses mbufs for RX packets, we can | Patrick Wildt |
2017-12-16 | Implement setting the chip into active mode, as needed for setting up | Patrick Wildt |
2017-12-16 | Add some more Chip IDs to bwfm(4). | Patrick Wildt |
2017-10-21 | Even though letting the firmware handle the handshake is nice from | Patrick Wildt |
2017-10-18 | Add a scan timeout so we can recover if the firmware decides not to | Patrick Wildt |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |