From: Oliver Feiler <kiza@gmx.net>
To: Denis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua>
Cc: linux-kernel@vger.kernel.org, Marcelo Tosatti <marcelo@conectiva.com.br>
Subject: Re: fixup descriptions in pci-pc.c
Date: Mon, 4 Feb 2002 15:49:46 +0100 [thread overview]
Message-ID: <20020204154946.A235@gmx.net> (raw)
In-Reply-To: <20020203152913.A533@gmx.net> <200202041311.g14DB2t12901@Port.imtp.ilyichevsk.odessa.ua>
In-Reply-To: <200202041311.g14DB2t12901@Port.imtp.ilyichevsk.odessa.ua>; from vda@port.imtp.ilyichevsk.odessa.ua on Mon, Feb 04, 2002 at 03:11:03PM -0200
Denis Vlasenko wrote:
>
> Probably. + [reg]: old->new or similar
Ok. Better with this?
--- linux-2.4.18-pre7/arch/i386/kernel/pci-pc.c Mon Feb 4 15:13:45 2002
+++ linux-2.4.18-pre7_testing/arch/i386/kernel/pci-pc.c Mon Feb 4 15:15:13 2002
@@ -1129,7 +1129,7 @@
pci_read_config_byte(d, where, &v);
if (v & 0xe0) {
- printk("Trying to stomp on VIA Northbridge bug...\n");
+ printk("Disabling VIA memory write queue. Clearing bits 5, 6, 7 at 0x%x.\n", where);
v &= 0x1f; /* clear bits 5, 6, 7 */
pci_write_config_byte(d, where, v);
}
--
Oliver Feiler kiza@gmx.net
http://www.lionking.org/~kiza/pgpkey PGP key ID: 0x561D4FD2
http://www.lionking.org/~kiza/
next prev parent reply other threads:[~2002-02-04 14:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-03 14:29 fixup descriptions in pci-pc.c Oliver Feiler
2002-02-04 4:49 ` Calin A. Culianu
2002-02-04 10:46 ` [Patch] (was: Re: fixup descriptions in pci-pc.c) Oliver Feiler
2002-02-04 10:19 ` Ragnar Hojland Espinosa
2002-02-04 15:09 ` Calin A. Culianu
2002-02-04 17:11 ` fixup descriptions in pci-pc.c Denis Vlasenko
2002-02-04 14:49 ` Oliver Feiler [this message]
2002-02-04 18:55 ` Denis Vlasenko
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=20020204154946.A235@gmx.net \
--to=kiza@gmx.net \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=vda@port.imtp.ilyichevsk.odessa.ua \
/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