PERFORCE change 222817 for review
Brooks Davis
brooks at FreeBSD.org
Tue Mar 12 16:32:37 UTC 2013
http://p4web.freebsd.org/@@222817?ac=10
Change 222817 by brooks at 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"
More information about the p4-projects
mailing list