Re: Using s3virge card in Sun Blade 2000

From: Francois Romieu
Date: Thu Jan 06 2011 - 15:42:59 EST


Hi Alex,

Alex Buell <alex.buell@xxxxxxxxxxxxx> :
[...]
> The above code seems to work, and crashes after this point:
>
> /* Identify chip type */
> par->chip = id->driver_data & CHIP_MASK;
> par->rev = vga_rcrt(par->vga_iobase, 0x2f);
> if (par->chip & CHIP_UNDECIDED_FLAG)
> par->chip = s3_identification(par->chip);
^^^^^^^^^ ?
Sorry for the obvious but you modified s3_identification() so that it
stops emitting vga_rcrt(NULL, ...), right ?

--
Ueimor
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/