Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/doc Pullup for ticket 452.
details: https://anonhg.NetBSD.org/src/rev/bfaf7648e9ba
branches: netbsd-1-6
changeset: 529294:bfaf7648e9ba
user: tron <tron%NetBSD.org@localhost>
date: Thu Nov 07 08:40:12 2002 +0000
description:
Pullup for ticket 452.
diffstat:
doc/CHANGES-1.6.1 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r c0c877a79fde -r bfaf7648e9ba doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Thu Nov 07 08:33:16 2002 +0000
+++ b/doc/CHANGES-1.6.1 Thu Nov 07 08:40:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.1,v 1.1.2.22 2002/11/06 21:29:49 tron Exp $
+# $NetBSD: CHANGES-1.6.1,v 1.1.2.23 2002/11/07 08:40:12 tron Exp $
A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
@@ -871,3 +871,17 @@
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
+ product IDs.
+ [thorpej, ticket #452]
+
Home |
Main Index |
Thread Index |
Old Index