[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070420203342.GA622@redhat.com>
Date: Fri, 20 Apr 2007 16:33:42 -0400
From: Dave Jones <davej@...hat.com>
To: "Preston A. Elder" <prez@...h.net>
Cc: linux-kernel@...r.kernel.org, greg@...ah.com
Subject: Re: AGPGart / AMD K7
On Fri, Apr 20, 2007 at 04:22:06PM -0400, Preston A. Elder wrote:
> Dave, Greg,
>
> Here is the trace with 2.6.20.6
>
> I added back in my trace code, as you see. As you can also see,
> agp_amdk7_probe is still not called.
Try looking down in __driver_attach()
The fact that we're not calling the ->probe function is quite bizarre.
It could be this in __driver_attach
if (!dev->driver)
driver_probe_device(drv, dev);
Though that'd be odd.
Putting a #define DEBUG 1 in drivers/base/dd.c may also yield some clues.
Dave
--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists