radeonfb: fix chip definition for Radeon Xpress 200M 0x5975
authoraherrman@arcor.de <aherrman@arcor.de>
Tue, 11 Sep 2007 18:37:37 +0000 (20:37 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 13 Sep 2007 15:00:42 +0000 (08:00 -0700)
commit106c4a9cef3671b0a251e64c8f6fb7f1a4d801c6
tree2c75056c8c4b6e1857c9221c0d9949323197f3cc
parentf2740e45ae59d76ce4303d83824d3625b23334e5
radeonfb: fix chip definition for Radeon Xpress 200M 0x5975

This fixes a problem introduced with commit
b5f2f4d1a6d7efde39cfb5e1d034981c69f2214c
The commit added a wrong chip definition to radeonfb which causes
a blank console on my Laptop if radeonfb is loaded.

The patch
 - renames PCI_CHIP_RS485_5975 to PCI_CHIP_RS482_5975
 - corrects the chip family (RS480 instead of R300) for 0x5975
 - ensures that PCI IDs are in ascending order in ati_ids.h

Signed-off-by: Andreas Herrmann <aherrman@arcor.de>
Tentatively-acked-by: Ben Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/aty/ati_ids.h
drivers/video/aty/radeon_base.c