linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: update intelfb
@ 2003-07-14 12:27 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-14 12:27 UTC (permalink / raw)
  To: linux-kernel, marcelo

#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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-14 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 12:27 PATCH: update intelfb Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).