Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Final batch of pullups before 1.6.1 (I hope). Cover...



details:   https://anonhg.NetBSD.org/src/rev/1d3c31f91efa
branches:  netbsd-1-6
changeset: 529979:1d3c31f91efa
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Jan 27 06:57:49 2003 +0000

description:
Final batch of pullups before 1.6.1 (I hope). Covers tickets 8
1104-1107,1109-1111,1114,1116-1118 for files:

sys/dev/usb/ohci.c
sys/dev/usb/ohcivar.h
sys/dev/usb/ulpt.c
sys/dev/pci/pcidevs
sys/dev/pci/pcidevs.h
sys/dev/pci/pcidevs_data.h
sys/dev/pci/if_fxp_pci.c
usr.bin/mkdep/mkdep.c
distrib/utils/sysinst/util.c
distrib/utils/sysinst/arch/bebox/md.c
distrib/utils/sysinst/arch/sandpoint/md.c
usr.sbin/etcupdate/etcupdate
usr.sbin/etcupdate/etcupdate.8
lib/libpcap/pcap.3
sys/dev/tc/if_le_tc.c

diffstat:

 doc/CHANGES-1.6.1 |  85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 84 insertions(+), 1 deletions(-)

diffs (96 lines):

diff -r ee93d0bb92c2 -r 1d3c31f91efa doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Mon Jan 27 06:51:37 2003 +0000
+++ b/doc/CHANGES-1.6.1 Mon Jan 27 06:57:49 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.91 2003/01/27 05:46:14 jmc Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.92 2003/01/27 06:57:49 jmc Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -3284,3 +3284,86 @@
 
        This chip should autopad, so just remove the check for len.
        [bouyer, ticket #1098]
+
+sys/dev/usb/ohci.c                             1.123-1.124,1.126-1.127
+                                               1.128-1.131,1.132-1.135
+sys/dev/usb/ohcivar.h                          1.30-1.31
+
+       Clear done_head in the HCCA *before* acknowledging the interrupt.
+       Driver lost some completed transfers under heavy loads.
+       Fix some braindead calls to free memory (only encountered under low 
+         memory conditions).
+       Add some spl calls to protect critical regions. From PR#18440
+       Remove extra call to ohci_rem_ed().  From PR#18448
+       Put some ifdefs around USB_USE_SOFTINTR stuff.
+       Fix several nits:
+       - Call usbd_transfer_complete at splusb.
+       - Fix a botched for loop in ohci_rem_ed.
+       - In ohci_close_pipe, wait 1ms after removing an ED to avoid possible 
+         race condition.
+       Update xfer->frlengths for input isoc transfer.
+       Also fix error handling for isoc transfer somewhat; 
+         usb_transfer_complete shouldn't be called for more than once.
+       Add a couple of le32toh which were missing in the previous.
+       [bad, ticket #1104]
+
+sys/dev/usb/ulpt.c                             1.50-1.51
+
+       Move a quirk tests so the message printed about directionality 
+       is right.
+       [bad, ticket #1105]
+
+sys/dev/usb/ulpt.c                             1.55-1.56
+
+       Don't try to use 1284 mode.
+       [bad, ticket #1106]
+
+sys/dev/usb/ulpt.c                             1.56-1.57
+
+       When detaching a ulpt device, call vdevgone() for the corresponding
+       NOPRIME minor device too.
+       [bad, ticket #1107]
+
+sys/dev/pci/pcidevs                            1.453-1.454 (hand patch)
+sys/dev/pci/pcidevs.h                          1.433.2.16-1.433.2.17 (regen)
+sys/dev/pci/pcidevs_data.h                     1.431.2.16-1.431.2.17 (regen)
+
+       Add Intel 82801E Communications I/O Controller Hub (C-ICH)
+       [masanobu, ticket #1109]
+
+sys/dev/pci/if_fxp_pci.c                       1.23-1.24
+
+       Add support intel C-ICH's embeded Ether MACs.
+       [masanobu, ticket #1110]
+
+usr.bin/mkdep/mkdep.c                          1.11-1.12
+
+       Catch SIGINT, SIGHUP, SIGQUIT and SIGTERM to clear a temporary file.
+       [masanobu, ticket #1111]
+
+distrib/utils/sysinst/util.c                   1.76-1.77
+distrib/utils/sysinst/arch/bebox/md.c          1.25-1.26
+distrib/utils/sysinst/arch/sandpoint/md.c      1.3-1.4
+
+       Add '-O' to pax command line, so that various error conditions don't 
+       try and prompt the user for a new archive.
+       [grant, ticket #1114]
+
+usr.sbin/etcupdate/etcupdate                   1.8-1.9
+usr.sbin/etcupdate/etcupdate.8                 1.1-1.3
+
+       Add a new -a flag (automatically update files which have not been
+       locally modified).
+       [martti, ticket #1116]
+
+lib/libpcap/pcap.3                             1.16-1.18 (via hand patch)
+
+       Make descriptions of pcap_file() and pcap_fileno() match reality.
+       [pooka, ticket #1117]
+
+sys/dev/tc/if_le_tc.c                          1.15-1.16
+
+       Lance chip needs to be accessed in sparse address space for alpha.
+       Fixes Turbochannel Ethernet card on Alpha 3000 systems.
+       [mhitch, ticket #1118]
+



Home | Main Index | Thread Index | Old Index