summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_aue.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_aue.c')
-rw-r--r--sys/dev/usb/if_aue.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index 309c2d64e98..802cf569540 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_aue.c,v 1.71 2008/03/18 12:24:19 jsg Exp $ */
+/* $OpenBSD: if_aue.c,v 1.72 2008/09/10 14:01:23 blambert Exp $ */
/* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -1245,7 +1245,7 @@ aue_tick_task(void *xsc)
aue_start(ifp);
}
- timeout_add(&sc->aue_stat_ch, hz);
+ timeout_add_sec(&sc->aue_stat_ch, 1);
splx(s);
}
@@ -1415,7 +1415,7 @@ aue_init(void *xsc)
splx(s);
- timeout_add(&sc->aue_stat_ch, hz);
+ timeout_add_sec(&sc->aue_stat_ch, 1);
}
int