From owner-freebsd-questions@FreeBSD.ORG Tue May 16 02:01:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D5FE16AB19 for ; Tue, 16 May 2006 02:01:56 +0000 (UTC) (envelope-from fierykylin@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F73943D45 for ; Tue, 16 May 2006 02:01:55 +0000 (GMT) (envelope-from fierykylin@gmail.com) Received: by wx-out-0102.google.com with SMTP id t13so23497wxc for ; Mon, 15 May 2006 19:01:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aic7XWmcY+jLKxm+6CYxX6/39Nya1txNPPBnxe8+Awjnt+gkcs1ct5x8qVHOTP1rBiNu8jk5IZrykjo+kI5Ny5icYAHrHMCJO7wFaVa4qF+5hM42OV6QfixxYOG/gbJBq0oSBdQLfhfEF6cGjVR9MqPit92eHFvEx1tbY5la8Z4= Received: by 10.70.32.6 with SMTP id f6mr189649wxf; Mon, 15 May 2006 19:01:55 -0700 (PDT) Received: by 10.70.44.7 with HTTP; Mon, 15 May 2006 19:01:54 -0700 (PDT) Message-ID: <87ab37ab0605151901p784a1359u51bf4dd49f3b0c26@mail.gmail.com> Date: Tue, 16 May 2006 10:01:55 +0800 From: kylin To: "Kevin Kinsey" In-Reply-To: <44689C52.2000208@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <87ab37ab0605150801m85cc1d4x2d52f6386fbf5b2a@mail.gmail.com> <44689C52.2000208@daleco.biz> Cc: freebsd-questions@freebsd.org Subject: Re: how to enble bootverbose in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 02:01:56 -0000 Thanku , wish u a nice day ! but still ,i cannot get the verbose output in the kernel such as #define PDEBUG(a)=09if (bus_debug) {printf("%s:%d: ", __func__, __LINE__), printf a; printf("\n");} thus i turned on the trigger below: dev/bktr/bktr_reg.h define=09bootverbose 1 subr_bus.c #define BUS_DEBUG any good idea else ? On 5/15/06, Kevin Kinsey wrote: > william wallace wrote: > > hello ,everyone > > i need to get the trace of the booting kernel in detail > > ,but i found i cannot turn the trigger=3D=3D bootverbose=3D=3D > > on to 1 ,even when i " define bootverbose 1 " in dev/bktr/bktr_r= eg.h > > any kind-hearted would help me out > > > > > From /boot/defaults/loader.conf: > > verbose_loading=3D"NO" # Set to YES for verbose loader output > > HTH, > > Kevin Kinsey > > -- > You probably wouldn't worry about what people > think of you if you could know how seldom they do. > -- Olin Miller > > --=20 we who r about to die,salute u!