Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Use MI MBR support code. Fixes disklabe...



details:   https://anonhg.NetBSD.org/src/rev/369629d63767
branches:  trunk
changeset: 334738:369629d63767
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Dec 04 17:05:55 2014 +0000

description:
Use MI MBR support code. Fixes disklabel writing problems during
sysinst.

diffstat:

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

diffs (19 lines):

diff -r 9eef8bcc8a72 -r 369629d63767 sys/arch/evbarm/conf/files.evbarm
--- a/sys/arch/evbarm/conf/files.evbarm Thu Dec 04 16:50:15 2014 +0000
+++ b/sys/arch/evbarm/conf/files.evbarm Thu Dec 04 17:05:55 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.evbarm,v 1.23 2013/08/12 21:19:09 matt Exp $
+#      $NetBSD: files.evbarm,v 1.24 2014/12/04 17:05:55 joerg Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -15,7 +15,8 @@
 # Generic MD files
 file   arch/evbarm/evbarm/autoconf.c
 
-file   arch/arm/arm/disksubr.c
+file   kern/subr_disk_mbr.c                    disk
+
 file   arch/arm/arm/disksubr_acorn.c
 file   arch/arm/arm/disksubr_mbr.c
 



Home | Main Index | Thread Index | Old Index