From 206186e6ed159ce6cde38b2f1f1232a074b3610d Mon Sep 17 00:00:00 2001 From: Bret Lambert Date: Fri, 24 Jul 2009 14:13:29 +0000 Subject: timeout_add -> timeout_add_sec ok marco@ --- sys/dev/softraid_aoe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/softraid_aoe.c b/sys/dev/softraid_aoe.c index a0d03c4668a..88362928db8 100644 --- a/sys/dev/softraid_aoe.c +++ b/sys/dev/softraid_aoe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_aoe.c,v 1.7 2009/06/03 17:39:26 ckuethe Exp $ */ +/* $OpenBSD: softraid_aoe.c,v 1.8 2009/07/24 14:13:28 blambert Exp $ */ /* * Copyright (c) 2008 Ted Unangst * Copyright (c) 2008 Marco Peereboom @@ -428,7 +428,7 @@ ragain: IFQ_ENQUEUE(&ifp->if_snd, m, NULL, rv); if ((ifp->if_flags & IFF_OACTIVE) == 0) (*ifp->if_start)(ifp); - timeout_add(&ar->to, hz * 10); + timeout_add_sec(&ar->to, 10); splx(s); if (rv) { -- cgit v1.2.3