Subject: Re: /dev/music weirdness
To: Bill Studenmund <wrstuden@zembu.com>
From: Lennart Augustsson <lennart@mail.augustsson.net>
List: tech-kern
Date: 01/26/2001 21:00:58
Bill Studenmund wrote:
> I think what needs to happen is that we actually need to let the UART
> _finish_ flushing things before we turn it off. :-)
>
> I'd suggest adding a delay loop to eap_midi_close. Off the cuff, something
> like:
Sounds like a good idea, except DON'T USE DELAY(). Sorry for shouting,
but there are far too many delay()s in the kernel. Use tsleep() instead.
-- Lennart