Re: Module auto-unloading (was Re: CVS commit: src/sys/arch/x86/x86)

2011-10-18 Thread Jachym Holecek
# David Young 2011-10-18: > On Tue, Oct 18, 2011 at 11:28:22AM -0400, Jared McNeill wrote: > > I played around with driver module autoloading a while back, and it > > worked pretty well but the implementation I came up with required > > duplicating match data in .plist. > > This sounds like a step

Re: gpio(4) and pulsing pins in software

2011-09-25 Thread Jachym Holecek
# Marc Balmer 2011-09-25: > I recently added code to gpio(4) on jak's request to pulse a pin in > software. The idea is, that when the hardware supports it, a pin is > pulsed by the hardware, if the underlying hardware has no pulsate > support, it can be done in software. While the current code w