From 2ee2b32410db1a0ab1d91b3aa712b7348f8f262b Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 12 Feb 2007 00:55:09 -0800 Subject: [PATCH] --- yaml --- r: 48063 b: refs/heads/master c: 52e7c922f37907ab3cf3445b916fbbc53cbd6c75 h: refs/heads/master i: 48061: be34a8736e61b0d9450ce67f3f4b66ca0402b7f4 48059: e4cdbcc8663d7dbf1c5e975f295496eecaeb6a30 48055: 10475ec982275e51b1dc623ab54dedecd0554ffa 48047: 9b307501b905c3815942ae25eacef21ef99c174f 48031: eeea8ddfe19b983f7f9ae76e3f95dd542d6043a2 47999: 59ed087d625a9b6089fbc35f0417e07bcde241ba v: v3 --- [refs] | 2 +- trunk/drivers/video/Kconfig | 6 - trunk/drivers/video/Makefile | 1 - trunk/drivers/video/S3triofb.c | 790 --------------------------------- trunk/include/video/s3blit.h | 79 ---- 5 files changed, 1 insertion(+), 877 deletions(-) delete mode 100644 trunk/drivers/video/S3triofb.c delete mode 100644 trunk/include/video/s3blit.h diff --git a/[refs] b/[refs] index 1964e15dc50a..d967555fe50a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fdbe5cf27aff997e348c5f01b424ad734bd1d25 +refs/heads/master: 52e7c922f37907ab3cf3445b916fbbc53cbd6c75 diff --git a/trunk/drivers/video/Kconfig b/trunk/drivers/video/Kconfig index 3546484fa508..95cbc836f57a 100644 --- a/trunk/drivers/video/Kconfig +++ b/trunk/drivers/video/Kconfig @@ -1109,12 +1109,6 @@ config FB_ATY_BACKLIGHT help Say Y here if you want to control the backlight of your display. -config FB_S3TRIO - bool "S3 Trio display support" - depends on (FB = y) && PPC && BROKEN - help - If you have a S3 Trio say Y. Say N for S3 Virge. - config FB_S3 tristate "S3 Trio/Virge support" depends on FB && PCI diff --git a/trunk/drivers/video/Makefile b/trunk/drivers/video/Makefile index 363b630abfb8..8b6fc0a6041b 100644 --- a/trunk/drivers/video/Makefile +++ b/trunk/drivers/video/Makefile @@ -48,7 +48,6 @@ obj-$(CONFIG_FB_PLATINUM) += platinumfb.o obj-$(CONFIG_FB_VALKYRIE) += valkyriefb.o obj-$(CONFIG_FB_CT65550) += chipsfb.o obj-$(CONFIG_FB_IMSTT) += imsttfb.o -obj-$(CONFIG_FB_S3TRIO) += S3triofb.o obj-$(CONFIG_FB_FM2) += fm2fb.o obj-$(CONFIG_FB_CYBLA) += cyblafb.o obj-$(CONFIG_FB_TRIDENT) += tridentfb.o diff --git a/trunk/drivers/video/S3triofb.c b/trunk/drivers/video/S3triofb.c deleted file mode 100644 index b3717c8f1bc2..000000000000 --- a/trunk/drivers/video/S3triofb.c +++ /dev/null @@ -1,790 +0,0 @@ -/* - * linux/drivers/video/S3Triofb.c -- Open Firmware based frame buffer device - * - * Copyright (C) 1997 Peter De Schrijver - * - * This driver is partly based on the PowerMac console driver: - * - * Copyright (C) 1996 Paul Mackerras - * - * and on the Open Firmware based frame buffer device: - * - * Copyright (C) 1997 Geert Uytterhoeven - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file COPYING in the main directory of this archive for - * more details. - */ - -/* - Bugs : + OF dependencies should be removed. - + This driver should be merged with the CyberVision driver. The - CyberVision is a Zorro III implementation of the S3Trio64 chip. - -*/ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include