Fix a botched flag clear operation. Rumor has it that this also fixes
the funky-volume-settings-on-startup problem. Reviewed by: the channel that shall not be named MFC after: 7 days
This commit is contained in:
parent
c59db05ae8
commit
475c5eb90b
@ -1390,7 +1390,7 @@ m3_config(struct sc_info *sc)
|
||||
hv_cfg = HV_BUTTON_FROM_GD;
|
||||
|
||||
data = pci_read_config(sc->dev, PCI_ALLEGRO_CONFIG, 4);
|
||||
data &= HV_BUTTON_FROM_GD;
|
||||
data &= ~HV_BUTTON_FROM_GD;
|
||||
data |= REDUCED_DEBOUNCE | HV_CTRL_ENABLE | hv_cfg;
|
||||
data |= PM_CTRL_ENABLE | CLK_DIV_BY_49 | USE_PCI_TIMING;
|
||||
pci_write_config(sc->dev, PCI_ALLEGRO_CONFIG, data, 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user