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] xen and pci

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] xen and pci
From: Adam Sulmicki <adam@xxxxxxxxxxxx>
Date: Mon, 1 Nov 2004 15:56:57 -0500 (EST)
Cc: Niraj Tolia <ntolia@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 01 Nov 2004 21:25:17 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <E1CNntN-0007WZ-00@xxxxxxxxxxxxxxxxx>
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
On Sat, 30 Oct 2004, Keir Fraser wrote:

> -        if ( dev->hdr_type != PCI_HEADER_TYPE_NORMAL )
> +        if ( (dev->hdr_type != PCI_HEADER_TYPE_NORMAL) &&
> +             (dev->hdr_type != PCI_HEADER_TYPE_CARDBUS) )

Yup! This definitely helped. Now the Yenta Driver finds the bridge.

However, it still has trouble initalizing the card xircom_cb.

Not quite sure what it is wrong, just no errors at all. The only
signifcant difference I can see in 'dmesg' is that :

-cs: IO port probe 0x0c00-0x0cff: clean.
+cs: IO port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff
-cs: IO port probe 0x03e0-0x04ff: excluding 0x4d0-0x4d7
+cs: IO port probe 0x03e0-0x04ff: excluding 0x3f8-0x3ff 0x4d0-0x4d7
 cs: IO port probe 0x0100-0x03af: clean.
 cs: IO port probe 0x0a00-0x0aff: clean.

attached:
        xircom-2.6.8.1-bproc
        xircom-2.6.8.1-xen0

Adam

Attachment: xircom-2.6.8.1-bproc
Description: Text document

Attachment: xircom-2.6.8.1-xen0
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] xen and pci, Adam Sulmicki <=