mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Fix a typo in wbwd so that CRF5 is actually written to the data register
rather than the index register. Reviewed by: bz MFC after: 3 days
This commit is contained in:
parent
0490d34982
commit
63fb0bb621
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236245
@ -638,7 +638,7 @@ wb_attach(device_t dev)
|
||||
*/
|
||||
sc->reg_1 &= ~(WB_LDN8_CRF5_KEYB_P20);
|
||||
write_efir_1(sc, WB_LDN8_CRF5);
|
||||
write_efir_1(sc, sc->reg_1);
|
||||
write_efdr_1(sc, sc->reg_1);
|
||||
|
||||
sc->reg_2 &= ~WB_LDN8_CRF7_CLEAR_MASK;
|
||||
write_efir_1(sc, WB_LDN8_CRF7);
|
||||
|
Loading…
Reference in New Issue
Block a user