WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] No network-interface to the outside world in domain 0

To: Frank Fricke <frickefr@xxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] No network-interface to the outside world in domain 0
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Thu, 07 Oct 2004 14:56:11 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 07 Oct 2004 15:05:32 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Thu, 07 Oct 2004 15:32:21 +0200." <41654565.4000808@xxxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> xen-0 dmesg:
> ...
> PCI: Using configuration type Xen
> Linux Plug and Play Support v0.97 (c) Adam Belay
> pnp: the driver 'system' has been registered
> PCI: System does not support PCI
> PCI: System does not support PCI
> ...

There is your problem. For some reason the kernel is deciding that
your machine is not PCI-capable.

Rather unhelpfully, the kernel can print that message in three
different places. The files concerned are:
 linux-2.6.8.1-xen0/arch/xen/i386/pci/irq.c
 linux-2.6.8.1-xen0/arch/xen/i386/pci/legacy.c
 linux-2.6.8.1-xen0/arch/xen/i386/pci/common.c

You may want to edit the print statements to distinguish them, so that
we can see which one(s) are actually being triggered.

It looks like maybe raw_pci_ops == NULL, even though that should be
impossible! At the same time the kernel prints 'Using configuration
type Xen' it should set raw_pci_ops to a non-NULL value.

 -- Keir


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel