From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 02:05:42 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A4EB1065672 for ; Sat, 22 Nov 2008 02:05:42 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 02CD58FC12 for ; Sat, 22 Nov 2008 02:05:41 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1170432rvf.43 for ; Fri, 21 Nov 2008 18:05:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=zUl78LfHg9iw2kO5VbbDgxpwI4wQcWpXW1/yj+z8udo=; b=vG6TpXm1Df4dbG5M4amIs+ZeHGI+3n6YzR/fN98npHWNfOSBpIwS7AK0cFaWKwEM32 EJxjYvnw6zKbbdCJ5ZgPwrJennLuyME1l7vGkgxRz8RjIM432tbSikk/3MIFykEWBxZ9 LYqEB1NVoMuOYPu/JcNpu8OSNWUzTmAc/kFzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Pky2o0g49I7xkkANlymbvqyrQPW0BD/BHqjEKMqxw8szGhiAiS9JAuY5g8Nn4gp7eJ 7XTmjvrvd7o4+CDNAyB3+L/eakUP7+X+ylHdgFfvXrVpmPpWNlmYuoHD9JsqYpVQG/Q6 t76Pa78MfsCpAsXB1bdJa6TTq9Nigg63PhmlQ= Received: by 10.141.98.18 with SMTP id a18mr606187rvm.194.1227318232948; Fri, 21 Nov 2008 17:43:52 -0800 (PST) Received: by 10.141.79.14 with HTTP; Fri, 21 Nov 2008 17:43:52 -0800 (PST) Message-ID: <7d6fde3d0811211743q56e24d3dhe821e02611da3cb4@mail.gmail.com> Date: Fri, 21 Nov 2008 17:43:52 -0800 From: "Garrett Cooper" To: "Luigi Rizzo" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: current@freebsd.org Subject: Re: src/sys/boot/common/load.c unused ? 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: Sat, 22 Nov 2008 02:05:42 -0000 On Thu, Nov 20, 2008 at 10:45 AM, Luigi Rizzo wrote: > while debugging the misbehaviour of pxeboot on certain machines, > i noticed that the file src/sys/boot/common/load.c seems to be > unused -- in fact, i could not find a reference to this file (or the > filedup() function that it implements) anywhere. > > Is it supposed to be used somehow, or it is ok to remove it ? > > cheers > luigi Try removing it and see if a compile fails. If not, then try booting from a known working machine to see if PXE booting still functions. -Garrett