From owner-svn-src-head@FreeBSD.ORG Mon Feb 21 20:08:47 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5145110656A9; Mon, 21 Feb 2011 20:08:47 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0B0C08FC1F; Mon, 21 Feb 2011 20:08:46 +0000 (UTC) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 0262F9CB0C5; Mon, 21 Feb 2011 21:08:45 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by lev.vlakno.cz (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PRDRv7sVX-hc; Mon, 21 Feb 2011 21:08:32 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C5DE19CB472; Mon, 21 Feb 2011 21:08:32 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.4/8.14.4/Submit) id p1LK8WIP023911; Mon, 21 Feb 2011 21:08:32 +0100 (CET) (envelope-from rdivacky) Date: Mon, 21 Feb 2011 21:08:32 +0100 From: Roman Divacky To: Dimitry Andric Message-ID: <20110221200832.GA23843@freebsd.org> References: <201102211946.p1LJk2a4081223@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201102211946.p1LJk2a4081223@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r218926 - head/sys/boot/i386/boot2 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2011 20:08:47 -0000 On Mon, Feb 21, 2011 at 07:46:02PM +0000, Dimitry Andric wrote: > Author: dim > Date: Mon Feb 21 19:46:02 2011 > New Revision: 218926 > URL: http://svn.freebsd.org/changeset/base/218926 > > Log: > In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable > from uint16_t back to uint32_t. The actual option bitmasks (RB_* and > RBX_*) assume at least a 32 bit variable. > > Submitted by: rdivacky actually, pointy hat to me :(