public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing pci_enable_device in megaraid
@ 2004-05-08 16:52 Christoph Hellwig
  2004-05-08 16:55 ` [PATCH] missing pci_set_master " Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2004-05-08 16:52 UTC (permalink / raw)
  To: jejb, Atul.Mukker; +Cc: linux-scsi

--- 1.59/drivers/scsi/megaraid.c	Fri Jan 23 06:37:03 2004
+++ edited/drivers/scsi/megaraid.c	Sat Jan 31 06:52:56 2004
@@ -4644,6 +4644,7 @@
 
 	if (pci_enable_device(pdev))
 		goto out;
+	pci_set_master(pdev);
 
 	pci_bus = pdev->bus->number;
 	pci_dev_func = pdev->devfn;

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

* Re: [PATCH] missing pci_set_master in megaraid
  2004-05-08 16:52 [PATCH] missing pci_enable_device in megaraid Christoph Hellwig
@ 2004-05-08 16:55 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2004-05-08 16:55 UTC (permalink / raw)
  To: jejb, Atul.Mukker; +Cc: linux-scsi

umm, wrong subject - pci_set_master is what's missing.


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

end of thread, other threads:[~2004-05-08 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-08 16:52 [PATCH] missing pci_enable_device in megaraid Christoph Hellwig
2004-05-08 16:55 ` [PATCH] missing pci_set_master " Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox