* [PATCH] missing pci_set_master in megaraid driver
@ 2004-02-01 15:48 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-02-01 15:48 UTC (permalink / raw)
To: jejb, Atulm; +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] only message in thread
only message in thread, other threads:[~2004-02-01 15:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-01 15:48 [PATCH] missing pci_set_master in megaraid driver Christoph Hellwig
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.