Your message dated Thu, 8 May 2008 23:27:28 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: linux-source-2.6.18: sis190 driver should not assume ISA
bridge is SiS965 only
has caused the Debian Bug report #435547,
regarding linux-source-2.6.18: sis190 driver should not assume ISA bridge is
SiS965 only
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
435547: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435547
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linux-source-2.6.18
Severity: normal
Tags: patch
The sis190 driver uses the ISA bridge to read various values. It
currently assumes that the bridge is Sis965 only, but recent SIS
motherboards use the Sis966 bridge. The following patch (against
linux-source-2.6.18) should address this. The patch is based on a
similiar fix in the sis900 driver.
--- sis190_orig.c 2007-08-01 16:06:17.000000000 +0200
+++ sis190.c 2007-08-01 16:05:58.000000000 +0200
@@ -1591,6 +1591,9 @@
pci_name(pdev));
isa_bridge = pci_get_device(PCI_VENDOR_ID_SI, 0x0965, NULL);
+ if (!isa_brige)
+ isa_bridge = pci_get_device(PCI_VENDOR_ID_SI, 0x0966, NULL);
+
if (!isa_bridge) {
net_probe(tp, KERN_INFO "%s: Can not find ISA bridge.\n",
pci_name(pdev));
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
--
Dr. Neil Muller email: [EMAIL PROTECTED]
Division Applied Mathematics, Department of Mathematical Sciences
University of Stellenbosch
It's not that I'm apathetic, it's just that I'm ....... Um ........
OK, it's that I'm apathetic
A Gentleman is somebody who knows how to play the bagpipes ...
and doesn't.
--- End Message ---
--- Begin Message ---
Version: 2.6.24-1
patch applied upstream, thus closing.
--
maks
--- End Message ---