
From: Pontus Fuchs <pontus.fuchs@tactel.se>

I need the following patch for radeonfb to work on my Asus L5.  See
http://bugs.xfree86.org/show_bug.cgi?id=561 for more info.



---

 drivers/video/radeonfb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/radeonfb.c~asus-L5-fix drivers/video/radeonfb.c
--- 25/drivers/video/radeonfb.c~asus-L5-fix	2004-01-19 22:24:05.000000000 -0800
+++ 25-akpm/drivers/video/radeonfb.c	2004-01-19 22:24:05.000000000 -0800
@@ -1101,7 +1101,7 @@ static int radeon_get_dfpinfo_BIOS(struc
 	printk("radeonfb: detected DFP panel size from BIOS: %dx%d\n",
 		rinfo->panel_xres, rinfo->panel_yres);
 
-	for(i=0; i<20; i++) {
+	for(i=0; i<21; i++) {
 		tmp0 = rinfo->bios_seg + readw(tmp+64+i*2);
 		if (tmp0 == 0)
 			break;

_
