Page MenuHomeFreeBSD

rtwn: add rtwn_efuse_preread
Needs ReviewPublic

Authored by vexeduxr on Fri, Aug 21, 11:42 PM.
Tags
None
Referenced Files
F167512097: D59106.id184706.diff
Sat, Aug 22, 9:41 AM
F167511577: D59106.diff
Sat, Aug 22, 9:37 AM
F167480384: D59106.diff
Sat, Aug 22, 3:00 AM
Subscribers

Details

Reviewers
adrian
avos
kevlo
Group Reviewers
wireless
Summary

This would be used to switch to the "WiFi bank" before reading the rom.
The 8723bu will need this, currently a nop on all chips.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 75960
Build 72843: arc lint + arc unit

Event Timeline

These two patches are precursors to adding support for the rtl8723bu. The main patch is mostly complete, but I'm still chipping away at cleaning it up. Adrian suggested we just get these out of the way now. The non cleaned up version can be found here: https://github.com/freebsd/freebsd-src/compare/main...VexedUXR:freebsd-src:rtwn

bz edited reviewers, added: wireless; removed: bz.

These two patches are precursors to adding support for the rtl8723bu. The main patch is mostly complete, but I'm still chipping away at cleaning it up. Adrian suggested we just get these out of the way now. The non cleaned up version can be found here: https://github.com/freebsd/freebsd-src/compare/main...VexedUXR:freebsd-src:rtwn

I scrolled through the github diff a bit; there's some cleanup to be done. I hope one of the others will help you go get it into good shape.