Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/evbarm/awin Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/dccc09a3559a
branches: netbsd-7
changeset: 798775:dccc09a3559a
user: snj <snj%NetBSD.org@localhost>
date: Sat Jan 03 05:52:09 2015 +0000
description:
Pull up following revision(s) (requested by martin in ticket #376):
sys/arch/evbarm/awin/awin_machdep.c: revision 1.35, 1.37
Use pinset-func 3 for gmac on BananaPI (value taken from the only working
u-boot driver).
This makes root on NFS and ftp transfers work for me.
diffstat:
sys/arch/evbarm/awin/awin_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3c95a03103f2 -r dccc09a3559a sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c Fri Jan 02 22:44:34 2015 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c Sat Jan 03 05:52:09 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_machdep.c,v 1.8.2.8 2014/11/18 18:19:09 snj Exp $ */
+/* $NetBSD: awin_machdep.c,v 1.8.2.9 2015/01/03 05:52:09 snj Exp $ */
/*
* Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.8.2.8 2014/11/18 18:19:09 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.8.2.9 2015/01/03 05:52:09 snj Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@@ -748,7 +748,7 @@
#if AWIN_BOARD == AWIN_bpi
prop_dictionary_set_cstring(dict, "phy-power", "gmacpwren");
prop_dictionary_set_cstring(dict, "phy-type", "rgmii-bpi");
- prop_dictionary_set_uint8(dict, "pinset-func", 2);
+ prop_dictionary_set_uint8(dict, "pinset-func", 3);
#endif
return;
}
- Prev by Date:
[src/netbsd-7]: src/doc Tickets #365, #366, #367, #368, #370, #371, #372
- Next by Date:
[src/netbsd-7]: src/doc 376
- Previous by Thread:
[src/netbsd-7]: src/doc Tickets #365, #366, #367, #368, #370, #371, #372
- Next by Thread:
[src/netbsd-7]: src/doc 376
- Indexes:
Home |
Main Index |
Thread Index |
Old Index