Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 14:30:32 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        scsi@freebsd.org
Cc:        nyan@freebsd.org, non@freebsd.org
Subject:   [PATCH] Convert scsi_low from timeout(9) to callout(9)
Message-ID:  <201208311430.32959.jhb@freebsd.org>

next in thread | raw e-mail | index | archive | help
I have a patch to convert the scsi_low code from using the deprecated 
timeout(9) API to using callout(9) instead.  Is anyone able to review or test 
this patch?  I have not attempted to add locking to scsi_low as I don't know 
it well enough to know the various entry/exit points, etc.  Also, it still has 
a lot of compat shims to work on NetBSD.  I can't seem to find a scsi_low.c on 
NetBSD at all anymore.  Do we still need NetBSD compat shims?  If not, 
trimming those would make this code far more readable.

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

-- 
John Baldwin



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