From owner-freebsd-fs@FreeBSD.ORG Mon Jul 22 14:30:36 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 61B5CA31; Mon, 22 Jul 2013 14:30:36 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31AA921BA; Mon, 22 Jul 2013 14:30:36 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id w11so6817515pde.23 for ; Mon, 22 Jul 2013 07:30:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:date:message-id:cc:to:mime-version :x-mailer; bh=9XxWkVPd6fDXbvPO/INfpwth5IfMmz7zGtzAg/3wDt0=; b=RRhcgt4m1cSaW8S2r6SR/VGumOpgsIt56v+VnQ3vTNMDBRLTS9chbLpu7RV/RJUuF1 E4HWe6smLZL3Ds6N36E20QtqUveDHXg5MW/iBNUuvDwYdHmv6b4K+k/LkAVMuaHkP9Fi X//OiAV41YgX3UxKGBeHYu6v4zQxtUf/vPIarPZB87nr0yowcwPWdftvBWIcsUINNRoK 0xfuLI233ycIRZTuMPKfVOnh42hmq0KUaCRFlOujGYTc36P3CNefBtV6bp0pw7Q0buuk BqWY0DyLpU9oQD72eJQxElwORsvH0hE/5fwd4i5YXggM1BXhz1CjObwLhx466AsHonKy Nw2Q== X-Received: by 10.68.211.233 with SMTP id nf9mr28509074pbc.26.1374503435840; Mon, 22 Jul 2013 07:30:35 -0700 (PDT) Received: from [192.168.20.5] (c-98-203-241-95.hsd1.wa.comcast.net. [98.203.241.95]) by mx.google.com with ESMTPSA id e7sm23028461pbc.11.2013.07.22.07.30.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 07:30:35 -0700 (PDT) From: Garrett Cooper Content-Type: multipart/mixed; boundary="Apple-Mail=_4FC5EB36-4DBF-46B0-BEE5-66FA9F01B57F" Subject: [REGRESSION] Root zpool mounting broken between 06/30/2013 and 07/21/2013 when PS/2 support compiled into the kernel Date: Mon, 22 Jul 2013 07:30:32 -0700 Message-Id: <78424E5D-4EB2-4462-A190-D0AC97136790@gmail.com> To: freebsd-fs@freebsd.org, freebsd-stable@FreeBSD.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 14:30:36 -0000 --Apple-Mail=_4FC5EB36-4DBF-46B0-BEE5-66FA9F01B57F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I have a KERNCONF that previously had PS/2 support compiled into the = kernel. If I comment out the following lines like so: # atkbdc0 controls both the keyboard and the PS/2 mouse #device atkbdc # AT keyboard controller #device atkbd # AT keyboard then I'm able to mount root again (it was failing with ENOXDEV). The working kernel was as follows: $ strings /boot/kernel.WORKING/kernel | grep -B 2 -A 2 BAYONETTA @(#)FreeBSD 9.1-STABLE #7 r+0304216: Sun Jun 30 15:22:55 PDT 2013 FreeBSD 9.1-STABLE #7 r+0304216: Sun Jun 30 15:22:55 PDT 2013 = gcooper@bayonetta.local:/usr/obj/scratch/git/github/yaneurabeya-freebsd-st= able-9/sys/BAYONETTA gcc version 4.2.1 20070831 patched [FreeBSD] FreeBSD 9.1-STABLE BAYONETTA $ cd /usr/src; git log 0304216 commit 03042167f73c213732b44218a24d8e1bbea00f8c Merge: 2edcad2 974abfb Author: Garrett Cooper Date: Mon Jun 24 19:00:45 2013 -0700 Merge remote-tracking branch 'upstream/stable/9' into stable/9 The working kernel [with atkbdc] was as follows: FreeBSD bayonetta.local 9.2-BETA1 FreeBSD 9.2-BETA1 #12 r+c178034: Sun = Jul 21 20:19:38 PDT 2013 = root@bayonetta.local:/usr/obj/scratch/git/github/yaneurabeya-freebsd-stabl= e-9/sys/BAYONETTA amd64 $ git log c178034 commit c17803445f4ffb97e1a46a1be5f7ea04692793f0 Author: avg Date: Tue Jul 9 08:30:31 2013 +0000 zfsboottest.sh: remove checks for things that are not strictly = required =20 MFC after: 10 days (Yes, I had to backport some things because they are busted on stable/9 = due to other incomplete/missing MFCs). I can test out patches, but I don't have time to bisect the actual = commit that caused the failure. That being said my intuition says it's = this commit should be looked at first: commit 28f961058b0667841d7e9d8639bfd02ed8689faa Author: jhb Date: Wed Jul 17 14:04:18 2013 +0000 MFC 252576: Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. = If we are probing a PCI-PCI bridge it is because we found one by = enumerating the devices on a PCI bus, so the bridge is definitely present. A = few BIOSes report incorrect status (_STA) for some bridges that claimed = they were not present when in fact they were. =20 While here, move this check earlier for Host-PCI bridges so attach = fails before doing any work that needs to be torn down. =20 PR: kern/91594 Approved by: re (marius) More data spew follows. Thanks, -Garrett --Apple-Mail=_4FC5EB36-4DBF-46B0-BEE5-66FA9F01B57F Content-Disposition: attachment; filename=diagnostic-noise.txt Content-Type: text/plain; x-unix-mode=0644; name="diagnostic-noise.txt" Content-Transfer-Encoding: quoted-printable hostb0@pci0:0:0:0: class=3D0x060000 card=3D0x836b1043 = chip=3D0x34058086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub to ESI Port' class =3D bridge subclass =3D HOST-PCI pcib1@pci0:0:1:0: class=3D0x060400 card=3D0x836b1043 = chip=3D0x34088086 rev=3D0x13 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub PCI Express Root Port 1' class =3D bridge subclass =3D PCI-PCI pcib4@pci0:0:3:0: class=3D0x060400 card=3D0x836b1043 = chip=3D0x340a8086 rev=3D0x13 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub PCI Express Root Port 3' class =3D bridge subclass =3D PCI-PCI pcib5@pci0:0:7:0: class=3D0x060400 card=3D0x836b1043 = chip=3D0x340e8086 rev=3D0x13 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub PCI Express Root Port 7' class =3D bridge subclass =3D PCI-PCI none0@pci0:0:20:0: class=3D0x080000 card=3D0x00000000 = chip=3D0x342e8086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub System Management Registers' class =3D base peripheral subclass =3D interrupt controller none1@pci0:0:20:1: class=3D0x080000 card=3D0x00000000 = chip=3D0x34228086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub GPIO and Scratch Pad = Registers' class =3D base peripheral subclass =3D interrupt controller none2@pci0:0:20:2: class=3D0x080000 card=3D0x00000000 = chip=3D0x34238086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub Control Status and RAS = Registers' class =3D base peripheral subclass =3D interrupt controller none3@pci0:0:20:3: class=3D0x080000 card=3D0x00000000 = chip=3D0x34388086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub Throttle Registers' class =3D base peripheral subclass =3D interrupt controller uhci0@pci0:0:26:0: class=3D0x0c0300 card=3D0x82d41043 = chip=3D0x3a378086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB uhci1@pci0:0:26:1: class=3D0x0c0300 card=3D0x82d41043 = chip=3D0x3a388086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB uhci2@pci0:0:26:2: class=3D0x0c0300 card=3D0x82d41043 = chip=3D0x3a398086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB ehci0@pci0:0:26:7: class=3D0x0c0320 card=3D0x82d41043 = chip=3D0x3a3c8086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB2 EHCI Controller' class =3D serial bus subclass =3D USB pcib6@pci0:0:28:0: class=3D0x060400 card=3D0x82ea1043 = chip=3D0x3a408086 rev=3D0x00 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) PCI Express Root Port 1' class =3D bridge subclass =3D PCI-PCI pcib7@pci0:0:28:1: class=3D0x060400 card=3D0x82ea1043 = chip=3D0x3a428086 rev=3D0x00 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) PCI Express Port 2' class =3D bridge subclass =3D PCI-PCI uhci3@pci0:0:29:0: class=3D0x0c0300 card=3D0x82d41043 = chip=3D0x3a348086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB uhci4@pci0:0:29:1: class=3D0x0c0300 card=3D0x82d41043 = chip=3D0x3a358086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB uhci5@pci0:0:29:2: class=3D0x0c0300 card=3D0x82d41043 = chip=3D0x3a368086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB ehci1@pci0:0:29:7: class=3D0x0c0320 card=3D0x82d41043 = chip=3D0x3a3a8086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB2 EHCI Controller' class =3D serial bus subclass =3D USB pcib8@pci0:0:30:0: class=3D0x060401 card=3D0x82d41043 = chip=3D0x244e8086 rev=3D0x90 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801 PCI Bridge' class =3D bridge subclass =3D PCI-PCI isab0@pci0:0:31:0: class=3D0x060100 card=3D0x82d41043 = chip=3D0x3a168086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JIR (ICH10R) LPC Interface Controller' class =3D bridge subclass =3D PCI-ISA ahci0@pci0:0:31:2: class=3D0x010601 card=3D0x82d41043 = chip=3D0x3a228086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) SATA AHCI Controller' class =3D mass storage subclass =3D SATA ichsmb0@pci0:0:31:3: class=3D0x0c0500 card=3D0x82d41043 = chip=3D0x3a308086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) SMBus Controller' class =3D serial bus subclass =3D SMBus pcib2@pci0:1:0:0: class=3D0x060400 card=3D0x00000000 = chip=3D0x01251033 rev=3D0x06 hdr=3D0x01 vendor =3D 'NEC Corporation' device =3D 'uPD720400 PCI Express - PCI/PCI-X Bridge' class =3D bridge subclass =3D PCI-PCI pcib3@pci0:1:0:1: class=3D0x060400 card=3D0x00000000 = chip=3D0x01251033 rev=3D0x06 hdr=3D0x01 vendor =3D 'NEC Corporation' device =3D 'uPD720400 PCI Express - PCI/PCI-X Bridge' class =3D bridge subclass =3D PCI-PCI mfi0@pci0:4:0:0: class=3D0x010400 card=3D0x92411000 = chip=3D0x00731000 rev=3D0x03 hdr=3D0x00 vendor =3D 'LSI Logic / Symbios Logic' device =3D 'MegaRAID SAS 9240' class =3D mass storage subclass =3D RAID vgapci0@pci0:5:0:0: class=3D0x030000 card=3D0xc9543842 = chip=3D0x064010de rev=3D0xa1 hdr=3D0x00 vendor =3D 'nVidia Corporation' device =3D 'G96 [GeForce 9500 GT]' class =3D display subclass =3D VGA re0@pci0:6:0:0: class=3D0x020000 card=3D0x83671043 chip=3D0x816810ec = rev=3D0x02 hdr=3D0x00 vendor =3D 'Realtek Semiconductor Co., Ltd.' device =3D 'RTL8111/8168B PCI Express Gigabit Ethernet = controller' class =3D network subclass =3D ethernet hostb1@pci0:255:0:0: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c418086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QuickPath Architecture Generic = Non-Core Registers' class =3D bridge subclass =3D HOST-PCI hostb2@pci0:255:0:1: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c018086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QuickPath Architecture System = Address Decoder' class =3D bridge subclass =3D HOST-PCI hostb3@pci0:255:2:0: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c108086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QPI Link 0' class =3D bridge subclass =3D HOST-PCI hostb4@pci0:255:2:1: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c118086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QPI Physical 0' class =3D bridge subclass =3D HOST-PCI hostb5@pci0:255:3:0: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c188086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller' class =3D bridge subclass =3D HOST-PCI hostb6@pci0:255:3:1: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c198086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Target Address Decoder' class =3D bridge subclass =3D HOST-PCI hostb7@pci0:255:3:4: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c1c8086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Test = Registers' class =3D bridge subclass =3D HOST-PCI hostb8@pci0:255:4:0: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c208086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 0 Control Registers' class =3D bridge subclass =3D HOST-PCI hostb9@pci0:255:4:1: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c218086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 0 Address Registers' class =3D bridge subclass =3D HOST-PCI hostb10@pci0:255:4:2: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c228086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 0 Rank Registers' class =3D bridge subclass =3D HOST-PCI hostb11@pci0:255:4:3: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c238086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 0 Thermal Control Registers' class =3D bridge subclass =3D HOST-PCI hostb12@pci0:255:5:0: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c288086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 1 Control Registers' class =3D bridge subclass =3D HOST-PCI hostb13@pci0:255:5:1: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c298086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 1 Address Registers' class =3D bridge subclass =3D HOST-PCI hostb14@pci0:255:5:2: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c2a8086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 1 Rank Registers' class =3D bridge subclass =3D HOST-PCI hostb15@pci0:255:5:3: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c2b8086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 1 Thermal Control Registers' class =3D bridge subclass =3D HOST-PCI hostb16@pci0:255:6:0: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c308086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 2 Control Registers' class =3D bridge subclass =3D HOST-PCI hostb17@pci0:255:6:1: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c318086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 2 Address Registers' class =3D bridge subclass =3D HOST-PCI hostb18@pci0:255:6:2: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c328086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 2 Rank Registers' class =3D bridge subclass =3D HOST-PCI hostb19@pci0:255:6:3: class=3D0x060000 card=3D0x80868086 = chip=3D0x2c338086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller = Channel 2 Thermal Control Registers' class =3D bridge subclass =3D HOST-PCI # dmidecode 2.11 SMBIOS 2.5 present. 77 structures occupying 2896 bytes. Table at 0x000F0700. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: American Megatrends Inc. Version: 1205 =20 Release Date: 09/24/2010 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 2048 kB Characteristics: ISA is supported PCI is supported PNP is supported APM is supported BIOS is upgradeable BIOS shadowing is allowed ESCD support is available Boot from CD is supported Selectable boot is supported BIOS ROM is socketed EDD is supported 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 kB floppy services are supported (int 13h) 3.5"/2.88 MB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported LS-120 boot is supported ATAPI Zip drive boot is supported BIOS boot specification is supported Targeted content distribution is supported BIOS Revision: 8.15 Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: System manufacturer Product Name: System Product Name Version: System Version Serial Number: System Serial Number UUID: 6069001E-8C00-00BD-6E33-E0CB4E01476B Wake-up Type: Power Switch SKU Number: To Be Filled By O.E.M. Family: To Be Filled By O.E.M. Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: ASUSTeK Computer INC. Product Name: P6T WS PRO Version: Rev 1.xx Serial Number: 102642390000140 Asset Tag: To Be Filled By O.E.M. Features: Board is a hosting board Board is replaceable Location In Chassis: To Be Filled By O.E.M. Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0 Handle 0x0003, DMI type 3, 21 bytes Chassis Information Manufacturer: Chassis Manufacture Type: Desktop Lock: Not Present Version: Chassis Version Serial Number: Chassis Serial Number Asset Tag: Asset-1234567890 Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000001 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 Handle 0x0004, DMI type 4, 40 bytes Processor Information Socket Designation: LGA1366 Type: Central Processor Family: Xeon Manufacturer: Intel =20 ID: A5 06 01 00 FF FB EB BF Signature: Type 0, Family 6, Model 26, Stepping 5 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Multi-threading) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Xeon(R) CPU W3520 @ 2.67GHz =20 Voltage: 1.2 V External Clock: 133 MHz Max Speed: 2666 MHz Current Speed: 2666 MHz Status: Populated, Enabled Upgrade: Other L1 Cache Handle: 0x0005 L2 Cache Handle: 0x0006 L3 Cache Handle: 0x0007 Serial Number: To Be Filled By O.E.M. Asset Tag: To Be Filled By O.E.M. Part Number: To Be Filled By O.E.M. Core Count: 4 Core Enabled: 4 Thread Count: 8 Characteristics: 64-bit capable Handle 0x0005, DMI type 7, 19 bytes Cache Information Socket Designation: L1-Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Through Location: Internal Installed Size: 256 kB Maximum Size: 256 kB Supported SRAM Types: Other Installed SRAM Type: Other Speed: Unknown Error Correction Type: Parity System Type: Instruction Associativity: 4-way Set-associative Handle 0x0006, DMI type 7, 19 bytes Cache Information Socket Designation: L2-Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Through Location: Internal Installed Size: 1024 kB Maximum Size: 1024 kB Supported SRAM Types: Other Installed SRAM Type: Other Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 8-way Set-associative Handle 0x0007, DMI type 7, 19 bytes Cache Information Socket Designation: L3-Cache Configuration: Enabled, Not Socketed, Level 3 Operational Mode: Write Back Location: Internal Installed Size: 8192 kB Maximum Size: 8192 kB Supported SRAM Types: Other Installed SRAM Type: Other Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 16-way Set-associative Handle 0x0008, DMI type 5, 28 bytes Memory Controller Information Error Detecting Method: 64-bit ECC Error Correcting Capabilities: None Supported Interleave: One-way Interleave Current Interleave: One-way Interleave Maximum Memory Module Size: 4096 MB Maximum Total Memory Size: 24576 MB Supported Speeds: 70 ns 60 ns Supported Memory Types: DIMM SDRAM Memory Module Voltage: 3.3 V Associated Memory Slots: 6 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E Enabled Error Correcting Capabilities: None Handle 0x0009, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM0 Bank Connections: 1 Current Speed: 1 ns Type: DIMM Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x000A, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM1 Bank Connections: 2 Current Speed: 1 ns Type: DIMM Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x000B, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM2 Bank Connections: 3 Current Speed: 1 ns Type: DIMM Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x000C, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM3 Bank Connections: 4 Current Speed: 1 ns Type: DIMM Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x000D, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM4 Bank Connections: 5 Current Speed: 1 ns Type: DIMM Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x000E, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM5 Bank Connections: 6 Current Speed: 1 ns Type: DIMM Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PS/2 Keyboard Internal Connector Type: None External Reference Designator: PS/2 Keyboard External Connector Type: PS/2 Port Type: Keyboard Port Handle 0x0010, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB12 Internal Connector Type: None External Reference Designator: USB12 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0011, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB34 Internal Connector Type: None External Reference Designator: USB34 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0012, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB56 Internal Connector Type: None External Reference Designator: USB56 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0013, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB78 Internal Connector Type: None External Reference Designator: USB78 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0014, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: IE1394_1 Internal Connector Type: None External Reference Designator: IEEE1394 1 External Connector Type: IEEE 1394 Port Type: Firewire (IEEE P1394) Handle 0x0015, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: ESATA Internal Connector Type: None External Reference Designator: ESATA External Connector Type: IEEE 1394 Port Type: SATA Handle 0x0016, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LAN1 Internal Connector Type: None External Reference Designator: GbE LAN 1 External Connector Type: RJ-45 Port Type: Network Port Handle 0x0017, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LAN2 Internal Connector Type: None External Reference Designator: GbE LAN 2 External Connector Type: RJ-45 Port Type: Network Port Handle 0x0018, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: AUDIO Internal Connector Type: None External Reference Designator: AUDIO External Connector Type: Other Port Type: Audio Port Handle 0x0019, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Audio Line Out1 Internal Connector Type: None External Reference Designator: Audio Line Out1 External Connector Type: Mini Jack (headphones) Port Type: Audio Port Handle 0x001A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Audio Line Out2 Internal Connector Type: None External Reference Designator: Audio Line Out2 External Connector Type: Mini Jack (headphones) Port Type: Audio Port Handle 0x001B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Audio Line Out3 Internal Connector Type: None External Reference Designator: Audio Line Out3 External Connector Type: Mini Jack (headphones) Port Type: Audio Port Handle 0x001C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Audio Line Out4 Internal Connector Type: None External Reference Designator: Audio Line Out4 External Connector Type: Mini Jack (headphones) Port Type: Audio Port Handle 0x001D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Audio Line Out5 Internal Connector Type: None External Reference Designator: Audio Line Out5 External Connector Type: Mini Jack (headphones) Port Type: Audio Port Handle 0x001E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Audio Line Out6 Internal Connector Type: None External Reference Designator: Audio Line Out6 External Connector Type: Mini Jack (headphones) Port Type: Audio Port Handle 0x001F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA1 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0020, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA2 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0021, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA3 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0022, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA4 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0023, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA5 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0024, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA6 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0025, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SAS1 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0026, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SAS2 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x0027, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB9_10 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB Handle 0x0028, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB11_12 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB Handle 0x0029, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: IE1394_2 Internal Connector Type: IEEE 1394 External Reference Designator: Not Specified External Connector Type: None Port Type: Firewire (IEEE P1394) Handle 0x002A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CD Internal Connector Type: On Board Sound Input =46rom CD-ROM External Reference Designator: Not Specified External Connector Type: None Port Type: Audio Port Handle 0x002B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: AAFP Internal Connector Type: Mini Jack (headphones) External Reference Designator: Not Specified External Connector Type: None Port Type: Audio Port Handle 0x002C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CPU_FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PWR_FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0030, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN3 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0031, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SPDIF_OUT Internal Connector Type: On Board Sound Input =46rom CD-ROM External Reference Designator: Not Specified External Connector Type: None Port Type: Audio Port Handle 0x0032, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FP_AUDIO Internal Connector Type: On Board Sound Input =46rom CD-ROM External Reference Designator: Not Specified External Connector Type: None Port Type: Audio Port Handle 0x0033, DMI type 9, 13 bytes System Slot Information Designation: PCIEX1_1 Type: 32-bit PCI Express Current Usage: Available Length: Short ID: 32 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Handle 0x0034, DMI type 9, 13 bytes System Slot Information Designation: PCIEX16_1 Type: 64-bit PCI Express Current Usage: In Use Length: Short ID: 51 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Handle 0x0035, DMI type 9, 13 bytes System Slot Information Designation: PCIX_1 Type: 32-bit PCI-X Current Usage: Available Length: Short ID: 6 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Handle 0x0036, DMI type 9, 13 bytes System Slot Information Designation: PCIX_2 Type: 32-bit PCI-X Current Usage: Available Length: Short ID: 7 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Handle 0x0037, DMI type 9, 13 bytes System Slot Information Designation: PCIEX16_2 Type: 32-bit PCI Express Current Usage: Available Length: Short ID: 55 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Handle 0x0038, DMI type 9, 13 bytes System Slot Information Designation: PCI_1 Type: 32-bit PCI Current Usage: Available Length: Short ID: 3 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Handle 0x0039, DMI type 10, 6 bytes On Board Device Information Type: Ethernet Status: Enabled Description: Onboard Ethernet Handle 0x003A, DMI type 11, 5 bytes OEM Strings String 1: To Be Filled By O.E.M. String 2: To Be Filled By O.E.M. String 3: To Be Filled By O.E.M. String 4: To Be Filled By O.E.M. Handle 0x003B, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 6 en|US|iso8859-1 zh|ZH|iso8859-1 de|DE|iso8859-1 cn|CN|iso8859-1 fr|FR|iso8859-1 ja|JP|unicode-1 Currently Installed Language: en|US|iso8859-1 Handle 0x003C, DMI type 15, 55 bytes System Event Log Area Length: 1008 bytes Header Start Offset: 0x2010 Data Start Offset: 0x2010 Access Method: OEM-specific Access Address: Unknown Status: Valid, Not Full Change Token: 0x00000000 Header Format: No Header Supported Log Type Descriptors: 1 Descriptor 1: OEM-specific Data Format 1: POST results bitmap Handle 0x003D, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Multi-bit ECC Maximum Capacity: 24 GB Error Information Handle: Not Provided Number Of Devices: 6 Handle 0x003E, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Array Handle: 0x003D Partition Width: 1 Handle 0x003F, DMI type 17, 27 bytes Memory Device Array Handle: 0x003D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM0 Bank Locator: BANK0 Type: Other Type Detail: Other Speed: 1066 MHz Manufacturer: Manufacturer00 Serial Number: SerNum00 Asset Tag: AssetTagNum0 Part Number: ModulePartNumber00 Handle 0x0040, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Device Handle: 0x003F Memory Array Mapped Address Handle: 0x003E Partition Row Position: 1 Interleave Position: Unknown Interleaved Data Depth: 2 Handle 0x0041, DMI type 17, 27 bytes Memory Device Array Handle: 0x003D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM1 Bank Locator: BANK1 Type: Other Type Detail: Other Speed: 1066 MHz Manufacturer: Manufacturer01 Serial Number: SerNum01 Asset Tag: AssetTagNum1 Part Number: ModulePartNumber01 Handle 0x0042, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Device Handle: 0x0041 Memory Array Mapped Address Handle: 0x003E Partition Row Position: 1 Interleave Position: Unknown Interleaved Data Depth: 2 Handle 0x0043, DMI type 17, 27 bytes Memory Device Array Handle: 0x003D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM2 Bank Locator: BANK2 Type: Other Type Detail: Other Speed: 1066 MHz Manufacturer: Manufacturer02 Serial Number: SerNum02 Asset Tag: AssetTagNum2 Part Number: ModulePartNumber02 Handle 0x0044, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Device Handle: 0x0043 Memory Array Mapped Address Handle: 0x003E Partition Row Position: 1 Interleave Position: Unknown Interleaved Data Depth: 2 Handle 0x0045, DMI type 17, 27 bytes Memory Device Array Handle: 0x003D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM3 Bank Locator: BANK3 Type: Other Type Detail: Other Speed: 1066 MHz Manufacturer: Manufacturer03 Serial Number: SerNum03 Asset Tag: AssetTagNum3 Part Number: ModulePartNumber03 Handle 0x0046, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Device Handle: 0x0045 Memory Array Mapped Address Handle: 0x003E Partition Row Position: 1 Interleave Position: Unknown Interleaved Data Depth: 2 Handle 0x0047, DMI type 17, 27 bytes Memory Device Array Handle: 0x003D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM4 Bank Locator: BANK4 Type: Other Type Detail: Other Speed: 1066 MHz Manufacturer: Manufacturer04 Serial Number: SerNum04 Asset Tag: AssetTagNum4 Part Number: ModulePartNumber04 Handle 0x0048, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Device Handle: 0x0047 Memory Array Mapped Address Handle: 0x003E Partition Row Position: 1 Interleave Position: Unknown Interleaved Data Depth: 2 Handle 0x0049, DMI type 17, 27 bytes Memory Device Array Handle: 0x003D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM5 Bank Locator: BANK5 Type: Other Type Detail: Other Speed: 1066 MHz Manufacturer: Manufacturer05 Serial Number: SerNum05 Asset Tag: AssetTagNum5 Part Number: ModulePartNumber05 Handle 0x004A, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Device Handle: 0x0049 Memory Array Mapped Address Handle: 0x003E Partition Row Position: 1 Interleave Position: Unknown Interleaved Data Depth: 2 Handle 0x004B, DMI type 32, 20 bytes System Boot Information Status: No errors detected Handle 0x004C, DMI type 127, 4 bytes End Of Table Copyright (c) 1992-2013 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.2-BETA1 #12 r+c178034: Sun Jul 21 20:19:38 PDT 2013 = root@bayonetta.local:/usr/obj/scratch/git/github/yaneurabeya-freebsd-stabl= e-9/sys/BAYONETTA amd64 gcc version 4.2.1 20070831 patched [FreeBSD] CPU: Intel(R) Xeon(R) CPU W3520 @ 2.67GHz (2672.78-MHz = K8-class CPU) Origin =3D "GenuineIntel" Id =3D 0x106a5 Family =3D 0x6 Model =3D = 0x1a Stepping =3D 5 = Features=3D0xbfebfbff = Features2=3D0x9ce3bd AMD Features=3D0x28100800 AMD Features2=3D0x1 TSC: P-state invariant, performance statistics real memory =3D 12884901888 (12288 MB) avail memory =3D 12344569856 (11772 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <092410 APIC1941> FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 4 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 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard kbd0 at kbdmux0 acpi0: <092410 XSDT1941> on motherboard acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, bff00000 (3) failed cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 cpu4: on acpi0 cpu5: on acpi0 cpu6: on acpi0 cpu7: 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 atrtc0: port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 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 pcib2: at device 0.0 on pci1 pci3: on pcib2 pcib3: mem 0xf7effc00-0xf7effc7f irq 28 at device = 0.1 on pci1 pci2: on pcib3 pcib4: at device 3.0 on pci0 pci4: on pcib4 mfi0: port 0xc000-0xc0ff mem = 0xf7ffc000-0xf7ffffff,0xf7f80000-0xf7fbffff irq 24 at device 0.0 on pci4 mfi0: Using MSI mfi0: Megaraid SAS driver Ver 4.23=20 pcib5: at device 7.0 on pci0 pci5: on pcib5 vgapci0: port 0xdc00-0xdc7f mem = 0xfa000000-0xfaffffff,0xd0000000-0xdfffffff,0xf8000000-0xf9ffffff irq 30 = at device 0.0 on pci5 pci0: at device 20.0 (no driver = attached) pci0: at device 20.1 (no driver = attached) pci0: at device 20.2 (no driver = attached) pci0: at device 20.3 (no driver = attached) uhci0: port 0xb800-0xb81f = irq 16 at device 26.0 on pci0 usbus0 on uhci0 uhci1: port 0xb880-0xb89f = irq 21 at device 26.1 on pci0 usbus1 on uhci1 uhci2: port 0xbc00-0xbc1f = irq 19 at device 26.2 on pci0 usbus2 on uhci2 ehci0: mem = 0xf7dff000-0xf7dff3ff irq 18 at device 26.7 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci0 pcib6: irq 17 at device 28.0 on pci0 pci7: on pcib6 pcib7: irq 16 at device 28.1 on pci0 pci6: on pcib7 pci6: at device 0.0 (no driver attached) uhci3: port 0xb080-0xb09f = irq 23 at device 29.0 on pci0 usbus4 on uhci3 uhci4: port 0xb400-0xb41f = irq 19 at device 29.1 on pci0 usbus5 on uhci4 uhci5: port 0xb480-0xb49f = irq 18 at device 29.2 on pci0 usbus6 on uhci5 ehci1: mem = 0xf7dfe000-0xf7dfe3ff irq 23 at device 29.7 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci1 pcib8: at device 30.0 on pci0 pci8: on pcib8 isab0: at device 31.0 on pci0 isa0: on isab0 ahci0: port = 0xac00-0xac07,0xa880-0xa883,0xa800-0xa807,0xa480-0xa483,0xa400-0xa41f = mem 0xf7dfc000-0xf7dfc7ff irq 19 at device 31.2 on pci0 ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ahcich2: at channel 2 on ahci0 ahcich3: at channel 3 on ahci0 ahcich4: at channel 4 on ahci0 ahcich5: at channel 5 on ahci0 ichsmb0: port 0x400-0x41f mem = 0xf7dfd000-0xf7dfd0ff irq 18 at device 31.3 on pci0 smbus0: on ichsmb0 smb0: on smbus0 acpi_button0: on acpi0 qpi0: on motherboard pcib9: pcibus 255 on qpi0 pci255: on pcib9 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on = isa0 uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on = isa0 coretemp0: on cpu0 est0: on cpu0 p4tcc0: on cpu0 coretemp1: on cpu1 est1: on cpu1 p4tcc1: on cpu1 coretemp2: on cpu2 est2: on cpu2 p4tcc2: on cpu2 coretemp3: on cpu3 est3: on cpu3 p4tcc3: on cpu3 coretemp4: on cpu4 est4: on cpu4 p4tcc4: on cpu4 coretemp5: on cpu5 est5: on cpu5 p4tcc5: on cpu5 coretemp6: on cpu6 est6: on cpu6 p4tcc6: on cpu6 coretemp7: on cpu7 est7: on cpu7 p4tcc7: on cpu7 mfi0: 6139 (427754086s/0x0020/info) - Shutdown command received from = host mfi0: 6140 (boot + 3s/0x0020/info) - Firmware initialization started = (PCI ID 0073/1000/9241/1000) mfi0: 6141 (boot + 3s/0x0020/info) - Firmware version 2.130.364-1847 mfi0: 6142 (boot + 5s/0x0020/info) - Package version 20.10.1-0119 mfi0: 6143 (boot + 5s/0x0020/info) - Board Revision 03A mfi0: 6144 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s0) mfi0: 6145 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s0) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D02, = sasAddr=3D4433221103000000,0000000000000000 mfi0: 6146 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s3) mfi0: 6147 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s3) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D00, = sasAddr=3D4433221100000000,0000000000000000 mfi0: 6148 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s1) mfi0: 6149 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s1) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D01, = sasAddr=3D4433221102000000,0000000000000000 mfi0: 6150 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s2) mfi0: 6151 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s2) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D03, = sasAddr=3D4433221101000000,0000000000000000 mfi0: 6152 (boot + 26s/0x0001/info) - Consistency Check started on VD = 00/0 mfi0: 6153 (427754117s/0x0020/info) - Time established as 07/21/13 = 20:35:17; (28 seconds since power on) mfi0: 6155 (boot + 3s/0x0020/info) - Firmware initialization started = (PCI ID 0073/1000/9241/1000) mfi0: 6156 (boot + 3s/0x0020/info) - Firmware version 2.130.364-1847 mfi0: 6157 (boot + 5s/0x0020/info) - Package version 20.10.1-0119 mfi0: 6158 (boot + 5s/0x0020/info) - Board Revision 03A mfi0: 6159 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s0) mfi0: 6160 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s0) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D03, = sasAddr=3D4433221103000000,0000000000000000 mfi0: 6161 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s3) mfi0: 6162 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s3) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D00, = sasAddr=3D4433221100000000,0000000000000000 mfi0: 6163 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s1) mfi0: 6164 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s1) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D02, = sasAddr=3D4433221102000000,0000000000000000 mfi0: 6165 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s2) mfi0: 6166 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s2) Info: = enclPd=3Dffff, scsiType=3D0, portMap=3D01, = sasAddr=3D4433221101000000,0000000000000000 mfi0: 6167 (boot + 26s/0x0001/info) - Consistency Check started on VD = 00/0 mfi0: 6168 (427754185s/0x0020/info) - Time established as 07/21/13 = 20:36:25; (28 seconds since power on) ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.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 mfid0 on mfi0 mfid0: 5722044MB (11718746112 sectors) RAID volume (no label) is optimal ada0 at ahcich4 bus 0 scbus4 target 0 lun 0 ada0: ATA-8 SATA 2.x device cd0 at ahcich0 bus 0 scbus0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device=20 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 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad0 SMP: AP CPU #1 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #7 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #2 Launched! Timecounter "TSC-low" frequency 1336390186 Hz quality 1000 Root mount waiting for: usbus7 usbus6 usbus5 usbus4 usbus3 usbus2 usbus1 = usbus0 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered Root mount waiting for: usbus7 usbus3 Root mount waiting for: usbus7 usbus3 uhub3: 6 ports with 6 removable, self powered uhub7: 6 ports with 6 removable, self powered Trying to mount root from zfs:sac []... ugen4.2: at usbus4 ukbd0: on usbus4 kbd1 at ukbd0 uhid0: on usbus4 re0: port = 0xe800-0xe8ff mem 0xfbeff000-0xfbefffff,0xf6ef0000-0xf6efffff irq 17 at = device 0.0 on pci6 re0: Using 1 MSI-X message re0: Chip rev. 0x3c000000 re0: MAC rev. 0x00400000 re0: Ethernet address: e0:cb:4e:01:49:32 miibus0: on re0 rgephy0: PHY 1 on = miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, = 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, = 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, = 1000baseT-FDX-flow-master, auto, auto-flow --Apple-Mail=_4FC5EB36-4DBF-46B0-BEE5-66FA9F01B57F--