From owner-freebsd-stable@FreeBSD.ORG Thu Feb 23 03:44:08 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF311106564A for ; Thu, 23 Feb 2012 03:44:08 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7C4668FC1C for ; Thu, 23 Feb 2012 03:44:08 +0000 (UTC) Received: by pbcxa7 with SMTP id xa7so1013392pbc.13 for ; Wed, 22 Feb 2012 19:44:08 -0800 (PST) Received-SPF: pass (google.com: domain of pyunyh@gmail.com designates 10.68.237.40 as permitted sender) client-ip=10.68.237.40; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pyunyh@gmail.com designates 10.68.237.40 as permitted sender) smtp.mail=pyunyh@gmail.com; dkim=pass header.i=pyunyh@gmail.com Received: from mr.google.com ([10.68.237.40]) by 10.68.237.40 with SMTP id uz8mr1044939pbc.9.1329968648229 (num_hops = 1); Wed, 22 Feb 2012 19:44:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=faEJi/zT+gAxZhA7sSmFCs+2V5diN1KZaO936brXD8Q=; b=TaU8RA59MFRvZETcj3twwqqyNNbqXHY0xRpgudTzesl7bzr5wROosRw6ebExwHPg0L DfKPPy2DMk3iGk+3tjtWvrmfYklRHwTO48ZZOP3nE4mz1ZTyMVlw0bm0RxS/Uqj5K4qO GN/yvhI7eumu52b/OasRG0vtxvi6yRtzvi6tQ= Received: by 10.68.237.40 with SMTP id uz8mr909768pbc.9.1329968648185; Wed, 22 Feb 2012 19:44:08 -0800 (PST) Received: from pyunyh@gmail.com ([114.111.62.249]) by mx.google.com with ESMTPS id f3sm246907pbr.61.2012.02.22.19.44.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 19:44:07 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 23 Feb 2012 12:44:01 -0800 From: YongHyeon PYUN Date: Thu, 23 Feb 2012 12:44:01 -0800 To: Attila Nagy Message-ID: <20120223204401.GB13815@michelle.cdnetworks.com> References: <4F449E0B.2040909@fsn.hu> <20120223041516.GI6861@michelle.cdnetworks.com> <4F44FF2A.9050505@fsn.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F44FF2A.9050505@fsn.hu> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org Subject: Re: Fatal trap 19, Stopped at bge_init_locked+ and bge booting problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2012 03:44:08 -0000 On Wed, Feb 22, 2012 at 03:43:54PM +0100, Attila Nagy wrote: > On 02/23/12 05:15, YongHyeon PYUN wrote: > >bge0: mem > >0xf6bf0000-0xf6bfffff,0xf6be0000-0xf6beffff,0xf6bd0000-0xf6bdffff irq 32 > >at device 0.0 on pci3 > >bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E > > ^^^^^^^^^^ > > > >This controller is new one. Probably BCM5719 A1 but not sure. > Yes, it's in a new machine. > > > > >>bge0: Try again > >This message indicates your controller has ASF/IPMI firmware. > >Try disabling ASF and see whether it makes any difference. > >(Change hw.bge.allow_asf tunable to 0). > Oh, I always forget that (on the other machines this is set). > This is what I get with > machdep.panic_on_nmi: 0 > machdep.kdb_on_nmi: 0 > hw.bge.allow_asf: 0 > I have to ask more information for the controller to Broadcom. Not sure whether I can get some hint at this moment though. :-( Given that you also have USB related errors, could you completely remove bge(4) in your kernel and see whether it can successfully boot up? I think you can add the following entries to /boot/device.hints without rebuilding kernel. hint.bge.0.disabled="1" hint.bge.1.disabled="1" hint.bge.2.disabled="1" hint.bge.3.disabled="1" > bge0: mem > 0xf6bf0000-0xf6bfffff,0xf6be0000-0xf6beffff,0xf6bd0000-0xf6bdffff irq 32 > at device 0.0 on pci3 > bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E > bge0: Try again > miibus0: on bge0 > ukphy0: PHY 1 on miibus0 > ukphy0: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, > 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, > auto-flow > bge0: Ethernet address: 3c:4a:92:b2:3c:08 > pci0:3:0:1: failed to read VPD data. > bge1: mem > 0xf6bc0000-0xf6bcffff,0xf6bb0000-0xf6bbffff,0xf6ba0000-0xf6baffff irq 36 > at device 0.1 on pci3 > bge1: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E > miibus1: on bge1 > brgphy0: PHY 2 on miibus1 > brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > bge1: Ethernet address: 3c:4a:92:b2:3c:09 > pci0:3:0:2: failed to read VPD data. > bge2: mem > 0xf6b90000-0xf6b9ffff,0xf6b80000-0xf6b8ffff,0xf6b70000-0xf6b7ffff irq 32 > at device 0.2 on pci3 > bge2: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E > miibus2: on bge2 > brgphy1: PHY 3 on miibus2 > brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > bge2: Ethernet address: 3c:4a:92:b2:3c:0a > pci0:3:0:3: failed to read VPD data. > bge3: mem > 0xf6b60000-0xf6b6ffff,0xf6b50000-0xf6b5ffff,0xf6b40000-0xf6b4ffff irq 36 > at device 0.3 on pci3 > bge3: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E > miibus3: on bge3 > brgphy2: PHY 4 on miibus3 > brgphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > bge3: Ethernet address: 3c:4a:92:b2:3c:0b > [...] > da0: 286070MB (585871964 512 byte sectors: 255H 32S/T 65535C) > NMI ISA 60, EISA ff > I/O channel check, likely hardware failure.Sending DHCP Discover packet > from interface bge0 (3c:4a:92:b2:3c:08) > cd0 at ata3 bus 0 scbus3 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) > cd0: Attempt to query device size failed: NOT READY, Medium not present > - tray closed > bge0: 11 link states coalesced > bge0: link state changed to DOWN > ugen0.2: at usbus0 > uhub3: > on usbus0 > bge1: 5 link states coalesced > bge1: link state changed to DOWN > bge2: link state changed to DOWN > bge3: link state changed to DOWN > bge0: ugen2.2: at usbus2 > uhub4: > on usbus2 > 2 link states coalesced > bge0: link state changed to DOWN > bge1: 4 link states coalesced > bge1: link state changed to DOWN > bge0: 4 link states coalesced > bge0: link state changed to DOWN > Sending DHCP Discover packet from interface bge1 (3c:4a:92:b2:3c:09) > uhub3: 6 ports with 6 removable, self powered > bge0: usb_alloc_device: set address 2 failed (USB_ERR_TIMEOUT, ignored) > 6 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > Sending DHCP Discover packet from interface bge2 (3c:4a:92:b2:3c:0a) > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: usbd_setup_device_desc: getting device descriptor at addr 2 > failed, USB_ERR_TIMEOUT > 10 link states coalesced > bge1: link state changed to DOWN > uhub4: 8 ports with 8 removable, self powered > bge0: 4 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > Sending DHCP Discover packet from interface bge3 (3c:4a:92:b2:3c:0b) > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > ugen2.3: at usbus2 > uhub5: > on usbus2 > bge0: watchdog timeout -- resetting > bge0: link state changed to UP > usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_TIMEOUT, > ignored) > bge1: 2 link states coalesced > bge1: link state changed to DOWN > uhub5: 2 ports with 1 removable, self powered > bge0: link state changed to DOWN > bge1: watchdog timeout -- resetting > bge1: usbd_setup_device_desc: getting device descriptor at addr 2 > failed, USB_ERR_TIMEOUT > 2 link states coalesced > bge1: link state changed to DOWN > bge0: 2 link states coalesced > bge0: link state changed to DOWN > ugen1.2: at usbus1 > ukbd0: on usbus1 > kbd2 at ukbd0 > ums0: on usbus1 > bge1: 4 link states coalesced > bge1: link state changed to DOWN > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge1: 3 link states coalesced > bge1: link state changed to UP > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: link state changed to DOWN > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge1: 10 link states coalesced > bge1: link state changed to DOWN > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge1: link state changed to UP > bge0: watchdog timeout -- resetting > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: link state changed to DOWN > bge1: watchdog timeout -- resetting > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge0: 4 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge1: link state changed to UP > bge1: link state changed to DOWN > [...] > > Still no go.