Source-Changes-HG archive

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

[src/netbsd-1-4]: src Recent pullups:



details:   https://anonhg.NetBSD.org/src/rev/55f511205447
branches:  netbsd-1-4
changeset: 469630:55f511205447
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 20 23:53:56 1999 +0000

description:
Recent pullups:
 o macppc memory params.
 o pmax release-building and install stuff
 o ldconfig
 o audiorecord doc fix
 o Realtek ethernet driver back-port
 o kern_time minor fix
 o scsi quirks

diffstat:

 CHANGES-1.4.2 |  61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 60 insertions(+), 1 deletions(-)

diffs (72 lines):

diff -r 9cfef73c8bb5 -r 55f511205447 CHANGES-1.4.2
--- a/CHANGES-1.4.2     Wed Oct 20 23:48:33 1999 +0000
+++ b/CHANGES-1.4.2     Wed Oct 20 23:53:56 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.63 1999/10/19 16:51:45 he Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.64 1999/10/20 23:53:56 he Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -817,3 +817,62 @@
   port, but modified in that macppc searches for netbsd-partitioned
   disks before MacOS partitioned disks, since installboot generates a
   fake MacOS partition table which isn't the one we want to use.
+
+sys/arch/macppc/include/vmparam.h              1.9
+sys/arch/macppc/include/param.h                        1.5-1.6
+
+  Fix "panic: startup: cannot allocate VM for buffers" right after
+  copyright message when RAM > approx. 128MB.
+  Move kernel segment base to 0xf00000, some Power Macintosh 9500s
+  won't boot witht he old value.
+
+sys/arch/powerpc/powerpc/pmap.c                        1.24
+
+  Make sure we only use addresses inside the available memory region
+  in pmap_bootstrap.
+
+distrib/notes/pmax/install                     1.21
+
+  Include the root-path in the booptab and dhcpd.conf examples.
+
+distrib/utils/sysinst/arch/pmax/md.c           1.34
+
+  During a custom partition layout, don't create an empty /usr
+  partition that newfs fails on if / and swap take up the entire disk.
+
+distrib/pmax/Makefile.inc                      1.2
+distrib/pmax/instkernel/Makefile               1.5-1.11
+distrib/pmax/ramdisk/Makefile                  1.4-1.9
+etc/etc.pmax/Makefile.inc                      1.4-1.5
+
+  Bring pmax release building machinery up-to-date.
+
+sbin/ldconfig/ldconfig.c                       1.23-1.25
+
+  Do not handle a missing /etc/ld.so.conf as a fatal error,
+  and plug a file descriptor leak.
+
+usr.bin/audio/record/audiorecord.1             1.6-1.7
+
+  Document AUDIODEVICE and AUDIOCTLDEVICE environment variables
+  and the -t option.
+
+sys/arch/i386/conf/GENERIC                     1.255
+sys/dev/pci/files.pci                          1.57
+sys/dev/pci/pcidevs                            patch
+sys/dev/pci/pcidevs_data.h                     regenerate
+sys/dev/pci/pcidevs.h                          regenerate
+sys/dev/pci/if_rl.c                            1.2 + patch (new)
+sys/dev/pci/if_rlreg.h                         1.1 (new)
+
+  Back-port of the Realtek ethernet driver.
+
+sys/kern/kern_time.c                           1.41
+
+  If time delta is larger than thresh, use 10* adjustment factor.
+  Make this work for negative deltas too.  Fixes PR#8589.
+
+sys/dev/scsipi/scsiconf.c                      1.129-1.130
+
+  Add quirks for Toshiba XM-3401TA SCSI CD-ROM and CDU-561 CD-ROM,
+  fixing PR#7438 and PR#8608.



Home | Main Index | Thread Index | Old Index