PATCH: update intelfb

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Jul 14 2003 - 07:27:35 EST


#ra1
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/video/intel/intelfb.h linux.22-pre5-ac1/drivers/video/intel/intelfb.h
--- linux.22-pre5/drivers/video/intel/intelfb.h 2003-07-14 12:26:53.000000000 +0100
+++ linux.22-pre5-ac1/drivers/video/intel/intelfb.h 2003-07-07 16:22:32.000000000 +0100
@@ -6,7 +6,7 @@
 
 
 /*** Version/name ***/
-#define INTELFB_VERSION "0.7.5"
+#define INTELFB_VERSION "0.7.7"
 #define INTELFB_MODULE_NAME "intelfb"
 #define SUPPORTED_CHIPSETS "830M/845G/852GM/855GM/865G"
 
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/video/intel/intelfbhw.h linux.22-pre5-ac1/drivers/video/intel/intelfbhw.h
--- linux.22-pre5/drivers/video/intel/intelfbhw.h 2003-07-14 12:26:53.000000000 +0100
+++ linux.22-pre5-ac1/drivers/video/intel/intelfbhw.h 2003-07-07 16:22:36.000000000 +0100
@@ -183,7 +183,7 @@
 #endif
 #define PALETTE_8_SIZE (PALETTE_8_ENTRIES * 4)
 #define PALETTE_10_ENTRIES 128
-#define PALETTE_8_SIZE (PALETTE_10_ENTRIES * 8)
+#define PALETTE_10_SIZE (PALETTE_10_ENTRIES * 8)
 #define PALETTE_8_MASK 0xff
 #define PALETTE_8_RED_SHIFT 16
 #define PALETTE_8_GREEN_SHIFT 8
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/video/intel/Makefile linux.22-pre5-ac1/drivers/video/intel/Makefile
--- linux.22-pre5/drivers/video/intel/Makefile 2003-07-14 12:26:53.000000000 +0100
+++ linux.22-pre5-ac1/drivers/video/intel/Makefile 2003-07-07 16:57:43.000000000 +0100
@@ -3,6 +3,7 @@
 
 O_TARGET := intelfb.o
 
-obj-$(CONFIG_FB_INTEL) += intelfbdrv.o intelfbhw.o
+obj-y := intelfbdrv.o intelfbhw.o
+obj-m := $(O_TARGET)
 
 include $(TOPDIR)/Rules.make
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:52 EST