From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 15:20:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A3216A41C for ; Mon, 4 Jul 2005 15:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A763443D49 for ; Mon, 4 Jul 2005 15:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64FKDgj069828 for ; Mon, 4 Jul 2005 15:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64FKDNc069827; Mon, 4 Jul 2005 15:20:13 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2005 15:20:13 GMT Resent-Message-Id: <200507041520.j64FKDNc069827@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Matthew X. Economou" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61EDF16A41F for ; Mon, 4 Jul 2005 15:15:59 +0000 (GMT) (envelope-from xenophon@cinep010fbmx.irtnog.org) Received: from cinep010fbmx.irtnog.org (ns1.irtnog.org [24.123.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B96E43D4C for ; Mon, 4 Jul 2005 15:15:59 +0000 (GMT) (envelope-from xenophon@cinep010fbmx.irtnog.org) Received: from localhost (unknown [127.0.0.1]) by cinep010fbmx.irtnog.org (Postfix) with ESMTP id C34182122 for ; Mon, 4 Jul 2005 11:17:25 -0400 (EDT) Received: from cinep010fbmx.irtnog.org ([127.0.0.1]) by localhost (cinep010fbmx.irtnog.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17197-02 for ; Mon, 4 Jul 2005 11:16:04 -0400 (EDT) Received: by cinep010fbmx.irtnog.org (Postfix, from userid 11136) id 77F9A2230; Mon, 4 Jul 2005 11:15:59 -0400 (EDT) Message-Id: <20050704151559.77F9A2230@cinep010fbmx.irtnog.org> Date: Mon, 4 Jul 2005 11:15:59 -0400 (EDT) From: "Matthew X. Economou" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/82978: FreeBSD hangs loading orm(4) only after rebooting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew X. Economou" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 15:20:14 -0000 >Number: 82978 >Category: kern >Synopsis: FreeBSD hangs loading orm(4) only after rebooting >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 15:20:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD cinep010fbmx.irtnog.org 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Compaq Deskpro 2000 (133-MHz Pentium) >Description: If I reboot FreeBSD (e.g. 'shutdown -r now'), at boot, FreeBSD will hang immediately after loading the pci0 device (a VGA device on my system) and immediately prior to loading the orm0 device: Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium/P54C (132.96-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 134217728 (128 MB) avail memory = 121696256 (116 MB) Intel Pentium detected, installing workaround for F00F bug npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1000-0x100f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 pci0: at device 15.0 (no driver attached) orm0: at iomem 0xc0000-0xc7fff on isa0 >How-To-Repeat: (see above) >Fix: To reboot, I my physically power down the system, or I must recompile the kernel without the orm(4) device. >Release-Note: >Audit-Trail: >Unformatted: