linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] remove broken video drivers
@ 2006-11-18  0:02 Adrian Bunk
  2006-11-18 10:34 ` Michael Schmitz
  2006-11-20 16:51 ` James Simmons
  0 siblings, 2 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-11-18  0:02 UTC (permalink / raw)
  To: adaplas, James Simmons
  Cc: sammy, linux-fbdev-devel, sun3-list, linux-kernel, linuxppc-dev,
	linux-m68k, geert

This patch removes video drivers that:
- had already been marked as BROKEN in 2.6.0 three years ago and
- are still marked as BROKEN.

These are the following drivers:
- FB_CYBER
- FB_VIRGE
- FB_RETINAZ3
- FB_ATARI
- FB_SUN3
- FB_PM3

Drivers that had been marked as BROKEN for such a long time seem to be 
unlikely to be revived in the forseeable future.

But if anyone wants to ever revive any of these drivers, the code is 
still present in the older kernel releases.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

Due to it's size, the patch is available at
  http://ftp.kernel.org/pub/linux/kernel/people/bunk/misc/patch-remove-broken-video.gz

 drivers/video/Kconfig   |   62 
 drivers/video/Makefile  |    6 
 drivers/video/atafb.c   | 3107 ----------------------------------
 drivers/video/cyberfb.c | 2297 -------------------------
 drivers/video/cyberfb.h |  415 ----
 drivers/video/pm3fb.c   | 3641 ----------------------------------------
 drivers/video/retz3fb.c | 1588 -----------------
 drivers/video/retz3fb.h |  286 ---
 drivers/video/sun3fb.c  |  702 -------
 drivers/video/virgefb.c | 2526 ---------------------------
 drivers/video/virgefb.h |  288 ---
 include/video/pm3fb.h   | 1235 -------------
 12 files changed, 3 insertions(+), 16150 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC: 2.6 patch] remove broken video drivers
  2006-11-18  0:02 [RFC: 2.6 patch] remove broken video drivers Adrian Bunk
@ 2006-11-18 10:34 ` Michael Schmitz
  2006-11-18 21:41   ` [RFC: 2.6 patch] remove broken video drivers (v2) Adrian Bunk
  2006-11-23  9:08   ` [RFC: 2.6 patch] remove broken video drivers Jes Sorensen
  2006-11-20 16:51 ` James Simmons
  1 sibling, 2 replies; 5+ messages in thread
From: Michael Schmitz @ 2006-11-18 10:34 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: sammy, linux-m68k, James Simmons, linux-fbdev-devel, sun3-list,
	linux-kernel, linuxppc-dev, geert, adaplas

On Sat, 18 Nov 2006, Adrian Bunk wrote:

> This patch removes video drivers that:
> - had already been marked as BROKEN in 2.6.0 three years ago and
> - are still marked as BROKEN.
>
> These are the following drivers:
> - FB_CYBER
> - FB_VIRGE
> - FB_RETINAZ3
> - FB_ATARI

