From owner-freebsd-stable@FreeBSD.ORG Tue Oct 7 16:53:37 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED0B16A4BF for ; Tue, 7 Oct 2003 16:53:37 -0700 (PDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855BA43FEA for ; Tue, 7 Oct 2003 16:53:36 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9p1/8.12.9) with ESMTP id h97NrV7n081996; Tue, 7 Oct 2003 19:53:32 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.0.22.0.20031007195415.09008848@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 07 Oct 2003 19:56:34 -0400 To: Janet Sullivan , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <3F83464F.8050801@bgp4.net> References: <3F832748.4030805@bgp4.net> <6.0.0.22.0.20031007165726.092a3a50@209.112.4.2> <3F83464F.8050801@bgp4.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new Subject: Re: 4.9-RC showstopper (was Dell 8200...) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 23:53:37 -0000 At 07:03 PM 07/10/2003, Janet Sullivan wrote: >Mike Tancsa wrote: >>At 04:51 PM 07/10/2003, Janet Sullivan wrote: >>>My bet would be the pmap.c commit. Anyone? >>For me, this is what is at issue as well. >>http://docs.freebsd.org/cgi/getmsg.cgi?fetch=913799+0+current/cvs-all > >Has a PR been submitted to fix the new problem before 4.9-RELEASE? Having >P4's that can't boot up fully is a showstopper in my book. Hi, nectar@freebsd.org knows of the problem. Not sure if a PR is necessary at this point. to summarize the-new-mica# ident /usr/src/sys/i386/i386/pmap.c /usr/src/sys/i386/i386/pmap.c: $FreeBSD: src/sys/i386/i386/pmap.c,v 1.250.2.21 2003/08/30 15:39:07 tegge Exp $ the-new-mica# with options DISABLE_PSE and #options DISABLE_PSE it works Then, the-new-mica# cvsup -g -L2 stable-supfile Parsing supfile "stable-supfile" Connecting to cvsup.sentex.ca Connected to cvsup.sentex.ca Server software version: SNAP_16_1f Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-all/cvs Edit src/release/sysinstall/Makefile Add delta 1.92.2.23 2003.10.07.06.59.19 ru Edit src/sys/conf/options.i386 Add delta 1.132.2.20 2003.10.07.16.58.53 nectar Edit src/sys/conf/options.pc98 Add delta 1.103.2.18 2003.10.07.16.58.53 nectar Edit src/sys/i386/i386/pmap.c Add delta 1.250.2.22 2003.10.07.12.34.37 nectar Shutting down connection to server Finished successfully the-new-mica# the-new-mica# ident /usr/src/sys/i386/i386/pmap.c /usr/src/sys/i386/i386/pmap.c: $FreeBSD: src/sys/i386/i386/pmap.c,v 1.250.2.22 2003/10/07 12:34:37 nectar Exp $ the-new-mica# with #options NO_PSE_HACK #options DISABLE_PSE hangs #options NO_PSE_HACK options DISABLE_PSE boots options NO_PSE_HACK options DISABLE_PSE boots options NO_PSE_HACK #options DISABLE_PSE and #options NO_PSE_HACK #options DISABLE_PSE hangs at (as seen from boot -v on the serial console) bpf: vlan9 attached bpf: lo0 attached ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 33100 packets/entry by default bpf: ppp0 attached new masks: bio 68c000, tty 63001a, net 675c1a DUMMYNET initialized (011031) twed0: on twe0 twed0: 38165MB (78163312 sectors) Creating DISK twed0 Mounting root from ufs:/dev/twed0s1a twed0s1: type 0xa5, start 63, end = 78156224, size 78156162 : OK start_init: trying /sbin/init This is on CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2393.93-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbff real memory = 535756800 (523200K bytes) avail memory = 518004736 (505864K bytes) ---Mike