Project

General

Profile

Feature #389

Updated by Alexander Goncharov almost 2 years ago

See the comment thread in the linked patch. 

 From the patch: 
 Resetting the bit to zero can be done in `*_shutdown` `atahpt_shutdown` by reading the register, set it (for example, `reg &= ~(1 << 24)`) 24)` and write it back with `pci_write_long(dev, SOME_SPECIAL_REG, REG_FLASH_ACCESS, reg)`. 

 It's related to next programmers: 
 * atahpt.c 
 * gfxnvidia.c 
 * it8212.c 

 See the comment thread in the linked patch for more details.

Back