From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Sat, 10 Nov 2001 04:59:31 +0000 Subject: Re: [Linux-ia64] adding new network device driver Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Fri, 9 Nov 2001 16:08:06 -0800 (PST), Gururaj Ananthateerta wrote: >When I boot with new kernel my driver probe routine is not entered. >Is there anyplace I need to inform the kernel about the existence >of the new driver. linux/Documentation/DocBook/kernel-hacking.tmpl, __initcall and friends.