From: "Todd M. Roy" <troy@holstein.com>
To: andre@linux-ide.org
Cc: linux-kernel@vger.kernel.org
Subject: patch for ide.2.4.5-ac8
Date: Tue, 5 Jun 2001 19:08:37 GMT [thread overview]
Message-ID: <200106051908.f55J8bS32044@pcx4168.holstein.com> (raw)
Andre,
Minor typo fix:
--- ide-dma.c.~1~ Tue Jun 5 14:39:06 2001
+++ ide-dma.c Tue Jun 5 15:04:54 2001
@@ -708,15 +708,15 @@
if ((!dma_base) && (!second_chance)) {
unsigned long set_bmiba = 0;
second_chance++;
- switch(dev->vender) {
- PCI_VENDOR_ID_AL:
- set_bmiba = DEFAULT_BMALIBA; break;
- PCI_VENDOR_ID_VIA:
- set_bmiba = DEFAULT_BMCRBA; break;
- PCI_VENDOR_ID_INTEL:
- set_bmiba = DEFAULT_BMIBA; break;
- default:
- return dma_base;
+ switch (dev->vendor) {
+ case PCI_VENDOR_ID_AL:
+ set_bmiba = DEFAULT_BMALIBA; break;
+ case PCI_VENDOR_ID_VIA:
+ set_bmiba = DEFAULT_BMCRBA; break;
+ case PCI_VENDOR_ID_INTEL:
+ set_bmiba = DEFAULT_BMIBA; break;
+ default:
+ return dma_base;
}
pci_write_config_dword(dev, 0x20, set_bmiba|1);
goto second_chance_to_dma;
Cheers,
Todd
**********************************************************************
This footnote confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
**********************************************************************
next reply other threads:[~2001-06-05 19:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-05 19:08 Todd M. Roy [this message]
2001-06-05 19:15 ` patch for ide.2.4.5-ac8 Andre Hedrick
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=200106051908.f55J8bS32044@pcx4168.holstein.com \
--to=troy@holstein.com \
--cc=andre@linux-ide.org \
--cc=linux-kernel@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 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.