Source-Changes-HG archive

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

[src/netbsd-1-4]: src Today's set:



details:   https://anonhg.NetBSD.org/src/rev/8e431e33ca49
branches:  netbsd-1-4
changeset: 470068:8e431e33ca49
user:      he <he%NetBSD.org@localhost>
date:      Sun Jan 16 18:01:20 2000 +0000

description:
Today's set:
 o Complete the 24bit device on sparc pullup
 o Also update login copyright printout
 o scsipi enhancements
 o i386: don't enter DDB on bad traps when db_onpanic=0

diffstat:

 CHANGES-1.4.2 |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r bff0c865d910 -r 8e431e33ca49 CHANGES-1.4.2
--- a/CHANGES-1.4.2     Sun Jan 16 17:56:45 2000 +0000
+++ b/CHANGES-1.4.2     Sun Jan 16 18:01:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.99 2000/01/16 11:03:37 he Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.100 2000/01/16 18:01:20 he Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -2545,6 +2545,7 @@
    o Default to first serial port if console property is absent.
 
 sys/arch/sparc/sparc/iommu.c                   1.37
+sys/arch/sparc/sparc/vaddrs.h                  1.10
 
   Allow old sbus cards with 24-bit devices (e.g. lance) to be
   configured correctly on sun4m machines.
@@ -2599,6 +2600,7 @@
   interrupt levels.
 
 sys/kern/init_main.c                           1.161
+usr.bin/login/login.c                          1.47
 
   Update the copyright notice to include 2000.
 
@@ -2640,3 +2642,14 @@
   when big (>64MB) high memory is installed, i.e. in a situation
   where DMA reachable memory runs out because of the large buffer
   cache.
+
+sys/dev/scsipi/scsiconf.c                      patch
+sys/dev/scsipi/scsipi_base.c                   patch
+sys/dev/scsipi/scsipiconf.h                    patch
+
+  When probing a SCSI target, do not report an error if the target
+  indicates that LUNs are not supported.
+
+sys/arch/i386/i386/db_interface.c              1.28
+
+  Make sure that DDB isn't invoked on bad traps when db_onpanic=0.



Home | Main Index | Thread Index | Old Index