Source-Changes-HG archive

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

[src/netbsd-1-4]: src pullups I just did



details:   https://anonhg.NetBSD.org/src/rev/1ee02dac0328
branches:  netbsd-1-4
changeset: 469410:1ee02dac0328
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Sep 18 01:20:22 1999 +0000

description:
pullups I just did

diffstat:

 CHANGES-1.4.2 |  26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r f9d814554b6c -r 1ee02dac0328 CHANGES-1.4.2
--- a/CHANGES-1.4.2     Sat Sep 18 01:12:25 1999 +0000
+++ b/CHANGES-1.4.2     Sat Sep 18 01:20:22 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.24 1999/09/16 03:36:58 itojun Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.25 1999/09/18 01:20:22 cgd Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -358,3 +358,27 @@
 
   Avoid multicast packet loopback from itself during promiscuous mode.
   This makes the driver behave as IFF_SIMPLEX interface in all cases.
+
+sys/dev/ic/elinkxl.c                           1.14
+sys/dev/ic/elinkxlreg.h                                1.2
+
+       Select the right tranceiver type when configuring the driver,
+       and change the timing for the MII code a bit.  Fixes the problem
+       reported in PR#8363 with the MII not being reported
+       correctly.  (cgd)
+
+sys/dev/pci/ncr.c                              1.81
+
+       Make the ncr driver work with more than 5 devices on the same
+       bus.  Fixes PR#6347.  (bouyer)
+
+sys/dev/pci/ncr.c                              1.82
+
+       Make driver build with Tekram EEPROM support enabled.
+       Fixes PR#8141.  (tron)
+
+sys/dev/pci/ncr.c                              1.83
+
+       Zero out DMA memory regions to avoid use of uninitialized
+       memory (and resutling "COMMAND FAILED" errors) on systems
+       which don't clear memory on boot.  (cgd)



Home | Main Index | Thread Index | Old Index