From owner-freebsd-current@FreeBSD.ORG Thu Mar 8 14:29:30 2007 Return-Path: X-Original-To: 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 A223016A402 for ; Thu, 8 Mar 2007 14:29:30 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5A07513C461 for ; Thu, 8 Mar 2007 14:29:30 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1HPJcX-0002Jp-5g; Thu, 08 Mar 2007 16:29:29 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: pyunyh@gmail.com In-reply-to: Your message of Thu, 8 Mar 2007 21:59:08 +0900 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 08 Mar 2007 16:29:28 +0200 From: Danny Braniss Message-ID: Cc: FreeBSD current mailing list Subject: nfe/PXE problem, was Re: nve related LOR triggered by lots of small packets, and a hard hang 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: Thu, 08 Mar 2007 14:29:30 -0000 hope i don't get shot for highjacking :-) ... > I tried the latest, and it 'seems' to work ok if I boot of the disk, but still having > problems when booting via PXE: > > ... > nfe0: port 0xdc00-0xdc07 mem 0xfe02c000-0xfe02cfff irq 22 at device 20.0 on pci0 > nfe0: Ethernet address: 57:6c:a9:f3:18:00 > miibus1: on nfe0 > e1000phy0: PHY 11 on miibus1 > e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto > nfe0: [ITHREAD] > ... > nfs_diskless: no interface > ... > > danny > PS: maybe it's time to change the Subject:? > > Yes, but I guess PXE booting has nothing to do with nfe(4). > If my memory serve me right I've used 'options BOOTP_WIRED_TO=hme0' > to net-boot on sparc64. well, I can PXE boot this box if I use an fxp NIC, with the nfe I tracked the problem to sys/nfsclient/nfs_diskless, where in nfs_setup_diskless(void) it does not find the nfe interface, ie, something does not match, but the interface was detected!. i'll try and do some more debugging. danny