From owner-freebsd-current@FreeBSD.ORG Tue Feb 27 01:05:23 2007 Return-Path: X-Original-To: freebsd-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 D22F516A400; Tue, 27 Feb 2007 01:05:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id A633113C471; Tue, 27 Feb 2007 01:05:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 18C331E09D1; Mon, 26 Feb 2007 20:05:23 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Mon, 26 Feb 2007 20:05:23 -0500 X-Sasl-enc: 0PfemO0Fs6c1E7yUt5BN9fpz5LtiWuWNmDOL14tMr7j5 1172538322 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 6CA4514CA5; Mon, 26 Feb 2007 20:05:22 -0500 (EST) Message-ID: <45E383D1.8040702@FreeBSD.org> Date: Tue, 27 Feb 2007 01:05:21 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: John Baldwin References: <20070223061822.GA1497@obelix.dsto.defence.gov.au> <20070224062628.GA8992@obelix.dsto.defence.gov.au> <20070224102351.GO39168@deviant.kiev.zoral.com.ua> <200702261833.01791.jhb@freebsd.org> In-Reply-To: <200702261833.01791.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , freebsd-current@freebsd.org Subject: Re: kgdb(1) ... is it broken ? 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: Tue, 27 Feb 2007 01:05:23 -0000 John Baldwin wrote: > > Try this: > > Index: kern_conf.c > =================================================================== > RCS file: /usr/cvs/src/sys/kern/kern_conf.c,v > retrieving revision 1.200 ... Have you checked that this jibes OK with rev 1.201? Devices may be added out of order without this change; see http://www.freebsd.org/cgi/query-pr.cgi?pr=105228 for details. BMS