Source-Changes-HG archive

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

[src/netbsd-1-4]: src One more, plus edited some previous entries to conform



details:   https://anonhg.NetBSD.org/src/rev/a82bc427eaab
branches:  netbsd-1-4
changeset: 469412:a82bc427eaab
user:      he <he%NetBSD.org@localhost>
date:      Sat Sep 18 19:07:46 1999 +0000

description:
One more, plus edited some previous entries to conform
to what appears to be the convention.

diffstat:

 CHANGES-1.4.2 |  28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diffs (48 lines):

diff -r c9edcb18c349 -r a82bc427eaab CHANGES-1.4.2
--- a/CHANGES-1.4.2     Sat Sep 18 18:24:57 1999 +0000
+++ b/CHANGES-1.4.2     Sat Sep 18 19:07:46 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.25 1999/09/18 01:20:22 cgd Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.26 1999/09/18 19:07:46 he Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -362,23 +362,27 @@
 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)
+  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)
+  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)
+  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)
+  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)
+
+sys/dev/wscons/wsemul_vt100_keys.c              1.3
+
+  Map the Home and End keys as xterm does. (drochner)



Home | Main Index | Thread Index | Old Index