Subject: Re: Panic during agp_intel attach
To: Andreas Gustafsson <gson@gson.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 01/21/2008 18:26:24
On Mon, Jan 21, 2008 at 07:14:23PM +0200, Andreas Gustafsson wrote:
> as 0x91 is not aligned to a 32-bit boundary.  What's the correct fix?

Check what the code does, use 0x90 and shift all values/constants accordingly,
if anythings shifts out (have yet to see that), use 0x94 and repeat.

Martin