All of lore.kernel.org
 help / color / mirror / Atom feed
From: Glen Nakamura <glen@imodulo.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix comment typo in nForce2 C1halt fixup for 2.4.27-pre5
Date: Fri, 4 Jun 2004 11:38:55 -1000	[thread overview]
Message-ID: <20040604213855.GA2864@modulo.internal> (raw)

Aloha,

The comment for the nForce2 C1halt fixup doesn't match the code
and information posted by Allen Martin:
http://marc.theaimsgroup.com/?l=linux-kernel&m=108362246902784&w=2

- Glen Nakamura

Here is the patch:

diff -Nru3p linux-2.4.27-pre5.orig/arch/i386/kernel/pci-pc.c linux-2.4.27-pre5/arch/i386/kernel/pci-pc.c
--- linux-2.4.27-pre5.orig/arch/i386/kernel/pci-pc.c	2004-06-02 15:33:55.000000000 -1000
+++ linux-2.4.27-pre5/arch/i386/kernel/pci-pc.c	2004-06-02 15:33:55.000000000 -1000
@@ -1349,8 +1349,8 @@ static void __devinit pci_fixup_nforce2(
 
 	/*
 	* Chip 	Old value   	New value
-	* C17  	0x1F01FF01  	0x1F0FFF01
-	* C18D 	0x9F01FF01  	0x9F0FFF01
+	* C17  	0x1F0FFF01  	0x1F01FF01
+	* C18D 	0x9F0FFF01  	0x9F01FF01
 	*/
 	fixed_val = rev < 0xC1 ? 0x1F01FF01 : 0x9F01FF01;
 

                 reply	other threads:[~2004-06-04 21:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040604213855.GA2864@modulo.internal \
    --to=glen@imodulo.com \
    --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.