I thought it could disable PWM as it did in other arduinos. Why does that happen in the other arduinos then?
Other Arduinos (specifically the AVR-based ones, perhaps others) use the same timer resource for PWM and the Servo library. The microcontroller in the 101 has dedicated PWM hardware resources that don't conflict with the timer.
facchinm:
The 4mA limit was extracted from a prerelease version of the Curie datasheet, and of course didn't consider the final board design.
Using LSF0108 doesn't increase the output current (due to its pass transistor nature) but the final revision of the chip is able to output 20mA from one single pin, so I'm updating the documentation accordingly.