FB_ATARI has just been revived. Geert has a preliminary patch; I'll send
the final one soonish.

	Michael

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [RFC: 2.6 patch] remove broken video drivers (v2)
  2006-11-18 10:34 ` Michael Schmitz
@ 2006-11-18 21:41   ` Adrian Bunk
  2006-11-23  9:08   ` [RFC: 2.6 patch] remove broken video drivers Jes Sorensen
  1 sibling, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-11-18 21:41 UTC (permalink / raw)
  To: Michael Schmitz
  Cc: sammy, linux-m68k, James Simmons, linux-fbdev-devel, sun3-list,
	linux-kernel, linuxppc-dev, geert, adaplas

[-- Attachment #1: Type: text/plain, Size: 1651 bytes --]

On Sat, Nov 18, 2006 at 11:34:41AM +0100, Michael Schmitz wrote:
> On Sat, 18 Nov 2006, Adrian Bunk wrote:
> 
> > This patch removes video drivers that:
> > - had already been marked as BROKEN in 2.6.0 three years ago and
> > - are still marked as BROKEN.
> >
> > These are the following drivers:
> > - FB_CYBER
> > - FB_VIRGE
> > - FB_RETINAZ3
> > - FB_ATARI
> 
> FB_ATARI has just been revived. Geert has a preliminary patch; I'll send
> the final one soonish.

Updated patch attached.
 
> 	Michael

cu
Adrian


<--  snip  -->


This patch removes video drivers that:
- had already been marked as BROKEN in 2.6.0 three years ago and
- are still marked as BROKEN.

These are the following drivers:
- FB_CYBER
- FB_VIRGE
- FB_RETINAZ3
- FB_SUN3
- FB_PM3

Drivers that had been marked as BROKEN for such a long time seem to be
unlikely to be revived in the forseeable future.

But if anyone wants to ever revive any of these drivers, the code is
still present in the older kernel releases.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

Due to it's size, the patch is attached compressed.

 drivers/video/Kconfig   |   55 
 drivers/video/Makefile  |    5 
 drivers/video/cyberfb.c | 2297 -------------------------
 drivers/video/cyberfb.h |  415 ----
 drivers/video/pm3fb.c   | 3641 ----------------------------------------
 drivers/video/retz3fb.c | 1588 -----------------
 drivers/video/retz3fb.h |  286 ---
 drivers/video/sun3fb.c  |  702 -------
 drivers/video/virgefb.c | 2526 ---------------------------
 drivers/video/virgefb.h |  288 ---
 include/video/pm3fb.h   | 1235 -------------
 11 files changed, 3 insertions(+), 13035 deletions(-)


[-- Attachment #2: patch-remove-broken-video-2.bz2 --]
[-- Type: application/octet-stream, Size: 68839 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC: 2.6 patch] remove broken video drivers
  2006-11-18  0:02 [RFC: 2.6 patch] remove broken video drivers Adrian Bunk
  2006-11-18 10:34 ` Michael Schmitz
@ 2006-11-20 16:51 ` James Simmons
  1 sibling, 0 replies; 5+ messages in thread
From: James Simmons @ 2006-11-20 16:51 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: sammy, linux-fbdev-devel, sun3-list, linux-kernel, linuxppc-dev,
	linux-m68k, geert, adaplas


> This patch removes video drivers that:
> - had already been marked as BROKEN in 2.6.0 three years ago and
> - are still marked as BROKEN.
> 
> These are the following drivers:
> - FB_CYBER
> - FB_VIRGE
> - FB_RETINAZ3
> - FB_ATARI
> - FB_SUN3
> - FB_PM3

If someone is willing to send me a Permedia3 card I can port the driver. 
The rest are m68k drivers. I do have S3Trio and a Virge card but no specs.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC: 2.6 patch] remove broken video drivers
  2006-11-18 10:34 ` Michael Schmitz
  2006-11-18 21:41   ` [RFC: 2.6 patch] remove broken video drivers (v2) Adrian Bunk
@ 2006-11-23  9:08   ` Jes Sorensen
  1 sibling, 0 replies; 5+ messages in thread
From: Jes Sorensen @ 2006-11-23  9:08 UTC (permalink / raw)
  To: Michael Schmitz
  Cc: sammy, linux-m68k, James Simmons, linux-fbdev-devel, sun3-list,
	linux-kernel, Adrian Bunk, linuxppc-dev, geert, adaplas

>>>>> "Michael" == Michael Schmitz <schmitz@mail.biophys.uni-duesseldorf.de> writes:

Michael> On Sat, 18 Nov 2006, Adrian Bunk wrote:
>> This patch removes video drivers that: - had already been marked as
>> BROKEN in 2.6.0 three years ago and - are still marked as BROKEN.
>> 
>> These are the following drivers: - FB_CYBER - FB_VIRGE -
>> FB_RETINAZ3 - FB_ATARI

Michael> FB_ATARI has just been revived. Geert has a preliminary
Michael> patch; I'll send the final one soonish.

I'm probably the only one with a RetinaZ3 left but the machine hasn't
been booted for quite a while..... not sure if I'll get to it in the
near future, but I can always resurrect the patches from an old kernel
and start from there if I do.

Jes

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-23  9:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-18  0:02 [RFC: 2.6 patch] remove broken video drivers Adrian Bunk
2006-11-18 10:34 ` Michael Schmitz
2006-11-18 21:41   ` [RFC: 2.6 patch] remove broken video drivers (v2) Adrian Bunk
2006-11-23  9:08   ` [RFC: 2.6 patch] remove broken video drivers Jes Sorensen
2006-11-20 16:51 ` James Simmons

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).