Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252 - radeonfb does not compile in 2.4.18pre3
Summary: radeonfb does not compile in 2.4.18pre3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cohen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-20 21:19 UTC by Ingo Luetkebohle
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Luetkebohle 2002-01-20 21:19:10 UTC
In the recent kernel port, the module radeonfb.c suffers from undefined symbols.

Make output follows.



radeonfb.c: In function `radeon_save_state':

radeonfb.c:2283: `TMDS_TRANSMITTER_CNTL' undeclared (first use in this function)

radeonfb.c:2283: (Each undeclared identifier is reported only once

radeonfb.c:2283: for each function it appears in.)

radeonfb.c: In function `radeon_load_video_mode':

radeonfb.c:2560: `TMDS_RAN_PAT_RST' undeclared (first use in this function)

radeonfb.c:2561: `ICHCSEL' undeclared (first use in this function)

radeonfb.c:2561: `TMDS_PLLRST' undeclared (first use in this function)

radeonfb.c: In function `radeon_write_mode':

radeonfb.c:2650: `TMDS_TRANSMITTER_CNTL' undeclared (first use in this function)

radeonfb.c:2655: `LVDS_STATE_MASK' undeclared (first use in this function)

radeonfb.c: At top level:

radeonfb.c:2957: warning: `fbcon_radeon8' defined but not used
Comment 1 Michael Cohen (RETIRED) gentoo-dev 2002-01-27 13:12:18 UTC
from http://www.kernel.org/pub/linux/kernel/v2.4/testing/patch-2.4.18.log:

pre5:

- Include missing radeonfb defines		(Erik Andersen)
- Fix fs/buffer.c thinko introduced in pre4	(Andrew Morton)
- USB bugfixes					(Greg KH)
- Make fat work correctly with gcc-3.0.x 	(Tom Rini)
- Avoid overusage of the vmalloc area by 
  NTFS	
				(Anton Altaparmakov)
- atyfb: Decrease clock rate for 3d RAGE XL 	(David S. Miller)
- Sungem driver bugfixes			(David S. Miller)
- More networking updates			(David S. Miller)
- More SPARC updates				(David S. Miller)
- devfs update 					(Richard Gooch)
- Reiserfs expanding truncate fix		(Chris Mason)
- ext3 update					(Andrew Morton/Stephen Tweedie)
- Add support to WDIOC_SETTIMEOUT on several
  watchdog drivers				(Joel Becker)
- dl2k driver update				(Jeff Garzik)
- Orinoco driver update				(David Gibson)
**- Radeonfb driver update			(Ani Joshi)
- Avoid free_swap_and_cache() from leaving 
  freeable pages on the cache			(Hugh Dickins)
- Add workarounds for AMD Elan processors	(Robert Schwebel)
- Random pmac driver bugfixing			(Benjamin Herrenschmidt)
- emu10k1 driver update				(Rui Sousa)

Not sure if this is the exact same code as I had included;
though it seems to compile fine here.