|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen and pci
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
xircom-2.6.8.1-bproc
Description: Text document
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 <=
|
|
|
|
|