From owner-cvs-src@FreeBSD.ORG Wed Jun 15 17:17:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0740816A41C; Wed, 15 Jun 2005 17:17:06 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B359243D49; Wed, 15 Jun 2005 17:17:05 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5FHH4t0001595; Wed, 15 Jun 2005 10:17:05 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5FHH4lc001594; Wed, 15 Jun 2005 10:17:04 -0700 (PDT) (envelope-from obrien) Date: Wed, 15 Jun 2005 10:17:04 -0700 From: "David O'Brien" To: Marius Strobl Message-ID: <20050615171704.GA1480@dragon.NUXI.org> References: <200506102056.j5AKudam000689@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506102056.j5AKudam000689@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 17:17:06 -0000 On Fri, Jun 10, 2005 at 08:56:38PM +0000, Marius Strobl wrote: > marius 2005-06-10 20:56:38 UTC > FreeBSD src repository > Modified files: > sys/conf files.alpha files.amd64 files.i386 > files.ia64 > sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c > atkbdc_isa.c atkbdc_subr.c atkbdcreg.h > atkbdreg.h psm.c > sys/i386/isa/pcvt pcvt_hdr.h > Added files: > sys/dev/atkbdc atkbdc_ebus.c atkbdc_subr.h psm.h > Removed files: > sys/dev/kbd atkbd.c atkbdc.c atkbdcreg.h atkbdreg.h > sys/isa atkbd_isa.c atkbdc_isa.c psm.c > Log: > - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source > files after they were repo-copied to sys/dev/atkbdc. The sources of Hi Marius, I wonder if I could ask you a favor. In the future after doing a repo copy like this - to cvs rm the old files and connect the new files to the build their new location w/o other changes first. This commit gives me an insta-reboot. A kernel built just before that change is good (adding brooks' 2005-06-11 00:20:38 UTC mii.c commit). But due to the file location changes its harder step thru parts of the change to track down the issue. There have been a few other reports in freebsd-current@ about insta-reboots. It seems related to using kernel modules. I would like to thank you for the forced commit explaining the repo occurred. thanks, -- -- David (obrien@FreeBSD.org)