Module Name:    src
Committed By:   macallan
Date:           Sun Jul 24 21:40:31 UTC 2011

Modified Files:
        src/sys/arch/evbmips/conf: files.gdium

Log Message:
Gdium needs MBR support since the firmware only knows how to boot from e2fs
partition in an MBR


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/conf/files.gdium

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/evbmips/conf/files.gdium
diff -u src/sys/arch/evbmips/conf/files.gdium:1.2 src/sys/arch/evbmips/conf/files.gdium:1.3
--- src/sys/arch/evbmips/conf/files.gdium:1.2	Wed Jun  8 17:47:48 2011
+++ src/sys/arch/evbmips/conf/files.gdium	Sun Jul 24 21:40:31 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.gdium,v 1.2 2011/06/08 17:47:48 bouyer Exp $
+#	$NetBSD: files.gdium,v 1.3 2011/07/24 21:40:31 macallan Exp $
 
 file	arch/evbmips/gdium/gdium_bus_io.c
 file	arch/evbmips/gdium/gdium_bus_mem.c
@@ -10,7 +10,8 @@
 file	arch/evbmips/gdium/machdep.c
 
 file	arch/mips/mips/bus_dma.c
-file	arch/evbmips/evbmips/disksubr.c
+#file	arch/evbmips/evbmips/disksubr.c
+file	kern/subr_disk_mbr.c
 file	arch/evbmips/evbmips/interrupt.c
 
 file	arch/mips/mips/mips3_clock.c

Reply via email to