From owner-freebsd-net@FreeBSD.ORG Wed Jun 18 12:17:11 2014 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 302119F for ; Wed, 18 Jun 2014 12:17:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 154C72A56 for ; Wed, 18 Jun 2014 12:17:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ICHBT2046867 for ; Wed, 18 Jun 2014 13:17:11 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 183391] [oce] 10GbE networking problems with Emulex OCE 11102 CNA Date: Wed, 18 Jun 2014 12:17:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: borjam@sarenet.es X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 12:17:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183391 --- Comment #11 from borjam@sarenet.es --- Alright. I installed 9.3-BETA3 on a test machine. On 9.3 it DOES NOT PANIC but, anyway, the interface freezes and it doesn't work properly. It's cross connected to another machine using an Intel 10 Gbps adapter (ix driver). So I did: kldload oce ifconfig oce0 inet 10.0.0.2 netmask 255.255.255.0 I started iperf -s on both machines. (iperf -s) (/usr/ports/benchmarks/iperf3) iperf3 -N -c 10.0.0.2 -P 4 -t 120 iperf3 -N -c 10.0.0.1 -P 4 -t 120 The test started and it froze, unable to move more packets. It managed to connect and it started sending traffic. root@pruebas:~ # iperf3 -N -c 10.0.0.1 -P 4 -t 120 Connecting to host 10.0.0.1, port 5201 [ 4] local 10.0.0.2 port 58691 connected to 10.0.0.1 port 5201 [ 6] local 10.0.0.2 port 25671 connected to 10.0.0.1 port 5201 [ 8] local 10.0.0.2 port 30969 connected to 10.0.0.1 port 5201 [ 10] local 10.0.0.2 port 36802 connected to 10.0.0.1 port 5201 [ ID] Interval Transfer Bandwidth [ 4] 0.00-1.00 sec 150 MBytes 1.26 Gbits/sec [ 6] 0.00-1.00 sec 150 MBytes 1.25 Gbits/sec [ 8] 0.00-1.00 sec 150 MBytes 1.26 Gbits/sec [ 10] 0.00-1.00 sec 150 MBytes 1.26 Gbits/sec [SUM] 0.00-1.00 sec 599 MBytes 5.02 Gbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ 4] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec [ 6] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec [ 8] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec [ 10] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec [SUM] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ 4] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec [ 6] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec [ 8] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec [ 10] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec [SUM] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec - - - - - - - - - - - - - - - - - - - - - - - - - Trying pings from 10.0.0.1 (Intel) to 10.0.0.2 (Emulex) and running tcpdump on the Emulex I saw the ARP requests coming *but* no replies. I tried to ifconfig oce0 down and up. The ifconfig oce0 down took several seconds, showing an abnormal usage of CPU time in "top". The ifconfig oce0 up is stuck in an endless loop, taking 100% CPU. It has been for several minutes. (top) 913 root 1 20 0 18344K 1932K CPU18 18 0:00 100.00% ifconfig The second test I've done was similar, just iperf3 -s (server) on the Emulex machine, client on the Intel. Traffic froze in seconds. I am going to reboot, compile the new Emulex driver and try again. Followup will come in a couple of hours or so. root@pruebas:~ # uname -a FreeBSD pruebas 9.3-BETA3 FreeBSD 9.3-BETA3 #0 r267433: Fri Jun 13 01:48:48 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 (from /var/log/messages after loading the oce.ko module) Jun 18 13:50:13 pruebas kernel: oce0: mem 0xdf478000-0xdf47bfff,0xdf480000-0xdf49ffff,0xdf4a0000-0xdf4bffff irq 38 at device 0.0 on pci3 Jun 18 13:50:13 pruebas kernel: oce1: mem 0xdf47c000-0xdf47ffff,0xdf4c0000-0xdf4dffff,0xdf4e0000-0xdf4fffff irq 45 at device 0.1 on pci3 (sysctl dev.oce) root@pruebas:~ # sysctl dev.oce dev.oce.0.%desc: Emulex CNA NIC function:///10.0.664.0/// dev.oce.0.%driver: oce dev.oce.0.%location: slot=0 function=0 dev.oce.0.%pnpinfo: vendor=0x19a2 device=0x0700 subvendor=0x10df subdevice=0xe629 class=0x020000 dev.oce.0.%parent: pci3 dev.oce.0.component_revision: ///10.0.664.0/// dev.oce.0.firmware_version: 2.103.397.34 dev.oce.0.max_rsp_handled: 64 dev.oce.0.speed: 10000 dev.oce.0.loop_back: 0 dev.oce.0.fw_upgrade: dev.oce.0.sfp_vpd_dump: 0 dev.oce.0.stats.rx.total_pkts: 448304 dev.oce.0.stats.rx.total_bytes: 30414856 dev.oce.0.stats.rx.total_frags: 448304 dev.oce.0.stats.rx.total_mcast_pkts: 0 dev.oce.0.stats.rx.total_ucast_pkts: 448242 dev.oce.0.stats.rx.total_rxcp_errs: 0 dev.oce.0.stats.rx.pause_frames: 0 dev.oce.0.stats.rx.priority_pause_frames: 0 dev.oce.0.stats.rx.control_frames: 0 dev.oce.0.stats.rx.queue0.rx_pkts: 448304 dev.oce.0.stats.rx.queue0.rx_bytes: 30414856 dev.oce.0.stats.rx.queue0.rx_frags: 448304 dev.oce.0.stats.rx.queue0.rx_mcast_pkts: 0 dev.oce.0.stats.rx.queue0.rx_ucast_pkts: 448242 dev.oce.0.stats.rx.queue0.rxcp_err: 0 dev.oce.0.stats.rx.err.crc_errs: 0 dev.oce.0.stats.rx.err.pbuf_errors: 0 dev.oce.0.stats.rx.err.erx_errors: 0 dev.oce.0.stats.rx.err.alignment_errors: 0 dev.oce.0.stats.rx.err.in_range_errors: 0 dev.oce.0.stats.rx.err.out_range_errors: 0 dev.oce.0.stats.rx.err.frame_too_long: 0 dev.oce.0.stats.rx.err.address_match_errors: 0 dev.oce.0.stats.rx.err.dropped_too_small: 0 dev.oce.0.stats.rx.err.dropped_too_short: 0 dev.oce.0.stats.rx.err.dropped_header_too_small: 0 dev.oce.0.stats.rx.err.dropped_tcp_length: 0 dev.oce.0.stats.rx.err.dropped_runt: 0 dev.oce.0.stats.rx.err.ip_checksum_errs: 0 dev.oce.0.stats.rx.err.tcp_checksum_errs: 0 dev.oce.0.stats.rx.err.udp_checksum_errs: 0 dev.oce.0.stats.rx.err.fifo_overflow_drop: 0 dev.oce.0.stats.rx.err.input_fifo_overflow_drop: 0 dev.oce.0.stats.tx.total_tx_pkts: 38169 dev.oce.0.stats.tx.total_tx_bytes: 1269173326 dev.oce.0.stats.tx.total_tx_reqs: 38169 dev.oce.0.stats.tx.total_tx_stops: 3 dev.oce.0.stats.tx.total_tx_wrbs: 474180 dev.oce.0.stats.tx.total_tx_compl: 37745 dev.oce.0.stats.tx.total_ipv6_ext_hdr_tx_drop: 0 dev.oce.0.stats.tx.pauseframes: 0 dev.oce.0.stats.tx.priority_pauseframes: 0 dev.oce.0.stats.tx.controlframes: 0 dev.oce.0.stats.tx.queue0.tx_pkts: 38169 dev.oce.0.stats.tx.queue0.tx_bytes: 1269173326 dev.oce.0.stats.tx.queue0.tx_reqs: 38169 dev.oce.0.stats.tx.queue0.tx_stops: 3 dev.oce.0.stats.tx.queue0.tx_wrbs: 474180 dev.oce.0.stats.tx.queue0.tx_compl: 37745 dev.oce.0.stats.tx.queue0.ipv6_ext_hdr_tx_drop: 0 dev.oce.1.%desc: Emulex CNA NIC function:///10.0.664.0/// dev.oce.1.%driver: oce dev.oce.1.%location: slot=0 function=1 dev.oce.1.%pnpinfo: vendor=0x19a2 device=0x0700 subvendor=0x10df subdevice=0xe629 class=0x020000 dev.oce.1.%parent: pci3 dev.oce.1.component_revision: ///10.0.664.0/// dev.oce.1.firmware_version: 2.103.397.34 dev.oce.1.max_rsp_handled: 64 dev.oce.1.speed: 10000 dev.oce.1.loop_back: 0 dev.oce.1.fw_upgrade: dev.oce.1.sfp_vpd_dump: 0 dev.oce.1.stats.rx.total_pkts: 0 dev.oce.1.stats.rx.total_bytes: 0 dev.oce.1.stats.rx.total_frags: 0 dev.oce.1.stats.rx.total_mcast_pkts: 0 dev.oce.1.stats.rx.total_ucast_pkts: 0 dev.oce.1.stats.rx.total_rxcp_errs: 0 dev.oce.1.stats.rx.pause_frames: 0 dev.oce.1.stats.rx.priority_pause_frames: 0 dev.oce.1.stats.rx.control_frames: 0 dev.oce.1.stats.rx.queue0.rx_pkts: 0 dev.oce.1.stats.rx.queue0.rx_bytes: 0 dev.oce.1.stats.rx.queue0.rx_frags: 0 dev.oce.1.stats.rx.queue0.rx_mcast_pkts: 0 dev.oce.1.stats.rx.queue0.rx_ucast_pkts: 0 dev.oce.1.stats.rx.queue0.rxcp_err: 0 dev.oce.1.stats.rx.err.crc_errs: 0 dev.oce.1.stats.rx.err.pbuf_errors: 0 dev.oce.1.stats.rx.err.erx_errors: 0 dev.oce.1.stats.rx.err.alignment_errors: 0 dev.oce.1.stats.rx.err.in_range_errors: 0 dev.oce.1.stats.rx.err.out_range_errors: 0 dev.oce.1.stats.rx.err.frame_too_long: 0 dev.oce.1.stats.rx.err.address_match_errors: 0 dev.oce.1.stats.rx.err.dropped_too_small: 0 dev.oce.1.stats.rx.err.dropped_too_short: 0 dev.oce.1.stats.rx.err.dropped_header_too_small: 0 dev.oce.1.stats.rx.err.dropped_tcp_length: 0 dev.oce.1.stats.rx.err.dropped_runt: 0 dev.oce.1.stats.rx.err.ip_checksum_errs: 0 dev.oce.1.stats.rx.err.tcp_checksum_errs: 0 dev.oce.1.stats.rx.err.udp_checksum_errs: 0 dev.oce.1.stats.rx.err.fifo_overflow_drop: 0 dev.oce.1.stats.rx.err.input_fifo_overflow_drop: 0 dev.oce.1.stats.tx.total_tx_pkts: 0 dev.oce.1.stats.tx.total_tx_bytes: 0 dev.oce.1.stats.tx.total_tx_reqs: 0 dev.oce.1.stats.tx.total_tx_stops: 0 dev.oce.1.stats.tx.total_tx_wrbs: 0 dev.oce.1.stats.tx.total_tx_compl: 0 dev.oce.1.stats.tx.total_ipv6_ext_hdr_tx_drop: 0 dev.oce.1.stats.tx.pauseframes: 0 dev.oce.1.stats.tx.priority_pauseframes: 0 dev.oce.1.stats.tx.controlframes: 0 dev.oce.1.stats.tx.queue0.tx_pkts: 0 dev.oce.1.stats.tx.queue0.tx_bytes: 0 dev.oce.1.stats.tx.queue0.tx_reqs: 0 dev.oce.1.stats.tx.queue0.tx_stops: 0 dev.oce.1.stats.tx.queue0.tx_wrbs: 0 dev.oce.1.stats.tx.queue0.tx_compl: 0 dev.oce.1.stats.tx.queue0.ipv6_ext_hdr_tx_drop: 0 Machine information: root@pruebas:~ # pciconf -lveV hostb0@pci0:0:0:0: class=0x060000 card=0x02f11028 chip=0x34038086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5500 I/O Hub to ESI Port' class = bridge subclass = HOST-PCI pcib1@pci0:0:1:0: class=0x060400 card=0x02f11028 chip=0x34088086 rev=0x13 hdr=0x01 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub PCI Express Root Port 1' class = bridge subclass = PCI-PCI pcib2@pci0:0:3:0: class=0x060400 card=0x02f11028 chip=0x340a8086 rev=0x13 hdr=0x01 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub PCI Express Root Port 3' class = bridge subclass = PCI-PCI pcib3@pci0:0:7:0: class=0x060400 card=0x02f11028 chip=0x340e8086 rev=0x13 hdr=0x01 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub PCI Express Root Port 7' class = bridge subclass = PCI-PCI pcib4@pci0:0:9:0: class=0x060400 card=0x02f11028 chip=0x34108086 rev=0x13 hdr=0x01 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub PCI Express Root Port 9' class = bridge subclass = PCI-PCI pcib5@pci0:0:10:0: class=0x060400 card=0x02f11028 chip=0x34118086 rev=0x13 hdr=0x01 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub PCI Express Root Port 10' class = bridge subclass = PCI-PCI none0@pci0:0:20:0: class=0x080000 card=0x00000000 chip=0x342e8086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub System Management Registers' class = base peripheral subclass = interrupt controller none1@pci0:0:20:1: class=0x080000 card=0x00000000 chip=0x34228086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers' class = base peripheral subclass = interrupt controller none2@pci0:0:20:2: class=0x080000 card=0x00000000 chip=0x34238086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 I/O Hub Control Status and RAS Registers' class = base peripheral subclass = interrupt controller none3@pci0:0:22:0: class=0x088000 card=0x02f11028 chip=0x34308086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral none4@pci0:0:22:1: class=0x088000 card=0x02f11028 chip=0x34318086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral none5@pci0:0:22:2: class=0x088000 card=0x02f11028 chip=0x34328086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral none6@pci0:0:22:3: class=0x088000 card=0x02f11028 chip=0x34338086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral none7@pci0:0:22:4: class=0x088000 card=0x02f11028 chip=0x34298086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral none8@pci0:0:22:5: class=0x088000 card=0x02f11028 chip=0x342a8086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral none9@pci0:0:22:6: class=0x088000 card=0x02f11028 chip=0x342b8086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral none10@pci0:0:22:7: class=0x088000 card=0x02f11028 chip=0x342c8086 rev=0x13 hdr=0x00 vendor = 'Intel Corporation' device = '5520/5500/X58 Chipset QuickData Technology Device' class = base peripheral uhci0@pci0:0:26:0: class=0x0c0300 card=0x02f11028 chip=0x3a378086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB UHCI Controller' class = serial bus subclass = USB uhci1@pci0:0:26:1: class=0x0c0300 card=0x02f11028 chip=0x3a388086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB UHCI Controller' class = serial bus subclass = USB ehci0@pci0:0:26:7: class=0x0c0320 card=0x02f11028 chip=0x3a3c8086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB2 EHCI Controller' class = serial bus subclass = USB uhci2@pci0:0:29:0: class=0x0c0300 card=0x02f11028 chip=0x3a348086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB UHCI Controller' class = serial bus subclass = USB uhci3@pci0:0:29:1: class=0x0c0300 card=0x02f11028 chip=0x3a358086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB UHCI Controller' class = serial bus subclass = USB uhci4@pci0:0:29:2: class=0x0c0300 card=0x02f11028 chip=0x3a368086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB UHCI Controller' class = serial bus subclass = USB uhci5@pci0:0:29:3: class=0x0c0300 card=0x02f11028 chip=0x3a398086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB UHCI Controller' class = serial bus subclass = USB ehci1@pci0:0:29:7: class=0x0c0320 card=0x02f11028 chip=0x3a3a8086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JI (ICH10 Family) USB2 EHCI Controller' class = serial bus subclass = USB pcib6@pci0:0:30:0: class=0x060401 card=0x02f11028 chip=0x244e8086 rev=0x90 hdr=0x01 vendor = 'Intel Corporation' device = '82801 PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:0:31:0: class=0x060100 card=0x02f11028 chip=0x3a168086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82801JIR (ICH10R) LPC Interface Controller' class = bridge subclass = PCI-ISA bce0@pci0:1:0:0: class=0x020000 card=0x02f11028 chip=0x163b14e4 rev=0x20 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme II BCM5716 Gigabit Ethernet' class = network subclass = ethernet PCI-e errors = Correctable Error Detected Unsupported Request Detected Corrected = Advisory Non-Fatal Error VPD ident = 'Broadcom NetXtreme II Ethernet Controller' VPD ro PN = 'BCM95716C1' VPD ro EC = '220197-3' VPD ro SN = '0123456789' VPD ro MN = '1028' VPD ro V0 = '6.2.12' bce1@pci0:1:0:1: class=0x020000 card=0x02f11028 chip=0x163b14e4 rev=0x20 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme II BCM5716 Gigabit Ethernet' class = network subclass = ethernet PCI-e errors = Correctable Error Detected Unsupported Request Detected Corrected = Advisory Non-Fatal Error VPD ident = 'Broadcom NetXtreme II Ethernet Controller' VPD ro PN = 'BCM95716C1' VPD ro EC = '220197-3' VPD ro SN = '0123456789' VPD ro MN = '1028' VPD ro V0 = '6.2.12' mps0@pci0:2:0:0: class=0x010700 card=0x1f1e1028 chip=0x00721000 rev=0x02 hdr=0x00 vendor = 'LSI Logic / Symbios Logic' device = 'SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]' class = mass storage subclass = SAS oce0@pci0:3:0:0: class=0x020000 card=0xe62910df chip=0x070019a2 rev=0x02 hdr=0x00 vendor = 'Emulex Corporation' device = 'OneConnect 10Gb NIC' class = network subclass = ethernet PCI-e errors = Correctable Error Detected Unsupported Request Detected Corrected = Advisory Non-Fatal Error oce1@pci0:3:0:1: class=0x020000 card=0xe62910df chip=0x070019a2 rev=0x02 hdr=0x00 vendor = 'Emulex Corporation' device = 'OneConnect 10Gb NIC' class = network subclass = ethernet PCI-e errors = Correctable Error Detected Unsupported Request Detected Corrected = Advisory Non-Fatal Error vgapci0@pci0:6:3:0: class=0x030000 card=0x02f11028 chip=0x0532102b rev=0x0a hdr=0x00 vendor = 'Matrox Graphics, Inc.' device = 'MGA G200eW WPCM450' class = display subclass = VGA hostb1@pci0:255:0:0: class=0x060000 card=0x80868086 chip=0x2c708086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QuickPath Architecture Generic Non-core Registers' class = bridge subclass = HOST-PCI hostb2@pci0:255:0:1: class=0x060000 card=0x80868086 chip=0x2d818086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QuickPath Architecture System Address Decoder' class = bridge subclass = HOST-PCI hostb3@pci0:255:2:0: class=0x060000 card=0x80868086 chip=0x2d908086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Link 0' class = bridge subclass = HOST-PCI hostb4@pci0:255:2:1: class=0x060000 card=0x80868086 chip=0x2d918086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Physical 0' class = bridge subclass = HOST-PCI hostb5@pci0:255:2:2: class=0x060000 card=0x80868086 chip=0x2d928086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Mirror Port Link 0' class = bridge subclass = HOST-PCI hostb6@pci0:255:2:3: class=0x060000 card=0x80868086 chip=0x2d938086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Mirror Port Link 1' class = bridge subclass = HOST-PCI hostb7@pci0:255:2:4: class=0x060000 card=0x80868086 chip=0x2d948086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Link 1' class = bridge subclass = HOST-PCI hostb8@pci0:255:2:5: class=0x060000 card=0x80868086 chip=0x2d958086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Physical 1' class = bridge subclass = HOST-PCI hostb9@pci0:255:3:0: class=0x060000 card=0x80868086 chip=0x2d988086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Registers' class = bridge subclass = HOST-PCI hostb10@pci0:255:3:1: class=0x060000 card=0x80868086 chip=0x2d998086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Target Address Decoder' class = bridge subclass = HOST-PCI hostb11@pci0:255:3:2: class=0x060000 card=0x80868086 chip=0x2d9a8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller RAS Registers' class = bridge subclass = HOST-PCI hostb12@pci0:255:3:4: class=0x060000 card=0x80868086 chip=0x2d9c8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Test Registers' class = bridge subclass = HOST-PCI hostb13@pci0:255:4:0: class=0x060000 card=0x80868086 chip=0x2da08086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Control' class = bridge subclass = HOST-PCI hostb14@pci0:255:4:1: class=0x060000 card=0x80868086 chip=0x2da18086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Address' class = bridge subclass = HOST-PCI hostb15@pci0:255:4:2: class=0x060000 card=0x80868086 chip=0x2da28086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Rank' class = bridge subclass = HOST-PCI hostb16@pci0:255:4:3: class=0x060000 card=0x80868086 chip=0x2da38086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control' class = bridge subclass = HOST-PCI hostb17@pci0:255:5:0: class=0x060000 card=0x80868086 chip=0x2da88086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Control' class = bridge subclass = HOST-PCI hostb18@pci0:255:5:1: class=0x060000 card=0x80868086 chip=0x2da98086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Address' class = bridge subclass = HOST-PCI hostb19@pci0:255:5:2: class=0x060000 card=0x80868086 chip=0x2daa8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Rank' class = bridge subclass = HOST-PCI hostb20@pci0:255:5:3: class=0x060000 card=0x80868086 chip=0x2dab8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control' class = bridge subclass = HOST-PCI hostb21@pci0:255:6:0: class=0x060000 card=0x80868086 chip=0x2db08086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Control' class = bridge subclass = HOST-PCI hostb22@pci0:255:6:1: class=0x060000 card=0x80868086 chip=0x2db18086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Address' class = bridge subclass = HOST-PCI hostb23@pci0:255:6:2: class=0x060000 card=0x80868086 chip=0x2db28086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Rank' class = bridge subclass = HOST-PCI hostb24@pci0:255:6:3: class=0x060000 card=0x80868086 chip=0x2db38086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control' class = bridge subclass = HOST-PCI hostb25@pci0:254:0:0: class=0x060000 card=0x80868086 chip=0x2c708086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QuickPath Architecture Generic Non-core Registers' class = bridge subclass = HOST-PCI hostb26@pci0:254:0:1: class=0x060000 card=0x80868086 chip=0x2d818086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QuickPath Architecture System Address Decoder' class = bridge subclass = HOST-PCI hostb27@pci0:254:2:0: class=0x060000 card=0x80868086 chip=0x2d908086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Link 0' class = bridge subclass = HOST-PCI hostb28@pci0:254:2:1: class=0x060000 card=0x80868086 chip=0x2d918086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Physical 0' class = bridge subclass = HOST-PCI hostb29@pci0:254:2:2: class=0x060000 card=0x80868086 chip=0x2d928086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Mirror Port Link 0' class = bridge subclass = HOST-PCI hostb30@pci0:254:2:3: class=0x060000 card=0x80868086 chip=0x2d938086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Mirror Port Link 1' class = bridge subclass = HOST-PCI hostb31@pci0:254:2:4: class=0x060000 card=0x80868086 chip=0x2d948086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Link 1' class = bridge subclass = HOST-PCI hostb32@pci0:254:2:5: class=0x060000 card=0x80868086 chip=0x2d958086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series QPI Physical 1' class = bridge subclass = HOST-PCI hostb33@pci0:254:3:0: class=0x060000 card=0x80868086 chip=0x2d988086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Registers' class = bridge subclass = HOST-PCI hostb34@pci0:254:3:1: class=0x060000 card=0x80868086 chip=0x2d998086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Target Address Decoder' class = bridge subclass = HOST-PCI hostb35@pci0:254:3:2: class=0x060000 card=0x80868086 chip=0x2d9a8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller RAS Registers' class = bridge subclass = HOST-PCI hostb36@pci0:254:3:4: class=0x060000 card=0x80868086 chip=0x2d9c8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Test Registers' class = bridge subclass = HOST-PCI hostb37@pci0:254:4:0: class=0x060000 card=0x80868086 chip=0x2da08086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Control' class = bridge subclass = HOST-PCI hostb38@pci0:254:4:1: class=0x060000 card=0x80868086 chip=0x2da18086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Address' class = bridge subclass = HOST-PCI hostb39@pci0:254:4:2: class=0x060000 card=0x80868086 chip=0x2da28086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Rank' class = bridge subclass = HOST-PCI hostb40@pci0:254:4:3: class=0x060000 card=0x80868086 chip=0x2da38086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control' class = bridge subclass = HOST-PCI hostb41@pci0:254:5:0: class=0x060000 card=0x80868086 chip=0x2da88086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Control' class = bridge subclass = HOST-PCI hostb42@pci0:254:5:1: class=0x060000 card=0x80868086 chip=0x2da98086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Address' class = bridge subclass = HOST-PCI hostb43@pci0:254:5:2: class=0x060000 card=0x80868086 chip=0x2daa8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Rank' class = bridge subclass = HOST-PCI hostb44@pci0:254:5:3: class=0x060000 card=0x80868086 chip=0x2dab8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control' class = bridge subclass = HOST-PCI hostb45@pci0:254:6:0: class=0x060000 card=0x80868086 chip=0x2db08086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Control' class = bridge subclass = HOST-PCI hostb46@pci0:254:6:1: class=0x060000 card=0x80868086 chip=0x2db18086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Address' class = bridge subclass = HOST-PCI hostb47@pci0:254:6:2: class=0x060000 card=0x80868086 chip=0x2db28086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Rank' class = bridge subclass = HOST-PCI hostb48@pci0:254:6:3: class=0x060000 card=0x80868086 chip=0x2db38086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control' class = bridge subclass = HOST-PCI root@pruebas:~ # (/var/run/dmesg.boot) root@pruebas:~ # cat /var/run/dmesg.boot Copyright (c) 1992-2014 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.3-BETA3 #0 r267433: Fri Jun 13 01:48:48 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 gcc version 4.2.1 20070831 patched [FreeBSD] CPU: Intel(R) Xeon(R) CPU L5640 @ 2.27GHz (2266.79-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x206c2 Family = 0x6 Model = 0x2c Stepping = 2 Features=0xbfebfbff Features2=0x29ee3ff AMD Features=0x2c100800 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 25769803776 (24576 MB) avail memory = 24828514304 (23678 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 24 CPUs FreeBSD/SMP: 2 package(s) x 6 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 32 cpu1 (AP): APIC ID: 33 cpu2 (AP): APIC ID: 34 cpu3 (AP): APIC ID: 35 cpu4 (AP): APIC ID: 36 cpu5 (AP): APIC ID: 37 cpu6 (AP): APIC ID: 48 cpu7 (AP): APIC ID: 49 cpu8 (AP): APIC ID: 50 cpu9 (AP): APIC ID: 51 cpu10 (AP): APIC ID: 52 cpu11 (AP): APIC ID: 53 cpu12 (AP): APIC ID: 0 cpu13 (AP): APIC ID: 1 cpu14 (AP): APIC ID: 2 cpu15 (AP): APIC ID: 3 cpu16 (AP): APIC ID: 4 cpu17 (AP): APIC ID: 5 cpu18 (AP): APIC ID: 16 cpu19 (AP): APIC ID: 17 cpu20 (AP): APIC ID: 18 cpu21 (AP): APIC ID: 19 cpu22 (AP): APIC ID: 20 cpu23 (AP): APIC ID: 21 ioapic1: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 32-55 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) 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 atrtc0: port 0x70-0x7f irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x5f 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 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 bce0: mem 0xda000000-0xdbffffff irq 36 at device 0.0 on pci1 miibus0: on bce0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce0: Ethernet address: 78:2b:cb:1b:4a:61 bce0: ASIC (0x57092008); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11) Coal (RX:6,6,18,18; TX:20,20,80,80) bce1: mem 0xdc000000-0xddffffff irq 48 at device 0.1 on pci1 miibus1: on bce1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce1: Ethernet address: 78:2b:cb:1b:4a:62 bce1: ASIC (0x57092008); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11) Coal (RX:6,6,18,18; TX:20,20,80,80) pcib2: at device 3.0 on pci0 pci2: on pcib2 mps0: port 0xfc00-0xfcff mem 0xdf2b0000-0xdf2bffff,0xdf2c0000-0xdf2fffff irq 32 at device 0.0 on pci2 mps0: Firmware: 14.00.00.00, Driver: 16.00.00.00-fbsd mps0: IOCCapabilities: 1285c pcib3: at device 7.0 on pci0 pci3: on pcib3 pci3: at device 0.0 (no driver attached) pci3: at device 0.1 (no driver attached) pcib4: at device 9.0 on pci0 pci4: on pcib4 pcib5: at device 10.0 on pci0 pci5: on pcib5 pci0: at device 20.0 (no driver attached) pci0: at device 20.1 (no driver attached) pci0: at device 20.2 (no driver attached) uhci0: port 0xec40-0xec5f irq 17 at device 26.0 on pci0 usbus0 on uhci0 uhci1: port 0xec60-0xec7f irq 18 at device 26.1 on pci0 usbus1 on uhci1 ehci0: mem 0xdf0de000-0xdf0de3ff irq 19 at device 26.7 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 uhci2: port 0xec80-0xec9f irq 21 at device 29.0 on pci0 usbus3 on uhci2 uhci3: port 0xeca0-0xecbf irq 20 at device 29.1 on pci0 usbus4 on uhci3 uhci4: port 0xecc0-0xecdf irq 21 at device 29.2 on pci0 usbus5 on uhci4 uhci5: port 0xece0-0xecff irq 20 at device 29.3 on pci0 usbus6 on uhci5 ehci1: mem 0xdf0df000-0xdf0df3ff irq 21 at device 29.7 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci1 pcib6: at device 30.0 on pci0 pci6: on pcib6 vgapci0: mem 0xd9800000-0xd9ffffff,0xde7fc000-0xde7fffff,0xde800000-0xdeffffff irq 19 at device 3.0 on pci6 vgapci0: Boot video device isab0: at device 31.0 on pci0 isa0: on isab0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 qpi0: on motherboard pcib7: pcibus 255 on qpi0 pci255: on pcib7 pcib8: pcibus 254 on qpi0 pci254: on pcib8 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcdfff,0xce000-0xcf7ff,0xcf800-0xd07ff,0xec000-0xeffff 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 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 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 12 device_attach: est23 attach returned 6 p4tcc23: on cpu23 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 ugen7.1: at usbus7 uhub7: on usbus7 da0 at mps0 bus 0 scbus0 target 8 lun 0 da0: Fixed Direct Access SCSI-5 device da0: Serial Number 6SD2R026 da0: 600.000MB/s transfers da0: Command Queueing enabled da0: 140014MB (286749480 512 byte sectors: 255H 63S/T 17849C) da1 at mps0 bus 0 scbus0 target 9 lun 0 da1: Fixed Direct Access SCSI-5 device da1: Serial Number 6SD2QE3N da1: 600.000MB/s transfers da1: Command Queueing enabled da1: 140014MB (286749480 512 byte sectors: 255H 63S/T 17849C) da2 at mps0 bus 0 scbus0 target 11 lun 0 da2: Fixed Direct Access SCSI-6 device da2: Serial Number OCZ-806BA2P5056GW75I da2: 600.000MB/s transfers da2: Command Queueing enabled da2: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da2: quirks=0x8<4K> da3 at mps0 bus 0 scbus0 target 12 lun 0 da3: Fixed Direct Access SCSI-6 device da3: Serial Number OCZ-XF296AZZ71QSP1ZW da3: 600.000MB/s transfers da3: Command Queueing enabled da3: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da3: quirks=0x8<4K> da4 at mps0 bus 0 scbus0 target 13 lun 0 da4: Fixed Direct Access SCSI-6 device da4: Serial Number OCZ-XLEQGOUM0W4X8YEK da4: 600.000MB/s transfers da4: Command Queueing enabled da4: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da4: quirks=0x8<4K> da5 at mps0 bus 0 scbus0 target 14 lun 0 da5: Fixed Direct Access SCSI-6 device da5: Serial Number OCZ-Y95766VPB527422Z da5: 600.000MB/s transfers da5: Command Queueing enabled da5: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da5: quirks=0x8<4K> da6 at mps0 bus 0 scbus0 target 15 lun 0 da6: Fixed Direct Access SCSI-6 device da6: Serial Number OCZ-P41W6HED0801IAL3 da6: 600.000MB/s transfers da6: Command Queueing enabled da6: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da6: quirks=0x8<4K> da7 at mps0 bus 0 scbus0 target 16 lun 0 da7: Fixed Direct Access SCSI-6 device da7: Serial Number OCZ-YB60WW78PP6BK4TM da7: 600.000MB/s transfers da7: Command Queueing enabled da7: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da7: quirks=0x8<4K> da8 at mps0 bus 0 scbus0 target 17 lun 0 da8: Fixed Direct Access SCSI-6 device da8: Serial Number OCZ-G8477U602103SBQ3 da8: 600.000MB/s transfers da8: Command Queueing enabled da8: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da8: quirks=0x8<4K> da9 at mps0 bus 0 scbus0 target 18 lun 0 da9: Fixed Direct Access SCSI-6 device da9: Serial Number OCZ-5Z928G69IA2N6WN7 da9: 600.000MB/s transfers da9: Command Queueing enabled da9: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da9: quirks=0x8<4K> da10 at mps0 bus 0 scbus0 target 19 lun 0 da10: Fixed Direct Access SCSI-6 device da10: Serial Number OCZ-K008HT13IQ31VK3F da10: 600.000MB/s transfers da10: Command Queueing enabled da10: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da10: quirks=0x8<4K> da11 at mps0 bus 0 scbus0 target 20 lun 0 da11: Fixed Direct Access SCSI-6 device da11: Serial Number OCZ-I276ZFJW8I19B288 da11: 600.000MB/s transfers da11: Command Queueing enabled da11: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da11: quirks=0x8<4K> da12 at mps0 bus 0 scbus0 target 21 lun 0 da12: Fixed Direct Access SCSI-6 device da12: Serial Number OCZ-JHK0L1B3K0UJC91U da12: 600.000MB/s transfers da12: Command Queueing enabled da12: 488386MB (1000215216 512 byte sectors: 255H 63S/T 62260C) da12: quirks=0x8<4K> SMP: AP CPU #1 Launched! SMP: AP CPU #23 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #22 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #14 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #18 Launched! SMP: AP CPU #9 Launched! SMP: AP CPU #19 Launched! SMP: AP CPU #8 Launched! SMP: AP CPU #12 Launched! SMP: AP CPU #11 Launched! SMP: AP CPU #20 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #21 Launched! SMP: AP CPU #7 Launched! SMP: AP CPU #15 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #17 Launched! SMP: AP CPU #10 Launched! SMP: AP CPU #13 Launched! SMP: AP CPU #16 Launched! Timecounter "TSC-low" frequency 1133396472 Hz quality 1000 uhub6: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered Root mount waiting for: usbus7 usbus2 Root mount waiting for: usbus7 usbus2 uhub2: 4 ports with 4 removable, self powered uhub7: 4 ports with 4 removable, self powered Root mount waiting for: usbus7 usbus2 ugen2.2: at usbus2 uhub8: on usbus2 uhub8: MTT enabled uhub8: 4 ports with 4 removable, self powered Root mount waiting for: usbus7 usbus2 ugen2.3: at usbus2 uhub9: on usbus2 ugen7.2: at usbus7 umass0: on usbus7 umass0: SCSI over Bulk-Only; quirks = 0x0100 umass0:1:0:-1: Attached to scbus1 da13 at umass-sim0 bus 0 scbus1 target 0 lun 0 da13: Removable Direct Access SCSI-4 device da13: Serial Number 3ENXRQO0QDYMK5QO da13: 40.000MB/s transfers da13: 15480MB (31703040 512 byte sectors: 255H 63S/T 1973C) da13: quirks=0x2 uhub9: 3 ports with 2 removable, bus powered Root mount waiting for: usbus2 ugen2.4: at usbus2 ukbd0: on usbus2 kbd2 at ukbd0 uhid0: on usbus2 Trying to mount root from ufs:/dev/da13p2 [rw]... WARNING: / was not properly dismounted ugen3.2: at usbus3 ukbd1: on usbus3 kbd3 at ukbd1 ums0: on usbus3 ums0: 3 buttons and [Z] coordinates ID=0 root@pruebas:~ # -- You are receiving this mail because: You are the assignee for the bug.