diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-01-09 23:53:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:46 -0500 |
commit | cb639258f92b2407c50f79a95364f42932481389 (patch) | |
tree | bb069095848bf723f4bfd06e027e6c467b8931b3 /drivers/video/aty/atyfb_base.c | |
parent | 313e58ab362473fb471f32b7bf86587f7c627a11 (diff) |
[PATCH] fbdev: atyfb: Remove BIOS-less booting
CONFIG_ATYFB_XL_INIT option is broken for a long time. It will always cause a
kernel hang.
Since no one has fixed this problem for some time now, remove it from atyfb.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/aty/atyfb_base.c')
-rw-r--r-- | drivers/video/aty/atyfb_base.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c index d8195f7da834..5a80ac01032f 100644 --- a/drivers/video/aty/atyfb_base.c +++ b/drivers/video/aty/atyfb_base.c | |||
@@ -2291,10 +2291,6 @@ static int __init aty_init(struct fb_info *info, const char *name) | |||
2291 | par->dac_ops = &aty_dac_ct; | 2291 | par->dac_ops = &aty_dac_ct; |
2292 | par->pll_ops = &aty_pll_ct; | 2292 | par->pll_ops = &aty_pll_ct; |
2293 | par->bus_type = PCI; | 2293 | par->bus_type = PCI; |
2294 | #ifdef CONFIG_FB_ATY_XL_INIT | ||
2295 | if (IS_XL(par->pci_id)) | ||
2296 | atyfb_xl_init(info); | ||
2297 | #endif | ||
2298 | par->ram_type = (aty_ld_le32(CONFIG_STAT0, par) & 0x07); | 2294 | par->ram_type = (aty_ld_le32(CONFIG_STAT0, par) & 0x07); |
2299 | ramname = aty_ct_ram[par->ram_type]; | 2295 | ramname = aty_ct_ram[par->ram_type]; |
2300 | /* for many chips, the mclk is 67 MHz for SDRAM, 63 MHz otherwise */ | 2296 | /* for many chips, the mclk is 67 MHz for SDRAM, 63 MHz otherwise */ |