From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 11:40:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B24A16A4CE; Mon, 1 Nov 2004 11:40:10 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C291043D39; Mon, 1 Nov 2004 11:40:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id C88141FF9AC; Mon, 1 Nov 2004 12:40:07 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id C9A9C1FF9A8; Mon, 1 Nov 2004 12:40:05 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id A33141564A; Mon, 1 Nov 2004 11:36:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id A07A615384; Mon, 1 Nov 2004 11:36:02 +0000 (UTC) Date: Mon, 1 Nov 2004 11:36:02 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: freebsd-amd64@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: FreeBSD current mailing list Subject: if_sk patch to get more info from people with problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 01 Nov 2004 11:40:10 -0000 Hi, a lot of people seem to have problems with if_sk. A lot of people consider it simply broken on some boards. Let's see if we can find out what problems happen for which people. - watchdog timeouts - rx/tx "hangs" - ... At [1] you can find a quick, dirty and ugly hack[2] (unverified to be implemented correctly in the last 5 minutes) to dump more VPD (vital product data) from those cards. It will print out sth like this (on may amd64 with ASUS K8V SE Deluxe): ! ... ! skc0: port 0xa800-0xa8ff mem 0xf7b00000-0xf7b03fff irq 17 at device 10.0 on pci0 ! skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter ! skc0: PN: Yukon 88E8001 ! skc0: EC: Rev. 1.3 ! skc0: MN: Marvell ! skc0: SN: AbCdEfG334454 ! sk0: on skc0 ! ... PN is Part Number EC is Engineering Change level MN is the Manufacture ID SN is Serial Number would be interesting to see if we can find more similarities. [1] http://sources.zabbadoz.net/freebsd/patchset/EXPERIMENTAL/if_sk_vpd.diff [2] I am still not checking VPD checksum; nor should this handling be done in the driver because it's a PCI thing and should be cleanly implemented somewhere else. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT