|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] supported distributions
This SCSI driver is broken - the driver hasn't been touched for years and
the API has changed around it. You may have noticed that you have to turn
off "Select only drivers expected to compile cleanly" to have the option
of building it.
Curiously, the complaints about lines 512 and 537 don't match with the
code in the standard tree:
drivers/scsi/pci2000.c:512: error: structure has no member named `address'
drivers/scsi/pci2000.c:537: error: structure has no member named `address'
Have you applied a patch to this driver?
Anyway, not a Xen problem.
James
On Wed, June 8, 2005 7:43 pm, Arijit Ganguly said:
> when i compile using make arch=xen, i see the following error message:
> drivers/scsi/pci2000.c: In function `Pci2000_QueueCommand':
> drivers/scsi/pci2000.c:512: structure has no member named `nextSg'
> drivers/scsi/pci2000.c:537: structure has no member named `nextSg'
> drivers/scsi/pci2000.c: At top level:
> drivers/scsi/pci2000.c:825: unknown field `abort' specified in initializer
> drivers/scsi/pci2000.c:825: warning: initialization from incompatible
> pointer type
> drivers/scsi/pci2000.c:826: unknown field `reset' specified in initializer
> drivers/scsi/pci2000.c:826: warning: initialization from incompatible
> pointer type
> make[5]: *** [drivers/scsi/pci2000.o] Error 1
> make[4]: *** [drivers/scsi] Error 2
> make[3]: *** [drivers] Error 2
> make[3]: Leaving directory `/xen/xen-2.0/linux-2.6.10-xen0'
> make[2]: *** [build] Error 2
> make[2]: Leaving directory `/xen/xen-2.0'
> make[1]: *** [linux-2.6-xen0-build] Error 2
> make[1]: Leaving directory `/xen/xen-2.0'
> make: *** [kernels] Error 1
>
> Arijit
>
> On 6/8/05, Daniel Meinhold <daniel.meinhold@xxxxxxxxxxxxxx> wrote:
>>
>> Am Dienstag, den 07.06.2005, 17:42 -0700 schrieb Arijit Ganguly:
>> [snip]
>> > Cannot open root=sda5 or unknown block(2,0)
>> >
>> > One another note my boot device is /dev/sda5, just to make sure that
>> > Xen may have issues with extended and primary partitions.
>>
>> Maybe try to add an extra line to your grub configuration like
>>
>> root (hdX,X) # replace X with the appropriate partition numbers
>>
>> Cheers,
>>
>> Daniel
>>
>>
>>
>>
>> BodyID:106122826.2.n.logpart (stored separately)
>>
>>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|