From owner-freebsd-current@FreeBSD.ORG Wed Jul 18 04:27:47 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A153116A402 for ; Wed, 18 Jul 2007 04:27:47 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 2A98313C4AC for ; Wed, 18 Jul 2007 04:27:41 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so269880uge for ; Tue, 17 Jul 2007 21:27:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VH2G44XHB0LTmXjRSAsd7ibAPiH/nZeNd7oDHSwRswXCJ/NJzsAgHS6HKUcqiog9F5kGmUJAJrT69kKRfubvaVc+l3CHdhdawDG4ndKMcAkqSCaK4hqPf7GC3f/gu0kvO/OoYBs6qqpvoKZjNUH3B2JWjcVhnT7iBbD8aZkG24U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CZBn5eVRBv7oqjuONfS32ndvNSQdl8NKVdPekKWWrecav+NkEeC6y1PeL9SgRJaCRFXTQZp0p60y0z89VOxs7b9umF++M8uBhPyWLKxkYaHrotUfv5YQyUOMrp1HykdfrNp1/WEQxFQARVYaRhlgpLUCDS8wwwInncKTFqNGwio= Received: by 10.78.140.17 with SMTP id n17mr325881hud.1184732860549; Tue, 17 Jul 2007 21:27:40 -0700 (PDT) Received: by 10.78.162.18 with HTTP; Tue, 17 Jul 2007 21:27:40 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 21:27:40 -0700 From: "Kip Macy" To: "Mike Tancsa" , freebsd-current@freebsd.org In-Reply-To: <200707180239.l6I2dgD1010356@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707180239.l6I2dgD1010356@lava.sentex.ca> Cc: Subject: Re: chelsio driver and Myricom driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 04:27:47 -0000 You need to use the module in order to update the firmware. The firmware will be automatically be updated when you up an interface on the card. -Kip On 7/17/07, Mike Tancsa wrote: > Hi, > > I am trying to run a recent current with the Chelsio 10GigE card > below and it tries to load but has the following complaint. > > cxgbc0: mem > 0xe0201000-0xe0201fff,0xe0800000-0xe0ffffff,0xe0200000-0xe0200fff irq > 16 at device 0.0 on pci10 > cxgbc0: found wrong FW version (4.0), driver needs version 4.5 > cxgbc0: firmware needs to be updated to version 4.5.0 > cxgbc0: found wrong TP version (0.0), driver needs version 1.1 > cxgbc0: SRAM needs to be updated to version b-1.1.0 > cxgb0: on cxgbc0 > cxgb0: Ethernet address: 00:07:43:04:01:2c > > Where do I get the firmware from ? The website only has 4.3 ? Also, > how do I update the SRAM. Sorry if these are obvious questions, but > I am new to CURRENT with such drivers. I have the driver compiled > into the kernel > > > With the Myricom, it seems to work, but it doesnt detect the cx4 > media type for some reason. > > # ifconfig mxge0 > mxge0: flags=8843 metric 0 mtu 9000 > > options=1bb > ether 00:60:dd:47:c6:c4 > inet 192.168.10.3 netmask 0xffffff00 broadcast 192.168.10.255 > media: (autoselect ) > status: active > > The port is up and I can ping across it so it is working. > > TenGigabitEthernet2/3 is up, line protocol is up (connected) > Hardware is C6k 10000Mb 802.3, address is 0018.bab0.2036 (bia > 0018.bab0.2036) > Description: leopard3 mxge0 > MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec, > reliability 255/255, txload 1/255, rxload 1/255 > Encapsulation ARPA, loopback not set > Full-duplex, 10Gb/s > input flow-control is off, output flow-control is on > ARP type: ARPA, ARP Timeout 04:00:00 > Last input never, output 00:00:55, output hang never > Last clearing of "show interface" counters never > Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0 > Queueing strategy: fifo > Output queue: 0/40 (size/max) > 5 minute input rate 0 bits/sec, 0 packets/sec > 5 minute output rate 0 bits/sec, 0 packets/sec > 8 packets input, 588 bytes, 0 no buffer > Received 5 broadcasts, 0 runts, 0 giants, 0 throttles > 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored > 0 input packets with dribble condition detected > 403 packets output, 30468 bytes, 0 underruns > 0 output errors, 0 collisions, 1 interface resets > 0 babbles, 0 late collision, 0 deferred > 0 lost carrier, 0 no carrier > 0 output buffer failures, 0 output buffers swapped out > > > ---Mike > > > -------------------------------------------------------------------- > Mike Tancsa, tel +1 519 651 3400 > Sentex Communications, mike@sentex.net > Providing Internet since 1994 www.sentex.net > Cambridge, Ontario Canada www.sentex.net/mike > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >