From: Christoph Hellwig <hch@lst.de>
To: jejb@steeleye.com, Atul.Mukker@lsil.com
Cc: linux-scsi@vger.kernel.org
Subject: [PATCH] missing pci_enable_device in megaraid
Date: Sat, 8 May 2004 18:52:48 +0200 [thread overview]
Message-ID: <20040508165248.GA973@lst.de> (raw)
--- 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;
next reply other threads:[~2004-05-08 16:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-08 16:52 Christoph Hellwig [this message]
2004-05-08 16:55 ` [PATCH] missing pci_set_master in megaraid Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040508165248.GA973@lst.de \
--to=hch@lst.de \
--cc=Atul.Mukker@lsil.com \
--cc=jejb@steeleye.com \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox