Project

General

Profile

Feature #389

Updated by Alexander Goncharov almost 2 years ago

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

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

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

Back