[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100108073447.GA4070@x200>
Date: Fri, 8 Jan 2010 09:34:47 +0200
From: Alexey Dobriyan <adobriyan@...il.com>
To: Jeff Garzik <jeff@...zik.org>
Cc: Joe Perches <joe@...ches.com>, davem@...emloft.net,
netdev@...r.kernel.org
Subject: Re: [PATCH] drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
On Thu, Jan 07, 2010 at 05:28:00PM -0500, Jeff Garzik wrote:
> On 01/07/2010 05:25 PM, Joe Perches wrote:
> > On Thu, 2010-01-07 at 23:58 +0200, Alexey Dobriyan wrote:
> >> Use DEFINE_PCI_DEVICE_TABLE() so we get place PCI ids table into correct section
> >> in every case.
> >
> > Good idea, but aren't there are some tables that are not const?
>
> I hope not... those tables are read by userland tools.
I checked non-static ones, they are readonly.
and PCI layer expects them to be readonly.
> Messing with the PCI ID tables as runtime is highly unusual, to say the
> least.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists