cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c src/sys/kern
kern_synch.c subr_taskqueue.c src/sys/sys systm.h taskqueue.h
Scott Long
scottl at samsco.org
Thu Jul 6 16:00:02 UTC 2006
Gleb Smirnoff wrote:
> glebius 2006-07-06 08:32:50 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_6)
> sys/dev/acpica/Osd OsdSchedule.c
> sys/kern kern_synch.c subr_taskqueue.c
> sys/sys systm.h taskqueue.h
> Log:
> MFC: sync taskqueue api with HEAD modulo preserving the calling
> convention for taskqueue_create
>
> This is replay of [1], that was backed out before 6.1-RELEASE
> due to breaking ACPI on certain laptops. The [2] commit has
> fixed this problem. bsam@, who once reported the breakage
> confirms that after [2] the problem has vanished and now it
> is safe to merge [1] again.
>
> [1] http://lists.freebsd.org/pipermail/cvs-src/2006-March/061203.html
> [2] http://lists.freebsd.org/pipermail/cvs-src/2006-June/065256.html
>
> Tested by: bsam
>
> Revision Changes Path
> 1.32.2.6 +1 -24 src/sys/dev/acpica/Osd/OsdSchedule.c
> 1.270.2.6 +82 -0 src/sys/kern/kern_synch.c
> 1.27.2.4 +134 -126 src/sys/kern/subr_taskqueue.c
> 1.234.2.5 +1 -0 src/sys/sys/systm.h
> 1.14.2.3 +34 -6 src/sys/sys/taskqueue.h
Thanks a lot for doing this. Is if_em next on your list?
Scott
More information about the cvs-all
mailing list