summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/i82365.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c
index e23230b7d1a..976ba22419c 100644
--- a/sys/dev/ic/i82365.c
+++ b/sys/dev/ic/i82365.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82365.c,v 1.38 2020/02/25 02:09:22 cheloha Exp $ */
+/* $OpenBSD: i82365.c,v 1.39 2020/03/04 23:19:58 cheloha Exp $ */
/* $NetBSD: i82365.c,v 1.10 1998/06/09 07:36:55 thorpej Exp $ */
/*
@@ -429,7 +429,7 @@ pcic_event_thread(arg)
} else {
splx(s);
/* sleep .25s to be enqueued chatterling interrupts */
- tsleep(pcic_event_thread, PWAIT, "pcicss",
+ tsleep_nsec(pcic_event_thread, PWAIT, "pcicss",
MSEC_TO_NSEC(250));
}
pcic_event_process(h, pe);