From: Antonino A. Daplas Date: Mon, 26 Jun 2006 07:27:04 +0000 (-0700) Subject: [PATCH] Detaching fbcon: remove calls to pci_disable_device() X-Git-Tag: v2.6.18-rc1~687 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06630f3e7fb29f2524e1d7b009eb8b5a278ba23;p=pandora-kernel.git [PATCH] Detaching fbcon: remove calls to pci_disable_device() Detaching fbcon allows individual drivers to be unloaded. However several drivers call pci_disable_device() upon exit. This function will disable the BAR's which will kill VGA text mode and/or affect X/DRM. To prevent this, remove calls to pci_disable_device() from several drivers. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed