From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Fri, 23 Jul 2010 00:20:39 +0000 Subject: Re: [PATCH] vga16fb: refuse to load in face of other driver Message-Id: <20100722172039.e935c67d.akpm@linux-foundation.org> List-Id: References: <20100720191923.GA11056@joi.lan> In-Reply-To: <20100720191923.GA11056@joi.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Marcin Slusarz Cc: LKML , linux-fbdev@vger.kernel.org, nouveau@lists.freedesktop.org On Tue, 20 Jul 2010 21:19:23 +0200 Marcin Slusarz wrote: > We don't want vga16fb to mess with hardware initialized by other driver. > Detect it and refuse to load. > It fixes nouveau interrupt storm on some machines. > > Signed-off-by: Marcin Slusarz > --- > drivers/video/vga16fb.c | 13 ++++++++++++- > 1 files changed, 12 insertions(+), 1 deletions(-) > > diff --git a/drivers/video/vga16fb.c b/drivers/video/vga16fb.c > index 28ccab4..4505446 100644 > --- a/drivers/video/vga16fb.c > +++ b/drivers/video/vga16fb.c > @@ -22,6 +22,7 @@ > #include > #include > > +#include > #include > #include