Module Name:    src
Committed By:   mhitch
Date:           Mon Nov  9 04:03:19 UTC 2009

Modified Files:
        src/sys/arch/alpha/conf: Makefile.alpha

Log Message:
Loading the kernel at 0xfffffc0000300000 doesn't work on my ES40 when I've
got raid drives configured on the iop(4) adapter and the mlx(4) adapter.
Change the kernel text to 0xfffffc0000430000 (which is where Tru64 has its
kernel).


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/alpha/conf/Makefile.alpha

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/Makefile.alpha
diff -u src/sys/arch/alpha/conf/Makefile.alpha:1.81 src/sys/arch/alpha/conf/Makefile.alpha:1.82
--- src/sys/arch/alpha/conf/Makefile.alpha:1.81	Thu Dec 11 05:27:42 2008
+++ src/sys/arch/alpha/conf/Makefile.alpha	Mon Nov  9 04:03:19 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.alpha,v 1.81 2008/12/11 05:27:42 alc Exp $
+#	$NetBSD: Makefile.alpha,v 1.82 2009/11/09 04:03:19 mhitch Exp $
 
 # Makefile for NetBSD
 #
@@ -61,7 +61,7 @@
 ## (5) link settings
 ##
 LINKFORMAT=	-N
-TEXTADDR?=	fffffc0000300000
+TEXTADDR?=	fffffc0000430000
 ENTRYPOINT=	__transfer
 EXTRA_LINKFLAGS=	-G 4
 STRIPFLAGS=	-g -X

Reply via email to