From owner-cvs-src@FreeBSD.ORG Fri Feb 27 11:52:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0376A16A4CE; Fri, 27 Feb 2004 11:52:44 -0800 (PST) Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB2043D31; Fri, 27 Feb 2004 11:52:43 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1RJqfn1004655; Fri, 27 Feb 2004 20:52:41 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1RJqf6R032985; Fri, 27 Feb 2004 20:52:41 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1RJqft5032984; Fri, 27 Feb 2004 20:52:41 +0100 (CET) (envelope-from wkb) Date: Fri, 27 Feb 2004 20:52:41 +0100 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040227195241.GA32969@freebie.xs4all.nl> References: <200402271930.i1RJUkS4038278@repoman.freebsd.org> <20040227194843.GA71089@ns1.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040227194843.GA71089@ns1.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ken Smith Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c promcons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 19:52:44 -0000 On Fri, Feb 27, 2004 at 11:48:43AM -0800, Marcel Moolenaar wrote: > On Fri, Feb 27, 2004 at 11:30:46AM -0800, Ken Smith wrote: > > kensmith 2004/02/27 11:30:46 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/alpha machdep.c promcons.c > > Log: > > Fix -current builds on alpha. Recent changes in device handling caused > > subtle problems with how alpha was handling the promcons device. This > > moves the call to make_dev() for the promcons device to a later point of > > the boot-up sequence than where promcons initially gets attached, make_dev() > > called during the first attach crashes due to kernel stack issues. > > Good job! Thank you Ken! -- Wilko Bulte wilko@FreeBSD.org