Laptop support for the mss pcm driver.

2000-05-17 Thread Ira L Cooper


For those using the mss pcm driver on laptops, this a patch to
fix the skipping and volume changes that happen after resuming from
hiberation or suspension.  Note that your laptop will not resume playing
music until you close and re-open the sound device using these patches.

The patch is available at http://www.mit.edu/~ira/mss.c.diff 
and it is relative to -STABLE but it should apply cleanly to -CURRENT.

The patch is to src/sys/dev/sound/isa/mss.c.

Please e-mail me with any comments on this patch.

-Ira


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: PROBLEM FOUND (sort of): Re: lpr: order of print requests

2000-05-02 Thread Ira L Cooper


I'd bet it does, quicksort is not a stable sort and all of
your print requests are the same length.

-Ira


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message