Source-Changes-HG archive

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

[src/netbsd-2]: src/doc Tickets 5590, 5598, 5600, 5602, 5603.



details:   https://anonhg.NetBSD.org/src/rev/d06fe19d2552
branches:  netbsd-2
changeset: 563990:d06fe19d2552
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Aug 22 22:12:53 2005 +0000

description:
Tickets 5590, 5598, 5600, 5602, 5603.

diffstat:

 doc/CHANGES-2.1 |  42 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 41 insertions(+), 1 deletions(-)

diffs (53 lines):

diff -r a7ec2971c6b0 -r d06fe19d2552 doc/CHANGES-2.1
--- a/doc/CHANGES-2.1   Mon Aug 22 22:10:48 2005 +0000
+++ b/doc/CHANGES-2.1   Mon Aug 22 22:12:53 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1,v 1.1.2.165 2005/08/22 02:02:34 riz Exp $
+#      $NetBSD: CHANGES-2.1,v 1.1.2.166 2005/08/22 22:12:53 riz Exp $
 
 A complete list of changes from the NetBSD 2.0 release to the NetBSD 2.1 
 release
@@ -3424,3 +3424,43 @@
        Noted by David H. Gutteridge in PR port-i386/28663.
        [rpaulo, ticket #5594]
 
+sys/dev/ic/aic7xxx.c                           1.115
+
+       We can't free struct ahc_softc on NetBSD either, because it comes from
+       config(9). Fix a corruption on alldevs list when an ahc device fails to
+       initialise.
+       [bouyer, ticket #5590]
+
+sys/kern/uipc_socket.c                         1.105 via patch
+
+       PR/26210: Matthew Mondor: Since revision 1.14 when net-2 was merged,
+       the code to do receive packet accounting has been disabled for no
+       apparent reason. Re-enable it.
+       [christos, ticket #5598]
+
+distrib/utils/sysinst/msg.mi.de                        1.22
+
+       Fix PR/31023 completely - the messages should not have been
+       displayed at all...
+       [martin, ticket #5600]
+
+sys/dev/pci/piixide.c                          1.24
+
+       Not all PIIX are wired to compat mode these days. Problem reported
+       and fix tested by Havard Eidnes.
+       [bouyer, ticket #5602]
+
+sys/dev/ic/wdc.c                               1.226,1.229 via patch
+
+       The ATA/ATAPI IDENTIFY data were designed to be converted on the fly to
+       host byte order (eventually the byte swapping could be wired in
+       hardware, on the 16 bit data bus). This was kept when
+       wdc_exec_command() was created, and as a result wdc_exec_command()
+       is doing 16bit conversion to host byte order. This is fine for
+       IDENTIFY but doesn't work for other opaque data structure, such
+       as the ones for SMART.  So change wdc_exec_command() to
+       do the conversion to host byte order only for WDCC_IDENTIFY
+       and ATAPI_IDENTIFY_DEVICE. This fixes atactl smart status
+       on big-endian hosts.
+       [bouyer, ticket #5603]
+



Home | Main Index | Thread Index | Old Index