Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/doc Tickets 10159, 10164-10165, 10168-10169.
details: https://anonhg.NetBSD.org/src/rev/e2d6f507b78e
branches: netbsd-2
changeset: 564352:e2d6f507b78e
user: riz <riz%NetBSD.org@localhost>
date: Thu Dec 01 20:16:43 2005 +0000
description:
Tickets 10159, 10164-10165, 10168-10169.
diffstat:
doc/CHANGES-2.2 | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 48 insertions(+), 1 deletions(-)
diffs (60 lines):
diff -r 171e86a55902 -r e2d6f507b78e doc/CHANGES-2.2
--- a/doc/CHANGES-2.2 Thu Dec 01 20:14:40 2005 +0000
+++ b/doc/CHANGES-2.2 Thu Dec 01 20:16:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.2,v 1.1.2.15 2005/12/01 16:29:20 riz Exp $
+# $NetBSD: CHANGES-2.2,v 1.1.2.16 2005/12/01 20:16:43 riz Exp $
A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.2
release
@@ -248,3 +248,50 @@
Missing __{BEGIN,END}_DECLS.
[oster, ticket #8833]
+sys/dev/ic/an.c 1.33 via patch
+sys/dev/ic/anvar.h 1.9 via patch
+
+ Fix two bugs: frames were bogusly discarded with the complaint
+ "oversize frame." Also, some an(4) instances (esp. w/ firmware
+ version 5+) would not reliably interoperate with some Cisco APs.
+ Thanks to Jim Miller for his valuable bug reports and testing, and
+ to Dheeraj Reddy for RID-length patches.
+ [jnemeth, ticket #10159]
+
+sys/arch/sgimips/stand/sgivol/sgivol.c 1.10
+
+ 0 is a success code for ioctl(). Fixes install problem introduced by
+ revision 1.9 last November.
+ [tsutsui, ticket #10164]
+
+sbin/fdisk/fdisk.c 1.82 via patch
+
+ Fix intuit_translated_geometry() calculation. PR#26917.
+ [tsutsui, ticket #10165]
+
+sys/dev/ic/esiop.c 1.34 via patch
+sys/dev/ic/esiopvar.h 1.13 via patch
+sys/dev/ic/siop.c 1.79 via patch
+sys/dev/ic/siopvar.h 1.22 via patch
+sys/dev/ic/siopvar_common.h 1.33 via patch
+sys/dev/microcode/siop/esiop.ss 1.20 via patch
+sys/dev/microcode/siop/esiop.out regen
+sys/dev/microcode/siop/siop.ss 1.20 via patch
+sys/dev/microcode/siop/siop.out regen
+
+ Some drives disconnect after the last data phase without a save
+ data pointer message. In such case we would not update resid with
+ the proper value (eventually resid would not be updated at all if
+ there was only one data phase). To fix this, have the script save
+ the offset in the data tables at disconnect time if there was a
+ transfer, and use this to compute the resid if the current offset
+ is 0. Problem reported and patch tested by edwin, Roy Bixler and
+ YAMAMOTO Takashi. Fix kern/31990 by YAMAMOTO Takashi.
+ [bouyer, ticket #10168]
+
+sys/dev/pci/if_bgereg.h 1.29
+
+ Remove unnecessary byteswap code so that bge(4) should work
+ at least on macppc.
+ [tsutsui, ticket #10169]
+
Home |
Main Index |
Thread Index |
Old Index