From: Randall Craig <randall@tdl.com>
To: parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] CXXX Processor Identification Path
Date: Sat, 8 Sep 2001 17:48:24 -0700 [thread overview]
Message-ID: <20010908174824.A7948@tdl.com> (raw)
The C240+ reports as PA8000 processors. This patch
will make them report as PA8200 processors. The file hardware.c also reported
that the C180 had a PA8200 processor, which the HP Hardware Compatability list
reports that the C180 has a PA8000 processor.
Cheers,
Randall
--- linux/arch/parisc/kernel/hardware.c Sat Sep 8 17:47:15 2001
+++ linux.new/arch/parisc/kernel/hardware.c Sat Sep 8 17:38:20 2001
@@ -1372,8 +1372,9 @@
{ 0x0592, 0x0fff, pcxt_ }, /* 0x0592 - 0x0592 */
{ 0x0593, 0x0fff, pcxu }, /* 0x0593 - 0x0593 */
{ 0x0594, 0x0ffc, pcxu }, /* 0x0594 - 0x0597 */
- { 0x0598, 0x0ffc, pcxu }, /* 0x0598 - 0x059b */
- { 0x059c, 0x0ffe, pcxu_ }, /* 0x059c - 0x059d */
+ { 0x0598, 0x0ffe, pcxu_ }, /* 0x0598 - 0x0599 */
+ { 0x059a, 0x0ffd, pcxu }, /* 0x059a - 0x059c */
+ { 0x059d, 0x0fff, pcxu_ }, /* 0x059d - 0x059d */
{ 0x059e, 0x0fff, pcxt_ }, /* 0x059e - 0x059e */
{ 0x059f, 0x0fff, pcxu }, /* 0x059f - 0x059f */
{ 0x05a0, 0x0ffe, pcxt_ }, /* 0x05a0 - 0x05a1 */
reply other threads:[~2001-09-09 0:59 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=20010908174824.A7948@tdl.com \
--to=randall@tdl.com \
--cc=parisc-linux@lists.parisc-linux.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.