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

[MiNT] Regression in ethernat.xif



Hi,

because of the change below the driver ethernat.xif isn't able to open
the file ethernat.inf anymore.
Which was the reason behind this change?
Should we fix the driver?

Revision 1.134 / (download) - annotate - [select for diffs] , Sun Feb
3 13:10:41 2013 UTC (10 days, 21 hours ago) by hek
Branch: MAIN
Changes since 1.133: +3 -1 lines
Diff to previous 1.133

set cwd to sysdir for modules

===================================================================
RCS file: /home/cvs/server-root/mint/freemint/sys/init.c,v
rcsdiff: /home/cvs/server-root/mint/freemint/sys/init.c,v: warning:
Unknown phrases like `owner ...;' are present.
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- freemint/sys/init.c	2013/01/29 09:21:33	1.133
+++ freemint/sys/init.c	2013/02/03 13:10:41	1.134
@@ -1,5 +1,5 @@
 /*
- * $Id: init.c,v 1.133 2013/01/29 09:21:33 alanh Exp $
+ * $Id: init.c,v 1.134 2013/02/03 13:10:41 hek Exp $
  *
  * This file has been modified as part of the FreeMiNT project. See
  * the file Changes.MH for details and dates.
@@ -693,6 +693,8 @@
 	boot_print(MSG_init_loading_modules);
 # endif

+	/* set cwd to sysdir for modules */
+	sys_d_setpath(sysdir);
 	/* load the kernel modules */
 	load_all_modules((load_xdd_f | (load_xfs_f << 1)));