Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeout

on old Yukon II controllers.

Tested by:	bsam
MFC after:	2 weeks
This commit is contained in:
Pyun YongHyeon 2014-02-07 05:08:59 +00:00
parent 7fc3a5ec6b
commit f6f20128c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261577

View File

@ -3750,9 +3750,6 @@ msk_intr(void *xsc)
if ((status & Y2_IS_STAT_BMU) != 0 && domore == 0)
CSR_WRITE_4(sc, STAT_CTRL, SC_STAT_CLR_IRQ);
/* Clear TWSI IRQ. */
if ((status & Y2_IS_TWSI_RDY) != 0)
CSR_WRITE_4(sc, B2_I2C_IRQ, 1);
/* Reenable interrupts. */
CSR_WRITE_4(sc, B0_Y2_SP_ICR, 2);