All of lore.kernel.org
 help / color / mirror / Atom feed
* wait_for_sysfs() "class specific file unavailable" messages for /class/fc_host and /class/fc_transpo
@ 2004-12-02 16:04 James.Smart
  2004-12-02 18:47 ` wait_for_sysfs() "class specific file unavailable" messages Kay Sievers
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: James.Smart @ 2004-12-02 16:04 UTC (permalink / raw)
  To: linux-hotplug

In testing our FC adapters with the latest kernel, we are seeing the following wait_for_sysfs() messages from udev:

Dec  1 10:03:20 xeon1 wait_for_sysfs[13843]: either wait_for_sysfs (udev 039) needs an update to handle the device '/class/fc_host/host35' properly (class specific file unavailable) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net>
Dec  1 10:03:20 xeon1 wait_for_sysfs[13846]: either wait_for_sysfs (udev 039) needs an update to handle the device '/class/fc_transport/target35:0:0' properly (class specific file unavailable) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net>

In looking through the 046 udev sources - I think it implies that udev doesn't recognize the fc_transport or fc_host classes. I know fc_host is new. Additionally, there are some other transports being added to scsi that are not accounted for as well - spi_transport and spi_host (and fc_remote_ports is pending).

I assume this is solved by adding the following lines to udev_sysfs.c:
    { .subsystem = "fc_transport",		.file = NULL },
    { .subsystem = "fc_host",			.file = NULL },

-- James



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2004-12-10 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-02 16:04 wait_for_sysfs() "class specific file unavailable" messages for /class/fc_host and /class/fc_transpo James.Smart
2004-12-02 18:47 ` wait_for_sysfs() "class specific file unavailable" messages Kay Sievers
2004-12-02 22:20 ` wait_for_sysfs() "class specific file unavailable" messages for /class/fc_host and /class/fc_tra Greg KH
2004-12-10 15:05 ` wait_for_sysfs() "class specific file unavailable" messagesfor /class/fc_host and /class/fc_tran James.Smart
2004-12-10 21:05 ` wait_for_sysfs() "class specific file unavailable" messagesfor Kay Sievers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.