[parisc-linux-cvs] linux tsbogend

Thomas Bogendoerfer tsbogend@alpha.franken.de
Sun, 24 Mar 2002 00:34:29 +0100


On Sat, Mar 23, 2002 at 03:47:42PM -0700, Thomas Bogendoerfer wrote:
> CVSROOT:	/var/cvs
> Module name:	linux
> Changes by:	tsbogend	02/03/23 15:47:42
> 
> Modified files:
> 	.              : Makefile 
> 
> Log message:
> 2.4.18-pa8:
> corrected W+/W2 cpu hversions

Index: hardware.c
===================================================================
RCS file: /home/cvs/parisc/linux/arch/parisc/kernel/hardware.c,v
retrieving revision 1.36
diff -u -p -r1.36 hardware.c
--- hardware.c	20 Mar 2002 10:48:08 -0000	1.36
+++ hardware.c	23 Mar 2002 18:10:53 -0000
@@ -1251,8 +1251,14 @@ static struct hp_cpu_type_mask {
 	{ 0x05d6, 0x0fff, pcxw 	 },  /* 0x05d6 - 0x05d6 */
 	{ 0x05d7, 0x0fff, pcxw_  },  /* 0x05d7 - 0x05d7 */
 	{ 0x05d8, 0x0ffc, pcxw_  },  /* 0x05d8 - 0x05db */
-	{ 0x05dc, 0x0ffc, pcxw2  },  /* 0x05dc - 0x05df */
-	{ 0x05e0, 0x0ff0, pcxw2  },  /* 0x05e0 - 0x05ef */
+	{ 0x05dc, 0x0ffe, pcxw2  },  /* 0x05dc - 0x05dd */
+	{ 0x05de, 0x0fff, pcxw_  },  /* 0x05de - 0x05de */
+	{ 0x05df, 0x0fff, pcxw2  },  /* 0x05df - 0x05df */
+	{ 0x05e0, 0x0ffc, pcxw2  },  /* 0x05e0 - 0x05e3 */
+	{ 0x05e4, 0x0fff, pcxw2  },  /* 0x05e4 - 0x05e4 */
+	{ 0x05e5, 0x0fff, pcxw_  },  /* 0x05e5 - 0x05e5 */
+	{ 0x05e6, 0x0ffe, pcxw2  },  /* 0x05e6 - 0x05e7 */
+	{ 0x05e8, 0x0ff8, pcxw2  },  /* 0x05e8 - 0x05ef */
 	{ 0x05f0, 0x0ff0, pcxw2  },  /* 0x05f0 - 0x05ff */
 	{ 0x0600, 0x0ff0, pcxl   },  /* 0x0600 - 0x060f */
 	{ 0x0610, 0x0ff0, pcxl   },  /* 0x0610 - 0x061f */

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea.                                 [ Alexander Viro on linux-kernel ]