From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 2605ds1-ynoe.1.fullrate.dk ([90.184.12.24] helo=shrek.krogh.cc) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1LcmCG-0004tt-U4 for linux-mtd@lists.infradead.org; Thu, 26 Feb 2009 19:47:08 +0000 Message-ID: <49A6F1AC.4090305@krogh.cc> Date: Thu, 26 Feb 2009 20:46:52 +0100 From: Jesper Krogh MIME-Version: 1.0 To: David Woodhouse Subject: Re: Linux 2.6.29-rc6 References: <49A679E8.1010301@krogh.cc> <49A6EE17.4070102@krogh.cc> <1235677008.8730.176.camel@macbook.infradead.org> In-Reply-To: <1235677008.8730.176.camel@macbook.infradead.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ryan Jackson , "linux-mtd@lists.infradead.org" , Dave Olsen , Linus Torvalds , Linux Kernel Mailing List List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , David Woodhouse wrote: > On Thu, 2009-02-26 at 19:31 +0000, Jesper Krogh wrote: >> 1) pick the distro .config >> 2) make oldconfig > > So it should have been a module, not built-in? It is a module.. and it somehow gets auto-loaded on my system. (not listed in /etc/modules). $ grep -i ck804xrom /boot/config-2.6.29-rc6 CONFIG_MTD_CK804XROM=m Same in the distro .config $ grep -i ck804xrom /boot/config-2.6.24-23-server CONFIG_MTD_CK804XROM=m >> 3) Let the kernel load what it think it needs. > > That part at least ought to be disabled -- we don't let this driver > autoload, because unless you _know_ you need it, you don't need it. > > It's for overwriting your BIOS. Oh. Thanks for your time... I'll just make sure to disable it from now on. -- Jesper