* [udev] 'ide' missing in bus_files[]
@ 2003-12-25 19:57 Kay Sievers
2003-12-30 1:02 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2003-12-25 19:57 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
Hi Greg,
my syslog want's to contact you :)
Dec 25 20:37:48 pim udev[2274]: wait_for_device_to_initialize: Did not find bus type 'ide' on list of bus_id_files, contact greg@kroah.com
We need to put 'ide' to the bus_files array,
don't know which file to use...
Please have a look.
Kay
[-- Attachment #2: 03-ide-in-bus-array.diff --]
[-- Type: text/plain, Size: 328 bytes --]
diff -Nru a/namedev.c b/namedev.c
--- a/namedev.c Thu Dec 25 20:54:19 2003
+++ b/namedev.c Thu Dec 25 20:54:19 2003
@@ -255,6 +255,7 @@
} bus_files[] = {
{ .bus = "scsi", .file = "vendor" },
{ .bus = "usb", .file = "idVendor" },
+ { .bus = "ide", .file = "detach_state" },
{ .bus = "pci", .file = "vendor" },
{}
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [udev] 'ide' missing in bus_files[]
2003-12-25 19:57 [udev] 'ide' missing in bus_files[] Kay Sievers
@ 2003-12-30 1:02 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-12-30 1:02 UTC (permalink / raw)
To: linux-hotplug
On Thu, Dec 25, 2003 at 08:57:12PM +0100, Kay Sievers wrote:
>
> Hi Greg,
> my syslog want's to contact you :)
>
> Dec 25 20:37:48 pim udev[2274]: wait_for_device_to_initialize: Did not find bus type 'ide' on list of bus_id_files, contact greg@kroah.com
>
> We need to put 'ide' to the bus_files array,
> don't know which file to use...
Yeah, for now "detach_state" is about the only file we can use for ide
devices. Someday someone will move the info that ide dumps into /proc
into sysfs and we will be able to change this..
Applied, thanks.
greg k-h
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click
_______________________________________________
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] 2+ messages in thread
end of thread, other threads:[~2003-12-30 1:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-25 19:57 [udev] 'ide' missing in bus_files[] Kay Sievers
2003-12-30 1:02 ` Greg KH
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).