Your message dated Sun, 10 Jul 2005 13:04:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#256711: fixed in nictools-pci 1.3.7-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Jun 2004 16:53:35 +0000
>From [EMAIL PROTECTED] Mon Jun 28 09:53:35 2004
Return-path: <[EMAIL PROTECTED]>
Received: from 204.red-213-96-224.pooles.rima-tde.net (betawl.net) 
[213.96.224.204] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BezNu-000155-00; Mon, 28 Jun 2004 09:53:35 -0700
Received: from man.manty.net (man.beta.es [192.168.1.2])
        by betawl.net (Postfix) with ESMTP id 34FAF2B923;
        Mon, 28 Jun 2004 18:53:30 +0200 (CEST)
Received: by man.manty.net (Postfix, from userid 1000)
        id B69F227D74; Mon, 28 Jun 2004 18:53:29 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Santiago Garcia Mantinan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bugs on libflash
X-Mailer: reportbug 2.62
Date: Mon, 28 Jun 2004 18:53:29 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: nictools-pci
Version: 1.3.6-1
Severity: important
Tags: patch

I have sent thig bug to upstream (vortex-diag list) and I wanted to give you
a path to the archives so that you could see my original post, but the list
archives seem to be broken right now, so I'm adding it here, this fixes a
bug and adds a new chip to libflash, it has been tested successfully here, I
think it could be aplied to debian's package while upstream doesn't add it.

To: [EMAIL PROTECTED]
Subject: Added chip and fixed bug for chips on vortex cards [PATCH]

Hi!

I have added SST39VF512 to libflash.c and fixed the sleep on chip erase to
meet max erase time of 10 seconds acording to the specs of AT49BV512. 10
seconds is what the specs say, I know it sounds too much, in fact, in my
tests a much smaller timing would do, but I prefer to be safe and follow the
specs and not fail like the old version did.

--- nictools-pci-1.3.6.orig/libflash.c
+++ nictools-pci-1.3.6/libflash.c
@@ -92,6 +92,7 @@
        { 0x1F, 0xC4, 0, 512*1024, 256, "Atmel AT29LV040A", },
        /* Bulk-erase, byte-program parts. */
        { 0x1F, 0x03, ERASE_FIRST, 64*1024,   1, "Atmel AT49BV512", },
+       { 0xBF, 0xD4, ERASE_FIRST, 64*1024,   1, "Silicon Storage Technology 
SST39VF512", },
        /* AMD parts that require 90/01 read method. */
        { 0x01, 0x6D, 0, 128*1024, 8*1024, "AMD Am29LV001BB", },
        { 0x01, 0xED, 0, 128*1024, 8*1024, "AMD Am29LV001BT", },
@@ -332,7 +333,9 @@
 {
        do_cmd(addr_ioaddr, data_ioaddr, 0x80);
        do_cmd(addr_ioaddr, data_ioaddr, 0x10);
-       usleep(20000);                          /* 20 msec. */
+       /* While SST39VF512 specifies a max tsce of 100 ms, the */
+       /* AT49BV512 specifies a tEC Erase Cycle Time of 10 sec, so ... */
+       sleep(10);
 }
 
 int flash_program(long addr_ioaddr, long data_ioaddr, char *filename)

The code has been tested on my two cards, one SST39VF512 based and the other
AT49BV512 based, and now works ok, while before it didn't support the
SST39VF512 and didn't work correctly on the AT49BV512.

If there is any question on these, don't hesitate to ask.

Regards...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C

Versions of packages nictools-pci depends on:
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an

-- no debconf information

---------------------------------------
Received: (at 256711-close) by bugs.debian.org; 10 Jul 2005 17:08:08 +0000
>From [EMAIL PROTECTED] Sun Jul 10 10:08:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DrfHj-0000E7-00; Sun, 10 Jul 2005 10:08:08 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DrfEB-0005W2-00; Sun, 10 Jul 2005 13:04:27 -0400
From: Alain Schroeder <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#256711: fixed in nictools-pci 1.3.7-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 10 Jul 2005 13:04:27 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: nictools-pci
Source-Version: 1.3.7-1

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

nictools-pci_1.3.7-1.diff.gz
  to pool/main/n/nictools-pci/nictools-pci_1.3.7-1.diff.gz
nictools-pci_1.3.7-1.dsc
  to pool/main/n/nictools-pci/nictools-pci_1.3.7-1.dsc
nictools-pci_1.3.7-1_i386.deb
  to pool/main/n/nictools-pci/nictools-pci_1.3.7-1_i386.deb
nictools-pci_1.3.7.orig.tar.gz
  to pool/main/n/nictools-pci/nictools-pci_1.3.7.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alain Schroeder <[EMAIL PROTECTED]> (supplier of updated nictools-pci 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Sun, 10 Jul 2005 17:08:43 +0300
Source: nictools-pci
Binary: nictools-pci
Architecture: source i386
Version: 1.3.7-1
Distribution: unstable
Urgency: low
Maintainer: Alain Schroeder <[EMAIL PROTECTED]>
Changed-By: Alain Schroeder <[EMAIL PROTECTED]>
Description: 
 nictools-pci - Diagnostic tools for many PCI ethernet cards
Closes: 203360 237886 256711 258103 306656
Changes: 
 nictools-pci (1.3.7-1) unstable; urgency=low
 .
   * New Upstream
     * libflash v2.06a
       * Another flash chips supported
     * libmii v2.11
       * Support for even more chips.
     * alta-diag v2.04
     * eepro100 v2.13
     * epic-diag v2.04
       * Support for card selection and help update
     * myson-diag v1.08
       * few fixes
     * natsemi-diag v2.08
       * updated help
     * ne2k-pci-diag v2.06
     * ns820-diag v2.05
     * pcnet-diag v2.03
       * more chips known and media detection fixes
       * fixes homepna breakage (closes: #258103)
     * rtl8139-diag v2.13
       * Support for more chips
     * starfire-diag v2.02
       * Media type fixes
     * tulip-diag v2.18
       * setting the hwaddress and eeprom writes improved
     * via-diag v2.10
     * vortex-diag v2.16
       * more chips known
     * winbond-diag v2.02
     * yellowfin-diag v2.01
       * media type detection improved
   * Non-Upstream Patches
     * Support for SST39VF512 (Patch from Santiago Garcia Mantinan,
       closes: #256711)
     * Fixed grammar in description (closes: #306656)
     * Activate Flash support in rtl8139-diag and add patch for am29f0x0b flash
       chips (closes: #203360).
     * added pci-config v2.05, which can be used eg. for setting pci cards into
       sleep state. (closes: #237886)
Files: 
 7d73004527b67cee4d2724abeff2f51a 596 net extra nictools-pci_1.3.7-1.dsc
 f778b9ec2d9b262bc9bc2ef18a8c510d 139793 net extra 
nictools-pci_1.3.7.orig.tar.gz
 73aeae9b8d96f35dc4cf07949216f230 19355 net extra nictools-pci_1.3.7-1.diff.gz
 07826d8c60ff711c880739591c80b8da 216222 net extra nictools-pci_1.3.7-1_i386.deb

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

iD8DBQFC0U7QjO6yWbPCgfQRAhk3AJ0fOsPMzljAlAabGnyDtbLsPpCVaACeIEoq
DBS2M2L4V1rRRg7sPrr8evg=
=ZlhT
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to