Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/acorn32/stand/boot32 Pull up revision 1.8 (req...



details:   https://anonhg.NetBSD.org/src/rev/b72256ac9eb9
branches:  netbsd-2-0
changeset: 561048:b72256ac9eb9
user:      he <he%NetBSD.org@localhost>
date:      Sat May 22 17:12:16 2004 +0000

description:
Pull up revision 1.8 (requested by abs in ticket #369):
  Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c)
  and use instead of bubblesort in acorn32 bootloader. Reduces
  time to sort memory on A710 equipped RiscPC from over twenty
  seconds to effectively instantaneous.  Update boot version
  to 3.30

diffstat:

 sys/arch/acorn32/stand/boot32/version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r abcb754520c9 -r b72256ac9eb9 sys/arch/acorn32/stand/boot32/version
--- a/sys/arch/acorn32/stand/boot32/version     Sat May 22 17:11:58 2004 +0000
+++ b/sys/arch/acorn32/stand/boot32/version     Sat May 22 17:12:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.7 2003/06/03 12:53:47 reinoud Exp $
+$NetBSD: version,v 1.7.4.1 2004/05/22 17:12:16 he Exp $
 
 0.90:  Experimental C version
 0.91:  General cleanup
@@ -23,3 +23,4 @@
 3.06:  fixed non 1Mb-alignment problems for the top 1Mb in the memorymap
 3.10:  Serious loading problems fixed and cleanup code
 3.20:  Redone videomem mapping and top memory search; esp. for smaller machines
+3.30:  Use qsort to significantly speed memory sort



Home | Main Index | Thread Index | Old Index