From owner-cvs-all@FreeBSD.ORG Thu Sep 28 16:30:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A8BD16A412; Thu, 28 Sep 2006 16:30:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1241D43D4C; Thu, 28 Sep 2006 16:30:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8SGUaJh010797; Thu, 28 Sep 2006 16:30:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8SGUa5T010796; Thu, 28 Sep 2006 16:30:36 GMT (envelope-from jhb) Message-Id: <200609281630.k8SGUa5T010796@repoman.freebsd.org> From: John Baldwin Date: Thu, 28 Sep 2006 16:30:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 16:30:37 -0000 jhb 2006-09-28 16:30:36 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.S Log: A couple of simple tweaks that trim BTX by 6 bytes. Since BTX is 16-byte aligned within boot2 however, this actually trims boot2 by 16 bytes. Revision Changes Path 1.40 +2 -3 src/sys/boot/i386/btx/btx/btx.S