Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 15:11:13 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   [PATCHES] Convert various pc98 drivers from timeout() to callout()
Message-ID:  <2960329.SjaRrui0Bt@ralph.baldwin.cx>

next in thread | raw e-mail | index | archive | help
I have three patches to convert various pc98 drivers from timeout() to 
callout().  For the fdc driver I took a more drastic approach and have 
attempted to port the PC98 support into the main fdc driver:

http://people.FreeBSD.org/~jhb/patches/pc98_fdc.patch

The pckbd driver needs a similar change to what I recently comitted to atkbd:

http://people.FreeBSD.org/~jhb/patches/pckbd_callout.patch

For the olpt driver, I just did a simple conversion:

http://people.FreeBSD.org/~jhb/patches/olpt_callout.patch

These patches are against HEAD but likely apply to 9 and 10 as well.

-- 
John Baldwin



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