Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2014 15:36:59 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        current@freebsd.org
Subject:   [PATCH] Replace timeout(9) with callout(9) in ips(4)
Message-ID:  <201408141536.59446.jhb@freebsd.org>

next in thread | raw e-mail | index | archive | help
This patch converts the ips(4) driver to the callout(9) API and adds 
additional locking to remove its use of Giant.  The patch is against HEAD but 
probably applies to 9 and 10 as well.  Please test with INVARIANTS enabled.

http://www.FreeBSD.org/~jhb/patches/ips_callout.patch

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408141536.59446.jhb>