mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Don't be noisy in case of shared interrupts.
This commit is contained in:
parent
4f5d0153e4
commit
65cdc7a7c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156573
@ -97,6 +97,7 @@ upd7210intr(void *arg)
|
||||
isr1 = upd7210_rd(u, ISR1);
|
||||
isr2 = upd7210_rd(u, ISR2);
|
||||
if (u->busy == 0 || u->irq == NULL || !u->irq(u, 1)) {
|
||||
#if 0
|
||||
printf("upd7210intr [%02x %02x %02x",
|
||||
upd7210_rd(u, DIR), isr1, isr2);
|
||||
printf(" %02x %02x %02x %02x %02x] ",
|
||||
@ -107,6 +108,7 @@ upd7210intr(void *arg)
|
||||
upd7210_rd(u, ADR1));
|
||||
upd7210_print_isr(isr1, isr2);
|
||||
printf("\n");
|
||||
#endif
|
||||
}
|
||||
mtx_unlock(&u->mutex);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user