Add framebuffer driver for XGI chipsets.

svn path=/dists/sid/linux-2.6/; revision=15892
This commit is contained in:
Martin Michlmayr 2010-06-19 17:49:48 +00:00
parent 55bb1e0e05
commit 17bd267844
4 changed files with 28682 additions and 0 deletions

2
debian/changelog vendored
View File

@ -48,6 +48,8 @@ linux-2.6 (2.6.32-16) UNRELEASED; urgency=low
* QNAP TS-11x/TS-21x: Add MPP36 (RAM) and MPP44 (board ID).
* Add support for the HP t5325 Thin Client.
* m25p80: Add support for Macronix 25L8005.
* Add framebuffer driver for XGI chipsets.
* [armel/kirkwood] Enable FB_XGI and FRAMEBUFFER_CONSOLE.
[ Bastian Blank ]
* Disable mISDN support for NETJet cards. The driver binds a generic PCI

View File

@ -541,6 +541,7 @@ CONFIG_FB=m
## file: drivers/video/console/Kconfig
##
# CONFIG_VGA_CONSOLE is not set
CONFIG_FRAMEBUFFER_CONSOLE=m
##
## file: drivers/watchdog/Kconfig
@ -626,3 +627,8 @@ CONFIG_WAN_ROUTER=m
##
CONFIG_X25=m
##
### file: drivers/staging/xgifb/Kconfig
##
CONFIG_FB_XGI=m

File diff suppressed because it is too large Load Diff

View File

@ -146,3 +146,4 @@
+ bugfix/x86/drm-radeon-kms-fix-macbookpro-connector-quirk.patch
+ bugfix/all/r8169-fix-random-mdio_write-failures.patch
+ bugfix/all/r8169-fix-mdio_read-and-update-mdio_write.patch
+ features/all/xgifb-driver.patch