From owner-freebsd-stable@FreeBSD.ORG Wed Dec 1 16:26:40 2004 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 03FB016A4CE for ; Wed, 1 Dec 2004 16:26:40 +0000 (GMT) Received: from portpc-design.spb.ru (ns2.portpc-design.spb.ru [195.161.118.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD79D43D1D for ; Wed, 1 Dec 2004 16:26:38 +0000 (GMT) (envelope-from mcsi@mcsi.pp.ru) Received: from [83.237.195.140] (ppp83-237-195-140.pppoe.mtu-net.ru [83.237.195.140]) (authenticated bits=0) by portpc-design.spb.ru (8.13.1/8.13.1) with ESMTP id iB1GQala031286 for ; Wed, 1 Dec 2004 19:26:36 +0300 (MSK) (envelope-from mcsi@mcsi.pp.ru) Message-ID: <41ADF0B7.8050406@mcsi.pp.ru> Date: Wed, 01 Dec 2004 19:26:31 +0300 From: Maxim Maximov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041112 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: freeze in vm_page_alloc_contig() on boot (sym driver) 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: Wed, 01 Dec 2004 16:26:40 -0000 Hello. I have Fujitsu-Siemens Primergy L200 server. It is running 5.2-CURRENT at the moment. When I tried to upgrade it to 5.3-STABLE, new kernel hung at boot. Luckily, this server has NMI button, so I have hand transcribed stack trace (no serial console, sorry): vm_page_alloc_contig()+0xbe contig_malloc()+0x97 alloc_bounce_pages()+0x60 bus_dmamap_create()+0x103 sym_alloc_ccb()+0x75 sym_pci_attach()+0x6b6 device_attach()+0x58 ... then follows usual probing trace I tried disabling ACPI and APIC with no luck. Below is s dmesg from running 5.2-CURRENT with the pointer where 5.3-STABLE hangs. Is this known problem? Are there workarounds? Copyright (c) 1992-2004 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.2-CURRENT #2: Wed Jun 9 14:45:42 MSD 2004 mcsi@mail3.ezone.ru:/usr/obj/usr/src/sys/MAIL3 Preloaded elf kernel "/boot/kernel.old/kernel" at 0xc09ca000. Preloaded elf module "/boot/kernel.old/acpi.ko" at 0xc09ca298. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) III CPU - S 1400MHz (1393.30-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b4 Stepping = 4 Features=0x383fbff real memory = 1073741824 (1024 MB) avail memory = 1041207296 (992 MB) random: Pentium Pro MTRR support enabled npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: [GIANT-LOCKED] pcibios: BIOS version 2.10 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0xf008-0xf00b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pcib0: slot 10 INTA is routed to irq 10 pcib0: slot 11 INTA is routed to irq 9 pci0: at device 4.0 (no driver attached) fxp0: port 0x1400-0x143f mem 0xfc000000-0xfc01ffff,0xfc041000-0xfc041fff irq 10 at device 10.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:30:05:1f:b3:49 fxp0: [GIANT-LOCKED] fxp1: port 0x1800-0x183f mem 0xfc020000-0xfc03ffff,0xfc042000-0xfc042fff irq 9 at device 11.0 on pci0 miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: Ethernet address: 00:30:05:1f:ec:6f fxp1: [GIANT-LOCKED] isab0: port 0xf100-0xf10f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1c00-0x1c0f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pcib1: on acpi0 pci1: on pcib1 pcib1: slot 10 INTA is routed to irq 5 sym0: <1010-66> port 0x2000-0x20ff mem 0xfe000000-0xfe001fff,0xfe002000-0xfe0023ff irq 5 at device 10.0 on pci1 sym0: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. <--- Here it freezes in 5.3-STABLE. It doesnt output next (GIANT-LOCKED) line. sym0: [GIANT-LOCKED] pcib2: on acpi0 pci2: on pcib2 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A orm0: