From owner-freebsd-amd64@FreeBSD.ORG Mon Nov 15 23:46:03 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A77616A4D0 for ; Mon, 15 Nov 2004 23:46:03 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED19443D1D for ; Mon, 15 Nov 2004 23:46:02 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so203772cwb for ; Mon, 15 Nov 2004 15:46:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gSeuizUv5X44zwtuEBS0Bwy0JzxyuJsvOL75hne0Pv/PJgUCplaBw2CFRqbFF5Emmbi/GcZ+kjSVKbgzK1oFqyyll4WUbmjMmNcx1EtbydizRBOvT+JSV+DwudttNExgg1Akjm8M0sYqi48UKLar3Cwoas1+B6JcQ4XVNSePJ9c= Received: by 10.11.117.6 with SMTP id p6mr232048cwc; Mon, 15 Nov 2004 15:46:02 -0800 (PST) Received: by 10.11.117.23 with HTTP; Mon, 15 Nov 2004 15:46:02 -0800 (PST) Message-ID: Date: Mon, 15 Nov 2004 15:46:02 -0800 From: David Kleiner To: FreeBSD current mailing list , FreeBSD amd64 mailing list In-Reply-To: <20041115084705.GQ64152@marvin.riggiland.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041115070404.GP64152@marvin.riggiland.au> <20041115084705.GQ64152@marvin.riggiland.au> Subject: Re: [PATCH] if_sk(4) rx/tx "hangs" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Kleiner List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 23:46:03 -0000 Hi, Another data point. Having given up on getting a good sk NIC on a -current box, I installed a realtek rl-identified card. Here is what I get when trying to load up the if_sk.ko module: Nov 15 15:31:58 macropus kernel: skc0: port 0xa800-0xa8ff mem 0xfab00000-0xfab03fff irq 17 at device 10.0 on pci0 Nov 15 15:31:58 macropus kernel: skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter Nov 15 15:31:58 macropus kernel: skc0: PN: Yukon 88E8001 Nov 15 15:31:58 macropus kernel: skc0: EC: Rev. 1.3 Nov 15 15:31:58 macropus kernel: skc0: MN: Marvell Nov 15 15:31:58 macropus kernel: skc0: SN: AbCdEfG334454 Nov 15 15:31:58 macropus kernel: sk0: on skc0 Nov 15 15:31:58 macropus kernel: sk0: no memory for jumbo buffers! Nov 15 15:31:58 macropus kernel: sk0: jumbo buffer allocation failed Nov 15 15:31:58 macropus kernel: device_attach: sk0 attach returned 12 This is an Asus "A8V Deluxe (v. 2.0) K8T800 No-WiFi/A" and 6.0-CURRENT built on Sat Nov 13 12:08:59 PST 2004. I also had it crashed while running a 700MB bittorrent transfer (stock py-bittorrent) but did not get a crash dump. The stack trace pointed at problem with networking and calling "panic" at the db> prompt wedged it solid. Thank you, David