Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/hpt27xx/hpt27xx_os_bsd.c 252867 2013-07-06 07:49:41Z delphij $
---
> * $FreeBSD: head/sys/dev/hpt27xx/hpt27xx_os_bsd.c 267290 2014-06-09 18:15:05Z jhb $
291,293c291,293
<
< untimeout(os_timer_for_ldm, vbus_ext, vbus_ext->timer);
< vbus_ext->timer = timeout(os_timer_for_ldm, vbus_ext, interval * hz / 1000000);
---
>
> callout_reset(&vbus_ext->timer, interval * hz / 1000000,
> os_timer_for_ldm, vbus_ext);