Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/doc Correct entry for pullup of ticket 972.



details:   https://anonhg.NetBSD.org/src/rev/2494bf78a0d7
branches:  netbsd-1-6
changeset: 529314:2494bf78a0d7
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 10 07:43:40 2002 +0000

description:
Correct entry for pullup of ticket 972.

diffstat:

 doc/CHANGES-1.6.1 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r 9511eb624f7f -r 2494bf78a0d7 doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Sun Nov 10 07:42:08 2002 +0000
+++ b/doc/CHANGES-1.6.1 Sun Nov 10 07:43:40 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.27 2002/11/09 10:23:52 tron Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.28 2002/11/10 07:43:40 tron Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -871,14 +871,6 @@
        discussion on tech-net. This fixes PR 16761 from Jasper Wallace.
        [martin, ticket #226]
 
-sys/dev/audio.c                                        1.156
-
-       When audio recording was paused or dropping samples, the "outp" of the
-       recording ring buffer could overrun the end of the buffer.  When
-       recording resumed, memory after the end of the buffer would be read,
-       sometimes causing a system crash.
-       [gson, ticket #972]
-
 sys/dev/pci/pcidevs                            1.451
 
        Clean up Intel i8254x product names, and add i82540, i82545, and i82546
@@ -928,3 +920,11 @@
        * Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
        [thorpej, ticket #527]
 
+sys/dev/audio.c                                        1.157
+
+       The logic in audio_poll() was incorrect in full duplex mode;
+       among other things, it behaved as if full-duplex audio devices
+       were always ready for writing. Also commented the code in case.
+       This fixes PRs kern/11179 and kern/13829.
+       [gson, ticket #972]
+



Home | Main Index | Thread Index | Old Index