diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2021-02-18 15:47:17 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2021-02-18 15:47:17 +0000 |
| commit | 37ef8d4cd6b570c0882e97826df961a5d6003d07 (patch) | |
| tree | 7db5b20596a0ccb81216ee3f7a0798dba81c252d | |
| parent | 0577e39bec76b23aa099b68d5d1c832cc3823c38 (diff) | |
| -rw-r--r-- | sys/dev/ichiic/ig4_iic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ichiic/ig4_iic.c b/sys/dev/ichiic/ig4_iic.c index b684dc7d87cd..4781154f03c8 100644 --- a/sys/dev/ichiic/ig4_iic.c +++ b/sys/dev/ichiic/ig4_iic.c @@ -267,7 +267,7 @@ wait_intr(ig4iic_softc_t *sc, uint32_t intr) int error; int txlvl = -1; u_int count_us = 0; - u_int limit_us = 25000; /* 25ms */ + u_int limit_us = 1000000; /* 1sec */ for (;;) { /* |
