Module Name:    src
Committed By:   snj
Date:           Sun Nov 15 05:49:30 UTC 2009

Modified Files:
        src/sys/arch/alpha/conf [netbsd-5]: Makefile.alpha

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #1135):
        sys/arch/alpha/conf/Makefile.alpha: revision 1.82
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.80.4.1 -r1.80.4.2 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.80.4.1 src/sys/arch/alpha/conf/Makefile.alpha:1.80.4.2
--- src/sys/arch/alpha/conf/Makefile.alpha:1.80.4.1	Fri Aug  7 18:33:48 2009
+++ src/sys/arch/alpha/conf/Makefile.alpha	Sun Nov 15 05:49:30 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.alpha,v 1.80.4.1 2009/08/07 18:33:48 snj Exp $
+#	$NetBSD: Makefile.alpha,v 1.80.4.2 2009/11/15 05:49:30 snj 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