From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shaun R." Subject: Re: Re: 3ware 9650 and Xen 3.1 Date: Wed, 12 Sep 2007 23:01:45 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: 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 Well i cant do either, at least not with out making some code changes to the driver. I guess some where between the different versions the driver i used for 2.6.16.38 will not compile for 2.6.18 and the driver for 2.6.18+ wont compile for 2.6.18.38. here's a quick little snip of the compile error when trying to build the older driver with 2.6.18 include/asm/byteorder.h:5:28: error: linux/compiler.h: No such file or directory LD [M] drivers/scsi/scsi_mod.o CC [M] drivers/scsi/3w-9xxx.o drivers/scsi/3w-9xxx.c:202: warning: initialization from incompatible pointer type drivers/scsi/3w-9xxx.c: In function âtwa_map_scsi_sg_dataâ: drivers/scsi/3w-9xxx.c:1429: error: âstruct scsi_cmndâ has no member named âbufferâ make[2]: *** [drivers/scsi/3w-9xxx.o] Error 1 make[1]: *** [drivers/scsi] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [drivers] Error 2 If it would be benifitial for you to have access to the server i could give you logins, this is just a machine i use for development. ~Shaun R.