[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#460337: marked as done (Fix ethernet interrupts for Cobalt RaQ1)



Your message dated Sat, 16 Feb 2008 12:17:05 +0000
with message-id <E1JQLyb-0000HS-W9@ries.debian.org>
and subject line Bug#460337: fixed in fai-kernels 1.17+etch.18etch1
has caused the Debian Bug report #460337,
regarding Fix ethernet interrupts for Cobalt RaQ1
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 owner@bugs.debian.org
immediately.)


-- 
460337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460337
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.18.dfsg.1-12
Severity: important

The network interface on Cobalt RaQ1 has not worked since we moved
from 2.4 to 2.6.  There were quite a few reports about this on the
debian-mips list.  Thomas Bogendoerfer just posted a patch for this
problem.


----- Forwarded message from Thomas Bogendoerfer <tsbogend@alpha.franken.de> -----

From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: [PATCH] Fix ethernet interrupts for Cobalt RaQ1
Date: Sat, 12 Jan 2008 00:25:14 +0100 (CET)
To: linux-mips@linux-mips.org
cc: ralf@linux-mips.org

RAQ1 uses the same interrupt routing as qube2.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---

 arch/mips/pci/fixup-cobalt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/pci/fixup-cobalt.c b/arch/mips/pci/fixup-cobalt.c
index f7df114..9553b14 100644
--- a/arch/mips/pci/fixup-cobalt.c
+++ b/arch/mips/pci/fixup-cobalt.c
@@ -177,7 +177,7 @@ static char irq_tab_raq2[] __initdata = {
 
 int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 {
-	if (cobalt_board_id < COBALT_BRD_ID_QUBE2)
+	if (cobalt_board_id <= COBALT_BRD_ID_QUBE1)
 		return irq_tab_qube1[slot];
 
 	if (cobalt_board_id == COBALT_BRD_ID_RAQ2)

----- End forwarded message -----

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: fai-kernels
Source-Version: 1.17+etch.18etch1

We believe that the bug you reported is fixed in the latest version of
fai-kernels, which is due to be installed in the Debian FTP archive:

fai-kernels_1.17+etch.18etch1.dsc
  to pool/main/f/fai-kernels/fai-kernels_1.17+etch.18etch1.dsc
fai-kernels_1.17+etch.18etch1.tar.gz
  to pool/main/f/fai-kernels/fai-kernels_1.17+etch.18etch1.tar.gz
fai-kernels_1.17+etch.18etch1_i386.deb
  to pool/main/f/fai-kernels/fai-kernels_1.17+etch.18etch1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 460337@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazier <dannf@debian.org> (supplier of updated fai-kernels package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 12 Feb 2008 09:59:43 -0700
Source: fai-kernels
Binary: fai-kernels
Architecture: source i386
Version: 1.17+etch.18etch1
Distribution: stable-security
Urgency: high
Maintainer: Holger Levsen <holger@debian.org>
Changed-By: dann frazier <dannf@debian.org>
Description: 
 fai-kernels - special kernels for FAI (Fully Automatic Installation)
Closes: 460337 461493
Changes: 
 fai-kernels (1.17+etch.18etch1) stable-security; urgency=high
 .
   * Rebuild against linux-source-2.6.18 (2.6.18.dfsg.1-18etch1)
     * bugfix/vmsplice-security.patch
       [SECURITY] Fix missing access check in vmsplice.
       See CVE-2008-0010, CVE-2008-0600
     * bugfix/all/vserver/proc-link-security.patch
       [SECURITY][vserver] Fix access checks for the links in /proc/$pid.
   * Changes from linux-source-2.6.18 (2.6.18.dfsg.1-18)
     [ Martin Michlmayr ]
     * [mips] Fix network on Cobalt RaQ1, thanks Thomas Bogendoerfer
       (closes: #460337).
 .
     [ dann frazier ]
     * [ia64] Fix an issue with unaligned accesses and certain floating point
       instructions that can result in silent user data corruption
       (closes: #461493).
     * Update abi reference files for ABI 6
Files: 
 42ad7f3b4925c86466a12f6af1f60d34 740 admin extra fai-kernels_1.17+etch.18etch1.dsc
 1d940e99b60ea13d97af2a2c7091b7ca 56178 admin extra fai-kernels_1.17+etch.18etch1.tar.gz
 f19755f1460aadb94f355e4b601e90e5 5503064 admin extra fai-kernels_1.17+etch.18etch1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHsgPjhuANDBmkLRkRAhllAJ4ws/6hlYtCuBq9u3YHVpjEoQ0DHwCbB8Lt
HMTbm1UMBp9kLHIG5gw+Jus=
=oF8O
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: