Re: [PATCH] Lock scd(4): test or the driver will be removed

2014-10-09 Thread John Baldwin
On Wednesday, October 08, 2014 8:23:54 pm Alfred Perlstein wrote: On 10/8/14 11:53 AM, John Baldwin wrote: This patch adds locking to scd(4) and marks it MPSAFE. It also uses bus_*() instead of bus_space_*(). The patch is against HEAD but probably applies to 9 and 10 as well.

[PATCH] Lock scd(4): test or the driver will be removed

2014-10-08 Thread John Baldwin
This patch adds locking to scd(4) and marks it MPSAFE. It also uses bus_*() instead of bus_space_*(). The patch is against HEAD but probably applies to 9 and 10 as well. http://people.freebsd.org/~jhb/patches/scd_locking.patch Note that this driver is using a deprecated API that will be

Re: [PATCH] Lock scd(4): test or the driver will be removed

2014-10-08 Thread Alfred Perlstein
On 10/8/14 11:53 AM, John Baldwin wrote: This patch adds locking to scd(4) and marks it MPSAFE. It also uses bus_*() instead of bus_space_*(). The patch is against HEAD but probably applies to 9 and 10 as well. http://people.freebsd.org/~jhb/patches/scd_locking.patch Note that this driver