diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2020-03-04 23:19:59 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2020-03-04 23:19:59 +0000 |
commit | fe038c5acf83b36c49eae0e502618c9dc73dc1c6 (patch) | |
tree | 23f4099205b744836c85880eeb1bdb0307368726 /sys/dev/ic | |
parent | 5c8d1003c512fa2abe27c5e729d6604ed87aecc6 (diff) |
fix typo in previous
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/i82365.c | 4 |
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); |