From owner-cvs-src@FreeBSD.ORG Wed Jun 15 18:47:08 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 8E21716A41C; Wed, 15 Jun 2005 18:47:08 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083E943D48; Wed, 15 Jun 2005 18:47:07 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j5FIl6Gr099478; Wed, 15 Jun 2005 20:47:06 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j5FIl1PK099477; Wed, 15 Jun 2005 20:47:01 +0200 (CEST) (envelope-from marius) Date: Wed, 15 Jun 2005 20:47:01 +0200 From: Marius Strobl To: "David O'Brien" Message-ID: <20050615204701.P80563@newtrinity.zeist.de> References: <200506102056.j5AKudam000689@repoman.freebsd.org> <20050615171704.GA1480@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050615171704.GA1480@dragon.NUXI.org>; from obrien@FreeBSD.org on Wed, Jun 15, 2005 at 10:17:04AM -0700 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-4; AVE: 6.31.0.5; VDF: 6.31.0.56; host: newtrinity.zeist.de) 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 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 18:47:08 -0000 On Wed, Jun 15, 2005 at 10:17:04AM -0700, David O'Brien wrote: > 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. Ok. > 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. > If the reboots happen before the kernel prints out anything this probably means that one of the atkbdc(4) or atkbd(4) configure functions triggers them unless something fancy is going on. I currently can't think of why one of the changes should make a difference on some AMD64 systems there but you could try and replace atkbdc.c and atkbd.c one after the other with the former versions from sys/dev/kbd and just update the path to the atkbd*.h there. Marius