Does this fix it for you? I haven't figured out how to trigger it yet. 

[EMAIL PROTECTED] drm-bk]$ bk -r diffs -u
===== linux-core/drm_drv.c 1.11 vs edited =====
--- 1.11/linux-core/drm_drv.c   2004-10-18 22:58:26 -04:00
+++ edited/linux-core/drm_drv.c 2004-10-20 00:33:20 -04:00
@@ -329,6 +329,8 @@
                                               pid->subvendor, pid->subdevice,
                                               pdev))) {
                                /* stealth mode requires a manual probe */
+                               if (!pdev->driver)
+                                       pdev->driver = &driver->pci_driver;
                                pci_dev_get(pdev);
                                drm_get_dev(pdev, &pciidlist[i], driver);
                        }
[EMAIL PROTECTED] drm-bk]$ bk -r diffs -u >../patch
[EMAIL PROTECTED] drm-bk]$

-- 
Jon Smirl
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to