From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 2 02:39:00 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB0C16A4CE for ; Fri, 2 Jan 2004 02:39:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2C643D39; Fri, 2 Jan 2004 02:38:59 -0800 (PST) (envelope-from davidxu@viatech.com.cn) Received: from viatech.com.cn (davidxu@localhost [127.0.0.1]) i02AcsFR054252; Fri, 2 Jan 2004 02:38:58 -0800 (PST) (envelope-from davidxu@viatech.com.cn) Message-ID: <3FF54AED.70608@viatech.com.cn> Date: Fri, 02 Jan 2004 18:41:49 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031206 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ctodd@chrismiller.com References: <200401020610.i026AFR8032311@freefall.freebsd.org> In-Reply-To: <200401020610.i026AFR8032311@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/60646: VIA C3 system hangs on reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 10:39:00 -0000 ctodd@chrismiller.com wrote: >The following reply was made to PR misc/60646; it has been noted by GNATS. > >From: ctodd@chrismiller.com >To: David Xu >Cc: Chris Miller , > freebsd-gnats-submit@freebsd.org >Subject: Re: misc/60646: VIA C3 system hangs on reboot >Date: Thu, 1 Jan 2004 22:05:06 -0800 (PST) > > On Fri, 2 Jan 2004, David Xu wrote: > > > I have a VIA EPIA-M II board in hand, its chipset is VIA CLE266, runs > > just fine, no the reboot problem you reported, I think it is not CPU > > related, but chipsets or motherboard related, I saw your motherboard is > > using SIS's chipsets... > > I recently spoke with someone with a VIA motherboard that said the same > thing. The motherboard in question is an ECS (http://ecsusa.com) P6VEM3 > V3. When "Rebooting" is printed to the screen, I do see a flash as if a > signal is sent to reboot but perhaps is not long enough in duration. Any > ideas as to where to look for a cause/solution/workaround in the > source code? Perhaps I can experiment a bit. The manufacturer is > non-responsive to support requests through their website.... > > I think the lastest code kernel executes before CPU reboots itself is in /sys/i386/vm_machdep.c function cpu_reset_real(). try to increase DELAY value to see if there is any differences, or just disable it by define BROKEN_KEYBOARD_RESET in your kernel config file and force CPU to go into triple faults and reboot itself. > > Chris > > >