Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Booting XEN3_DOM0 results into "panic: pci_get_capability"



On Thu, Sep 18, 2008, Christoph Egger wrote:

> Another proof that Roberts boot(8) works out-of-the box.

Yeah, that one worked out of the box flawlessly :-)

> Does a native NetBSD/amd64 boot ? If not, does Linux boot ?

Do you mean whether NetBSD/amd64 works without any Xen? No real problems
so far, I installed NetBSD 4.0 from CD-ROM and upgraded to CVS HEAD. Up
to now the machine runs stable, only when running "shutdown -r now" the
machine crashed once while umounting file systems IIRC. But I haven't
investigated any further on this.

Also haven't tried Linux yet.

> Can you give us a full register dump of all pci devices, please?
> It seems, there's a piece of hw violating the pci specs.

Not quite sure how to do this, do you mean something like ...

| # pcictl pci0 list | cut -d ' ' -f 1 | tr ':' ' ' |\
|   while read b d f; do pcictl pci0 dump -b $b -d $d -f $f; done

As the output is pretty long and verbose I would rather like to ask
first before I pollute the list with some useless noise.

Thanks,
Christoph



Home | Main Index | Thread Index | Old Index