lkml.org 
[lkml]   [2004]   [May]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.6 : bad PCI device ID for SiS ISA bridge => SiS900 eth0: Can not find ISA bridge
Eric BENARD / Free wrote:
> 1- bad PCI device ID for SiS ISA bridge
>
> 2- In 2.6.3-rc2 (and 2.4.x), the PCI device ID of the ISA bridge of the
> SiS630e is 0x0008. This ID is used by sis900.c in order to get the MAC
> adress.
> In 2.6.6, the PCI device ID of the ISA bridge of the SiS630E is 0x0018. The
> SiS900 driver fail to read MAC adress and exit with the following message :
> eth0: Can not find ISA bridge
[...]
> 8- A quick fix to get sis900.c running (which doesn't explain why the PCI
> Device ID changed from 2.6.3-rc2 to 2.6.6) :
> change line 263 from
> if ((isa_bridge = pci_find_device(0x1039, 0x0008, isa_bridge)) == NULL
> to
> if ((isa_bridge = pci_find_device(0x1039, 0x0018, isa_bridge)) == NULL


I'm not sure I understand your message.

Are you suggesting
a) the hardware PCI id changed from 0x0008 to 0x0018 when booting 2.6.6.
or
b) sis900.c changed when booting 2.6.6.

If "a", the PCI id in sis900.c seems to be 0x0008 in both 2.4 and 2.6.
And further, I did not see any changes to this line of code in while
searching 2.6.2 -> 2.6.6 patches on ftp.kernel.org. I would lean
towards a solution that modified sis900.c to check for -both- 0x08 and 0x18.

If "b", I bet that is a problem related to ACPI or some other
non-sis900.c piece of code :) sis900.c has not changed very much in the
past several kernel releases.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.049 / U:1.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site