From owner-freebsd-stable@FreeBSD.ORG Wed Feb 22 11:42:17 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 902481065673 for ; Wed, 22 Feb 2012 11:42:17 +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 5A5FB8FC12 for ; Wed, 22 Feb 2012 11:42:17 +0000 (UTC) Received: by pbcxa7 with SMTP id xa7so89137pbc.13 for ; Wed, 22 Feb 2012 03:42:16 -0800 (PST) Received-SPF: pass (google.com: domain of pyunyh@gmail.com designates 10.68.196.161 as permitted sender) client-ip=10.68.196.161; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pyunyh@gmail.com designates 10.68.196.161 as permitted sender) smtp.mail=pyunyh@gmail.com; dkim=pass header.i=pyunyh@gmail.com Received: from mr.google.com ([10.68.196.161]) by 10.68.196.161 with SMTP id in1mr22589747pbc.96.1329910936939 (num_hops = 1); Wed, 22 Feb 2012 03:42:16 -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=dm3CZ/RJZ/9g/HxSFryHVRJngzXWza+F0E8AdGI6e5I=; b=iYW7cokDpm8f3/h+t5YnwhkyYBxyWBVYbg4QcsSZkF19mUYc9lMCDIUHzapkg1+Np/ Ug/LhAtK/h6uWMg7K07qLklJxoXb+/d0eDav7QutIpBxDalkKwH7agKeNkMudMAguZcA xKN0y5holCWsHttpC7SmDvm4CBrjNMF/VIYGI= Received: by 10.68.196.161 with SMTP id in1mr18206035pbc.96.1329909327273; Wed, 22 Feb 2012 03:15:27 -0800 (PST) Received: from pyunyh@gmail.com ([114.111.62.249]) by mx.google.com with ESMTPS id q8sm30321806pbi.1.2012.02.22.03.15.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 03:15:26 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 22 Feb 2012 20:15:16 -0800 From: YongHyeon PYUN Date: Wed, 22 Feb 2012 20:15:16 -0800 To: Attila Nagy Message-ID: <20120223041516.GI6861@michelle.cdnetworks.com> References: <4F449E0B.2040909@fsn.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F449E0B.2040909@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: Wed, 22 Feb 2012 11:42:17 -0000 On Wed, Feb 22, 2012 at 08:49:31AM +0100, Attila Nagy wrote: > Hi, > > I get this on a recent stable/9 system with uhci support removed from > the kernel config: > da0 at ciss0 bus 0 scbus0 target 0 lun 0 > da0: Fixed Direct Access SCSI-5 device > da0: 135.168MB/s transfers > da0: Command Queueing enabled > da0: 286070MB (585871964 512 byte sectors: 255H 32S/T 65535C) > 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 > NMI ISA 70, EISA ff > I/O channel check, likely hardware failure. > > Fatal trap 19: non-maskable interrupt trap while in kernel mode > cpuid = 0; apic id = 00 > instruction pointer = 0x20:0xffffffff804543fb > stack pointer = 0x28:0xffffffff81251e40 > frame pointer = 0x28:0xffffffff814cf660 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, IOPL = 0 > current process = 0 (swapper) > [ thread pid 0 tid 100000 ] > Stopped at bge_init_locked+0x233b: movl 0x81c(%rsi),%eax > db> > > and this with a plain GENERIC kernel: > da0 at ciss0 bus 0 scbus0 target 0 lun 0 > da0: Fixed Direct Access SCSI-5 device > da0: 135.168MB/s transfers > da0: Command Queueing enabled > da0: 286070MB (585871964 512 byte sectors: 255H 32S/T 65535C) > 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 > NMI ISA 70, EISA ff > I/O channel check, likely hardware failure. > > Fatal trap 19: non-maskable interrupt trap while in kernel mode > cpuid = 0; apic id = 00 > instruction pointer = 0x20:0xffffffff80711dc5 > stack pointer = 0x28:0xffffffff81272040 > frame pointer = 0x28:0xffffff907cf44b40 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, IOPL = 0 > current process = 12 (irq16: uhci0) > [ thread pid 12 tid 100098 ] > Stopped at uhci_interrupt+0x65: movzwl %ax,%eax > db> KDB: stack backtrace: > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2a > kdb_backtrace() at kdb_backtrace+0x37 > mi_switch() at mi_switch+0x27a > turnstile_wait() at turnstile_wait+0x1cb > _mtx_lock_sleep() at _mtx_lock_sleep+0xb0 > ukbd_poll() at ukbd_poll+0xbe > kbdmux_poll() at kbdmux_poll+0x3f > sc_cngetc() at sc_cngetc+0xec > cncheckc() at cncheckc+0x4a > cngetc() at cngetc+0x1c > db_readline() at db_readline+0x77 > db_read_line() at db_read_line+0x15 > db_command_loop() at db_command_loop+0x38 > db_trap() at db_trap+0x89 > kdb_trap() at kdb_trap+0x101 > trap_fatal() at trap_fatal+0x29d > trap() at trap+0x10a > nmi_calltrap() at nmi_calltrap+0x8 > --- trap 0x13, rip = 0xffffffff80711dc5, rsp = 0xffffffff81272040, rbp = > 0xffffff907cf44b40 --- > uhci_interrupt() at uhci_interrupt+0x65 > intr_event_execute_handlers() at intr_event_execute_handlers+0x104 > ithread_loop() at ithread_loop+0xa4 > fork_exit() at fork_exit+0x11f > fork_trampoline() at fork_trampoline+0xe > --- trap 0, rip = 0, rsp = 0xffffff907cf44d00, rbp = 0 --- > db> > > After disabling stopping on NMI (kdb_on_nmi), I still can't boot from > bge (this is a PXE booted machine), I get this in an infinite loop: > bge1: link state changed to DOWN > DHCP/BOOTP timeout for server 255.255.255.255 > bge1: 3 link states coalesced > bge1: link state changed to UP > bge0: 2 link states coalesced > bge0: link state changed to DOWN > bge0: link state changed to UP > bge1: link state changed to DOWN > bge0: link state changed to DOWN > bge0: link state changed to UP > bge0: link state changed to DOWN > bge1: 2 link states coalesced > bge1: link state changed to DOWN > bge0: link state changed to UP > bge0: 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: link state changed to UP > bge0: link state changed to DOWN > bge0: link state changed to UP > bge0: link state changed to DOWN > > Linux and Windows boot fine on the machine. > > dmesg up to the point where it crashes: > Copyright (c) 1992-2012 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 is a registered trademark of The FreeBSD Foundation. > FreeBSD 9.0-STABLE #3: Tue Feb 21 11:57:33 CET 2012 > root@boot.lab:/usr/obj/usr/src/sys/BOOTCLNT amd64 > CPU: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz (2693.57-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0x206d6 Family = 6 Model = 2d > Stepping = 6 > > Features=0xbfebfbff > > Features2=0x15bee3ff > AMD Features=0x2c100800 > AMD Features2=0x1 > TSC: P-state invariant, performance statistics > real memory = 34359738368 (32768 MB) > avail memory = 32991268864 (31462 MB) > Event timer "LAPIC" quality 600 > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs > FreeBSD/SMP: 2 package(s) x 8 core(s) x 2 SMT threads > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 2 > cpu3 (AP): APIC ID: 3 > cpu4 (AP): APIC ID: 4 > cpu5 (AP): APIC ID: 5 > cpu6 (AP): APIC ID: 6 > cpu7 (AP): APIC ID: 7 > cpu8 (AP): APIC ID: 8 > cpu9 (AP): APIC ID: 9 > cpu10 (AP): APIC ID: 10 > cpu11 (AP): APIC ID: 11 > cpu12 (AP): APIC ID: 12 > cpu13 (AP): APIC ID: 13 > cpu14 (AP): APIC ID: 14 > cpu15 (AP): APIC ID: 15 > cpu16 (AP): APIC ID: 32 > cpu17 (AP): APIC ID: 33 > cpu18 (AP): APIC ID: 34 > cpu19 (AP): APIC ID: 35 > cpu20 (AP): APIC ID: 36 > cpu21 (AP): APIC ID: 37 > cpu22 (AP): APIC ID: 38 > cpu23 (AP): APIC ID: 39 > cpu24 (AP): APIC ID: 40 > cpu25 (AP): APIC ID: 41 > cpu26 (AP): APIC ID: 42 > cpu27 (AP): APIC ID: 43 > cpu28 (AP): APIC ID: 44 > cpu29 (AP): APIC ID: 45 > cpu30 (AP): APIC ID: 46 > cpu31 (AP): APIC ID: 47 > ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 > (20110527/tbfadt-638) > ACPI Warning: Invalid length for Pm2ControlBlock: 32, using default 8 > (20110527/tbfadt-638) > ioapic1 irqs 24-47 on motherboard > ioapic0 irqs 0-23 on motherboard > ioapic2 irqs 48-71 on motherboard > kbd1 at kbdmux0 > ctl: CAM Target Layer loaded > cryptosoft0: on motherboard > acpi0: on motherboard > acpi0: Power Button (fixed) > Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 > cpu0: on acpi0 > cpu1: on acpi0 > cpu2: on acpi0 > cpu3: on acpi0 > cpu4: on acpi0 > cpu5: on acpi0 > cpu6: on acpi0 > cpu7: on acpi0 > cpu8: on acpi0 > cpu9: on acpi0 > cpu10: on acpi0 > cpu11: on acpi0 > cpu12: on acpi0 > cpu13: on acpi0 > cpu14: on acpi0 > cpu15: on acpi0 > cpu16: on acpi0 > cpu17: on acpi0 > cpu18: on acpi0 > cpu19: on acpi0 > cpu20: on acpi0 > cpu21: on acpi0 > cpu22: on acpi0 > cpu23: on acpi0 > cpu24: on acpi0 > cpu25: on acpi0 > cpu26: on acpi0 > cpu27: on acpi0 > cpu28: on acpi0 > cpu29: on acpi0 > cpu30: on acpi0 > cpu31: on acpi0 > pcib0: on acpi0 > pci0: on pcib0 > pcib1: at device 1.0 on pci0 > pci7: on pcib1 > pcib2: at device 1.1 on pci0 > pci19: on pcib2 > pcib3: at device 2.0 on pci0 > pci3: on pcib3 > pci0:3:0:0: failed to read VPD data. > 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. > 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). > 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 I think the use of ukphy(4) here is the side effect of ASF. BCM5719 should use brgphy(4). > 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 > pcib4: at device 2.1 on pci0 > pci20: on pcib4 > pcib5: at device 2.2 on pci0 > pci2: on pcib5 > ciss0: port 0x5000-0x50ff mem > 0xf7f00000-0xf7ffffff,0xf7ef0000-0xf7ef03ff irq 34 at device 0.0 on pci2 > ciss0: PERFORMANT Transport > pcib6: at device 2.3 on pci0 > pci21: on pcib6 > pcib7: at device 3.0 on pci0 > pci4: on pcib7 > pcib8: at device 3.1 on pci0 > pci22: on pcib8 > pcib9: at device 3.2 on pci0 > pci23: on pcib9 > pcib10: at device 3.3 on pci0 > pci24: on pcib10 > pci0: at device 4.0 (no driver attached) > pci0: at device 4.1 (no driver attached) > pci0: at device 4.2 (no driver attached) > pci0: at device 4.3 (no driver attached) > pci0: at device 4.4 (no driver attached) > pci0: at device 4.5 (no driver attached) > pci0: at device 4.6 (no driver attached) > pci0: at device 4.7 (no driver attached) > pci0: at device 5.0 (no driver attached) > pci0: at device 5.2 (no driver attached) > pcib11: at device 17.0 on pci0 > pci26: on pcib11 > ehci0: mem 0xf6c60000-0xf6c603ff irq > 21 at device 26.0 on pci0 > usbus0: EHCI version 1.0 > usbus0: on ehci0 > pcib12: at device 28.0 on pci0 > pci10: on pcib12 > pcib13: at device 28.7 on pci0 > pci1: on pcib13 > pci1: at device 0.0 (no driver attached) > vgapci0: mem > 0xf5000000-0xf5ffffff,0xf7de0000-0xf7de3fff,0xf7000000-0xf77fffff irq 16 > at device 0.1 on pci1 > pci1: at device 0.2 (no driver attached) > uhci0: port 0x3c00-0x3c1f irq 16 at > device 0.4 on pci1 > usbus1: on uhci0 > ehci1: mem 0xf6c50000-0xf6c503ff irq > 20 at device 29.0 on pci0 > usbus2: EHCI version 1.0 > usbus2: on ehci1 > pcib14: at device 30.0 on pci0 > pci25: on pcib14 > isab0: at device 31.0 on pci0 > isa0: on isab0 > atapci0: port > 0x4000-0x4007,0x4008-0x400b,0x4010-0x4017,0x4018-0x401b,0x4020-0x402f,0x4030-0x403f > irq 17 at device 31.2 on pci0 > ata2: at channel 0 on atapci0 > ata3: at channel 1 on atapci0 > pcib15: on acpi0 > pci32: on pcib15 > pcib16: at device 0.0 on pci32 > pci43: on pcib16 > pcib17: at device 1.0 on pci32 > pci36: on pcib17 > pcib18: at device 1.1 on pci32 > pci37: on pcib18 > pcib19: at device 2.0 on pci32 > pci35: on pcib19 > pcib20: at device 2.1 on pci32 > pci38: on pcib20 > pcib21: at device 2.2 on pci32 > pci34: on pcib21 > pcib22: at device 2.3 on pci32 > pci39: on pcib22 > pcib23: at device 3.0 on pci32 > pci33: on pcib23 > pcib24: at device 3.1 on pci32 > pci40: on pcib24 > pcib25: at device 3.2 on pci32 > pci41: on pcib25 > pcib26: at device 3.3 on pci32 > pci42: on pcib26 > pci32: at device 4.0 (no driver attached) > pci32: at device 4.1 (no driver attached) > pci32: at device 4.2 (no driver attached) > pci32: at device 4.3 (no driver attached) > pci32: at device 4.4 (no driver attached) > pci32: at device 4.5 (no driver attached) > pci32: at device 4.6 (no driver attached) > pci32: at device 4.7 (no driver attached) > pci32: at device 5.0 (no driver attached) > pci32: at device 5.2 (no driver attached) > acpi_tz0: on acpi0 > attimer0: port 0x40-0x43 irq 0 on acpi0 > Timecounter "i8254" frequency 1193182 Hz quality 0 > Event timer "i8254" frequency 1193182 Hz quality 100 > hpet0: iomem 0xfed00000-0xfed003ff on acpi0 > Timecounter "HPET" frequency 14318180 Hz quality 950 > Event timer "HPET" frequency 14318180 Hz quality 450 > Event timer "HPET1" frequency 14318180 Hz quality 440 > Event timer "HPET2" frequency 14318180 Hz quality 440 > Event timer "HPET3" frequency 14318180 Hz quality 440 > Event timer "HPET4" frequency 14318180 Hz quality 440 > Event timer "HPET5" frequency 14318180 Hz quality 440 > Event timer "HPET6" frequency 14318180 Hz quality 440 > Event timer "HPET7" frequency 14318180 Hz quality 440 > atrtc0: port 0x70-0x71 on acpi0 > Event timer "RTC" frequency 32768 Hz quality 0 > atkbdc0: port 0x60,0x64 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > uart1: port 0x2f8-0x2ff irq > 3 on acpi0 > orm0: at iomem 0xc0000-0xc7fff on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > ppc0: cannot reserve I/O port range > uart0: at port 0x3f8-0x3ff > irq 4 flags 0x10 on isa0 > uart0: console (9600,n,8,1) > est0: on cpu0 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est0 attach returned 6 > p4tcc0: on cpu0 > est1: on cpu1 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est1 attach returned 6 > p4tcc1: on cpu1 > est2: on cpu2 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est2 attach returned 6 > p4tcc2: on cpu2 > est3: on cpu3 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est3 attach returned 6 > p4tcc3: on cpu3 > est4: on cpu4 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est4 attach returned 6 > p4tcc4: on cpu4 > est5: on cpu5 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est5 attach returned 6 > p4tcc5: on cpu5 > est6: on cpu6 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est6 attach returned 6 > p4tcc6: on cpu6 > est7: on cpu7 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est7 attach returned 6 > p4tcc7: on cpu7 > est8: on cpu8 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est8 attach returned 6 > p4tcc8: on cpu8 > est9: on cpu9 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est9 attach returned 6 > p4tcc9: on cpu9 > est10: on cpu10 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est10 attach returned 6 > p4tcc10: on cpu10 > est11: on cpu11 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est11 attach returned 6 > p4tcc11: on cpu11 > est12: on cpu12 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est12 attach returned 6 > p4tcc12: on cpu12 > est13: on cpu13 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est13 attach returned 6 > p4tcc13: on cpu13 > est14: on cpu14 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est14 attach returned 6 > p4tcc14: on cpu14 > est15: on cpu15 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est15 attach returned 6 > p4tcc15: on cpu15 > est16: on cpu16 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est16 attach returned 6 > p4tcc16: on cpu16 > est17: on cpu17 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est17 attach returned 6 > p4tcc17: on cpu17 > est18: on cpu18 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est18 attach returned 6 > p4tcc18: on cpu18 > est19: on cpu19 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est19 attach returned 6 > p4tcc19: on cpu19 > est20: on cpu20 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est20 attach returned 6 > p4tcc20: on cpu20 > est21: on cpu21 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est21 attach returned 6 > p4tcc21: on cpu21 > est22: on cpu22 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est22 attach returned 6 > p4tcc22: on cpu22 > est23: on cpu23 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est23 attach returned 6 > p4tcc23: on cpu23 > est24: on cpu24 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est24 attach returned 6 > p4tcc24: on cpu24 > est25: on cpu25 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est25 attach returned 6 > p4tcc25: on cpu25 > est26: on cpu26 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est26 attach returned 6 > p4tcc26: on cpu26 > est27: on cpu27 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est27 attach returned 6 > p4tcc27: on cpu27 > est28: on cpu28 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est28 attach returned 6 > p4tcc28: on cpu28 > est29: on cpu29 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est29 attach returned 6 > p4tcc29: on cpu29 > est30: on cpu30 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est30 attach returned 6 > p4tcc30: on cpu30 > est31: on cpu31 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 24d400001f00 > device_attach: est31 attach returned 6 > p4tcc31: on cpu31 > Timecounters tick every 1.000 msec > usbus0: 480Mbps High Speed USB v2.0 > usbus1: 12Mbps Full Speed USB v1.0 > ugen0.1: at usbus0 > uhub0: on usbus0 > ugen1.1: <0x103c> at usbus1 > uhub1: <0x103c UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 > usbus2: 480Mbps High Speed USB v2.0 > ugen2.1: at usbus2 > uhub2: on usbus2 > uhub1: 2 ports with 2 removable, self powered > uhub0: 2 ports with 2 removable, self powered > uhub2: 2 ports with 2 removable, self powered > ugen1.2: at usbus1 > ukbd0: on usbus1 > (probe0:ciss0:0:0:0): REPORT LUNS. CDB: a0 0 0 0 0 0 0 0 0 10 0 0 > (probe0:ciss0:0:0:0): CAM status: SCSI Status Error > (probe0:ciss0:0:0:0): SCSI status: Check Condition > (probe0:ciss0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid > command operation code) > kbd2 at ukbd0 > ums0: on usbus1 > da0 at ciss0 bus 0 scbus0 target 0 lun 0 > da0: Fixed Direct Access SCSI-5 device > da0: 135.168MB/s transfers > da0: Command Queueing enabled > da0: 286070MB (585871964 512 byte sectors: 255H 32S/T 65535C) > 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