From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 14:07:26 2003 Return-Path: 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 7C6A637B401 for ; Fri, 11 Jul 2003 14:07:26 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF85643F3F for ; Fri, 11 Jul 2003 14:07:25 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h6BL7EM7018758; Fri, 11 Jul 2003 14:07:18 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200307112107.h6BL7EM7018758@gw.catspoiler.org> Date: Fri, 11 Jul 2003 14:07:14 -0700 (PDT) From: Don Lewis To: l.ertl@univie.ac.at In-Reply-To: <20030711220931.D623@korben.in.tern> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: current@FreeBSD.org Subject: Re: Kernel built with new GCC panics immediately X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 21:07:26 -0000 On 11 Jul, Lukas Ertl wrote: > On Fri, 11 Jul 2003, Alexander Kabaev wrote: > >> Out of curiosity: do you have any non-standard CPUTYPE set? > > No, but I have only "cpu I686_CPU" in my kernel config (worked fine all > the time). > > The panics I get are the same as those from the others, and your patches > didn't help unfortunately. I tried the upgrade and ran into the same problem as everyone else. I'm using a slightly customized kernel, but the cpu stuff is exactly the same as GENERIC. When I boot my old kernel, the CPU information is reported like this: Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 1608231018 Hz CPU: AMD Athlon(tm) XP 1900+ (1608.23-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x662 Stepping = 2 Features=0x383fbff AMD Features=0xc0480000 real memory = 1073676288 (1023 MB) avail memory = 1035325440 (987 MB) Pentium Pro MTRR support enabled When compiled with the new gcc, I get: Timecounter "i8254" frequency 1193182 Hz CPU: AMD Unknown (286-class CPU) Origin = "AuthenticAMD" Stepping = 0 panic: CPU class not configured It looks like TSC is also not detected.