Add PCI write posting protection to i2c putbits.
This commit is contained in:
parent
cf33abe43b
commit
578da7ca70
|
|
@ -336,6 +336,7 @@ i830I2CPutBits(I2CBusPtr b, int clock, int data)
|
|||
clock_bits = GPIO_CLOCK_DIR_OUT|GPIO_CLOCK_DIR_MASK|GPIO_CLOCK_VAL_MASK;
|
||||
|
||||
OUTREG(b->DriverPrivate.uval, reserved | data_bits | clock_bits);
|
||||
(void)INREG(b->DriverPrivate.uval);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue