Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2013 16:32:36 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 222817 for review
Message-ID:  <201303121632.r2CGWa4d075866@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@222817?ac=10

Change 222817 by brooks@brooks_zenith on 2013/03/12 16:31:49

	Number the entry for /dev/map/kernel correctly.  The prior entry
	incorrectly resulted in the map being read only.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4.hints#24 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4.hints#24 (text+ko) ====

@@ -21,10 +21,10 @@
 hint.map.2.name="reserved"
 
 # Kernel on the second chip
-hint.map.5.at="cfid0"
-hint.map.5.start=0x02000000
-hint.map.5.end=0x03fe0000
-hint.map.5.name="kernel"
+hint.map.3.at="cfid0"
+hint.map.3.start=0x02000000
+hint.map.3.end=0x03fe0000
+hint.map.3.name="kernel"
 
 # Area for use by the boot loader
 hint.map.4.at="cfid0"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303121632.r2CGWa4d075866>