Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/i386/stand/boot Pull up revision 1.21 (requested...



details:   https://anonhg.NetBSD.org/src/rev/1be45b9e920c
branches:  netbsd-3
changeset: 575946:1be45b9e920c
user:      riz <riz%NetBSD.org@localhost>
date:      Mon May 30 00:23:02 2005 +0000

description:
Pull up revision 1.21 (requested by gavan in ticket #356):
Workaround for issues seen on VIA C3-based systems. PR port-i386/26007
Tested on ML5000 board. This may not fix the problem on all variations
of the
hardware, but it's likely that variations on the theme will. This workaround
is non-intrusive and should not affect any other CPUs.

diffstat:

 sys/arch/i386/stand/boot/Makefile.boot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8a45656bf420 -r 1be45b9e920c sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot    Mon May 30 00:23:01 2005 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot    Mon May 30 00:23:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.18 2004/09/03 21:55:17 thorpej Exp $
+# $NetBSD: Makefile.boot,v 1.18.10.1 2005/05/30 00:23:02 riz Exp $
 
 S=     ${.CURDIR}/../../../../../
 
@@ -67,6 +67,7 @@
 CPPFLAGS+= -DPASS_BIOSGEOM
 CPPFLAGS+= -DPASS_MEMMAP
 #CPPFLAGS+= -DBOOTPASSWD
+CPPFLAGS+= -DEPIA_HACK
 
 # The biosboot code is linked to 'virtual' address of zero and is
 # loaded at physical address 0x10000.



Home | Main Index | Thread Index | Old Index