From owner-freebsd-current@FreeBSD.ORG Sun Sep 18 22:57:28 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B09E16A41F for ; Sun, 18 Sep 2005 22:57:28 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0E243D48 for ; Sun, 18 Sep 2005 22:57:27 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so385953wxd for ; Sun, 18 Sep 2005 15:57:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cyXoO4mdzuLCyTgu5kf2357lvOCkEmr/tiaFAI3F9ZT7lEY8rgzlFeP1KrTO1WzdwXoRZ7PD7eDPv4xVEcTIs+uhe22xJ8rSUgGsn/zw4D9d5stf1Eu9O7POFxPgxvr57Iqxn/K6PCpV2c9N6t8YwbNNsw6iR/SSfJJuKr1krbo= Received: by 10.70.80.1 with SMTP id d1mr1059314wxb; Sun, 18 Sep 2005 15:57:24 -0700 (PDT) Received: by 10.70.10.5 with HTTP; Sun, 18 Sep 2005 15:57:24 -0700 (PDT) Message-ID: <70e8236f05091815579eca1c2@mail.gmail.com> Date: Sun, 18 Sep 2005 23:57:24 +0100 From: Joao Barros To: freebsd-current@freebsd.org In-Reply-To: <70e8236f0509180932b7cd2e1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <70e8236f0509180932b7cd2e1@mail.gmail.com> Subject: Re: FreeBSD 6.0-BETA5 #4 kernel: can't re-use a leaf (cdev)! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joao.barros@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 22:57:28 -0000 On 9/18/05, Joao Barros wrote: > I just cvsup'ed and recompiled the kernel and noticed this: >=20 > Sep 18 17:23:36 AMR kernel: Copyright (c) 1992-2005 The FreeBSD Project. > Sep 18 17:23:36 AMR kernel: Copyright (c) 1979, 1980, 1983, 1986, > 1988, 1989, 1991, 1992, 1993, 1994 > Sep 18 17:23:36 AMR kernel: The Regents of the University of > California. All rights reserved. > Sep 18 17:23:36 AMR kernel: FreeBSD 6.0-BETA5 #4: Sun Sep 18 16:47:21 WES= T 2005 > Sep 18 17:23:36 AMR kernel: root@AMR.bsdtech.org:/usr/obj/usr/src/sys/GEN= ERIC > Sep 18 17:23:36 AMR kernel: can't re-use a leaf (cdev)! <------ ?! > Sep 18 17:23:36 AMR kernel: Timecounter "i8254" frequency 1193182 Hz qual= ity 0 > Sep 18 17:23:36 AMR kernel: CPU: Intel Pentium III (735.00-MHz 686-class = CPU) > Sep 18 17:23:36 AMR kernel: Origin =3D "GenuineIntel" Id =3D 0x683 Step= ping =3D 3 Corrected with this commit: phk 2005-09-18 17:13:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mib.c Log: MFC: This bit missed out in the DEVFS MFC earlier today: SYSCTL debug.sizeof.cdev moved to relevant source file. Approved by: re@ (scottl) Revision Changes Path 1.74.2.1 +0 -4 src/sys/kern/kern_mib.c -- Joao Barros