linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* eth1394 has problems with persistent-net with kernel 2.6.21
@ 2007-05-02  9:19 Matthias Schwarzott
  2007-05-02  9:23 ` Marco d'Itri
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Matthias Schwarzott @ 2007-05-02  9:19 UTC (permalink / raw)
  To: linux-hotplug

Hi!

As eth1394 had some "small" change in Kernel 2.6.21, it now has no 
parent-device, and thus no DRIVERS="?*". So the generated rule for 
persistent-net does no longer apply, and we get the known sympthoms of 
devices called "eth?_rename" and 30sec timeout at boot.


The relevant change to that driver:

--- linux-2.6.20/drivers/ieee1394/eth1394.c      2007-02-21 18:17:20.000000000 
+0100
+++ linux-2.6.21/drivers/ieee1394/eth1394.c      2007-04-27 @@ -585,7 +584,10 
@@
         }

        SET_MODULE_OWNER(dev);
+#if 0
+       /* FIXME - Is this the correct parent device anyway? */
        SET_NETDEV_DEV(dev, &host->device);
+#endif

        priv = netdev_priv(dev);

Matthias
-- 
Matthias Schwarzott (zzam)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-21 13:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-02  9:19 eth1394 has problems with persistent-net with kernel 2.6.21 Matthias Schwarzott
2007-05-02  9:23 ` Marco d'Itri
2007-05-02  9:25 ` Matthias Schwarzott
2007-05-02 11:35 ` Marco d'Itri
2007-05-02 11:50 ` Olivier Blin
2007-05-02 11:58 ` Matthias Schwarzott
2007-05-02 12:10 ` Marco d'Itri
2007-05-21 13:11 ` Matthias Schwarzott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).