Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf Gdium needs MBR support since the firm...



details:   https://anonhg.NetBSD.org/src/rev/1c8d01c71856
branches:  trunk
changeset: 767617:1c8d01c71856
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Jul 24 21:40:31 2011 +0000

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

diffstat:

 sys/arch/evbmips/conf/files.gdium |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 50bda1eeac12 -r 1c8d01c71856 sys/arch/evbmips/conf/files.gdium
--- a/sys/arch/evbmips/conf/files.gdium Sun Jul 24 20:15:09 2011 +0000
+++ b/sys/arch/evbmips/conf/files.gdium Sun Jul 24 21:40:31 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index