head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2002.03.07.14.46.22; author wiz; state dead; branches; next 1.3; 1.3 date 2001.12.25.22.08.52; author wiz; state Exp; branches; next 1.2; 1.2 date 2001.07.09.16.31.36; author wiz; state Exp; branches; next 1.1; 1.1 date 2001.04.27.11.28.32; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.04.27.11.28.32; author agc; state Exp; branches; next ; desc @@ 1.4 log @memtest has been renamed to memtest86. @ text @$NetBSD: patch-aa,v 1.3 2001/12/25 22:08:52 wiz Exp $ --- Makefile.orig Wed Oct 24 16:57:16 2001 +++ Makefile @@@@ -6,7 +6,7 @@@@ # # Path for the floppy disk device # -FDISK=/dev/fd0 +FDISK=/dev/fd0a CC=gcc # @ 1.3 log @Update to 2.8. Changes since 2.6: o Eric Biederman reworked the build process making it far simpler and also to produce a network bootable ELF image. o Re-wrote the memory and cache speed detection code. Previuosly the reported numbers were inaccurate for intel CPU's and completely wrong for Athlon/Duron CPU's. o By default the serial console is disabled since this was slowing down testing. o Added CPU detection for Pentium 4. o Expanded workaround for errors caused by BIOS USB keyboard support to include test #5. o Re-worked L1 / L2 cache detection code to provide clearer reporting. o Fixed an obvious bug in the computation of cache and memory speeds. o Changed on-line menu to stay in the menu between option selections. o Fixed bugs in the test restart and redraw code. o Adjusted code size to fix compilation problems with RedHat 7.1. o Misc updates to the documentation. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 2.6 by the maintainer Ben Collver via pkg/13408. Changes since 2.5: * Added workaround for errors caused by BIOS USB keyboard support. * Fixed problems with reporting of 1 GHZ + processor speeds. * Fixed Duron cache detection. * Added screen buffer so that menus will work correctly from a serial console. * The Memtest86 image is now built in ELF format. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 11:28:32 agc Exp $ d3 2 a4 2 --- Makefile.orig Sat Jul 7 23:52:34 2001 +++ Makefile Sat Jul 7 23:54:30 2001 a13 27 @@@@ -69,11 +69,8 @@@@ $(REL_DAT_ADR) -Map mapfile.relo $(OBJS) relo.out: relo - if hash encaps 2> /dev/null; then \ - $(OBJDUMP) -o $(REL_TXT_ADR) relo >relo.out; \ - else \ - $(OBJCOPY) relo relo.out; \ - fi + $(OBJCOPY) relo relo.out + relo.obj: relo.out ld -r -o $@@ -T relo.lds -b binary $^ @@@@ -85,11 +82,7 @@@@ -Map mapfile $(OBJS) head.out: head - if hash encaps 2> /dev/null; then \ - $(OBJDUMP) -o $(TXT_ADR) head >head.out; \ - else \ - $(OBJCOPY) head head.out; \ - fi + $(OBJCOPY) head head.out head.obj: head.out ld -r -o $@@ -T head.lds -b binary $^ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- Makefile.orig Sun Apr 8 22:21:04 2001 +++ Makefile Mon Apr 9 18:41:18 2001 d14 1 a14 1 @@@@ -63,11 +63,7 @@@@ d24 6 a30 5 head.o: head.s as -o $@@ $< @@@@ -76,11 +72,7 @@@@ ld -m elf_i386 -o $@@ -e do_test -Ttext $(TXT_ADR) -Tdata $(DAT_ADR) \ -Map mapfile $(OBJS) d39 2 a40 2 head.s: head.S test.h $(CC) -E -traditional $< -o $@@ @ 1.1.1.1 log @Initial import of memtest-2.5 into the packages collection. This package was provided in PR 12595 by Ben Collver (collver@@linuxfreemail.com) Memtest86 is a thorough, stand alone memory test for i386 architecture systems. BIOS-based memory tests are only a quick check and often miss failures that are detected by Memtest86. @ text @@