From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fajar A. Nugraha" Subject: adding device driver kernel module for xen/linux Date: Tue, 17 Jan 2006 12:54:39 +0700 Message-ID: <43CC869F.2050400@telkom.net.id> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, I wanted to add a kernel module (bcm5700, device driver for Broadcom network adapter) to linux 2.6, xen-3.0.0. Is it possible to use the kernel module (source) as-is, without modifications, or do I need to edit the module source code to be Xen-specific? I noticed that the files tg3.c and tg3.h on linux-2.6.12-xen is the same as the one on pristine-linux-2.6.12, so presumably, no change is needed. However, using bcm5700 module on linux-2.6.12-xen kernel doesn't work, while using bcm5700 on native linux (on the same machine) works. Regards, Fajar