* [parisc-linux] CXXX Processor Identification Path
@ 2001-09-09 0:48 Randall Craig
0 siblings, 0 replies; only message in thread
From: Randall Craig @ 2001-09-09 0:48 UTC (permalink / raw)
To: parisc-linux
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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-09 0:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-09 0:48 [parisc-linux] CXXX Processor Identification Path Randall Craig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox