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
    
[email protected]:/usr/obj/scratch/git/github/yaneurabeya-freebsd-stable-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 <[email protected]>
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     
[email protected]:/usr/obj/scratch/git/github/yaneurabeya-freebsd-stable-9/sys/BAYONETTA
  amd64
$ git log c178034
commit c17803445f4ffb97e1a46a1be5f7ea04692793f0
Author: avg <[email protected]>
Date:   Tue Jul 9 08:30:31 2013 +0000

    zfsboottest.sh: remove checks for things that are not strictly required
    
    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 <[email protected]>
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.
    
    While here, move this check earlier for Host-PCI bridges so attach fails
    before doing any work that needs to be torn down.
    
    PR:         kern/91594
    Approved by:        re (marius)

More data spew follows.

Thanks,
-Garrett

hostb0@pci0:0:0:0:      class=0x060000 card=0x836b1043 chip=0x34058086 rev=0x13 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '5520/5500/X58 I/O Hub to ESI Port'
    class      = bridge
    subclass   = HOST-PCI
pcib1@pci0:0:1:0:       class=0x060400 card=0x836b1043 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
pcib4@pci0:0:3:0:       class=0x060400 card=0x836b1043 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
pcib5@pci0:0:7:0:       class=0x060400 card=0x836b1043 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
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:20:3:      class=0x080000 card=0x00000000 chip=0x34388086 rev=0x13 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '5520/5500/X58 I/O Hub Throttle Registers'
    class      = base peripheral
    subclass   = interrupt controller
uhci0@pci0:0:26:0:      class=0x0c0300 card=0x82d41043 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=0x82d41043 chip=0x3a388086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) USB UHCI Controller'
    class      = serial bus
    subclass   = USB
uhci2@pci0:0:26:2:      class=0x0c0300 card=0x82d41043 chip=0x3a398086 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=0x82d41043 chip=0x3a3c8086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) USB2 EHCI Controller'
    class      = serial bus
    subclass   = USB
pcib6@pci0:0:28:0:      class=0x060400 card=0x82ea1043 chip=0x3a408086 rev=0x00 
hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) PCI Express Root Port 1'
    class      = bridge
    subclass   = PCI-PCI
pcib7@pci0:0:28:1:      class=0x060400 card=0x82ea1043 chip=0x3a428086 rev=0x00 
hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) PCI Express Port 2'
    class      = bridge
    subclass   = PCI-PCI
uhci3@pci0:0:29:0:      class=0x0c0300 card=0x82d41043 chip=0x3a348086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) USB UHCI Controller'
    class      = serial bus
    subclass   = USB
uhci4@pci0:0:29:1:      class=0x0c0300 card=0x82d41043 chip=0x3a358086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) USB UHCI Controller'
    class      = serial bus
    subclass   = USB
uhci5@pci0:0:29:2:      class=0x0c0300 card=0x82d41043 chip=0x3a368086 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=0x82d41043 chip=0x3a3a8086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) USB2 EHCI Controller'
    class      = serial bus
    subclass   = USB
pcib8@pci0:0:30:0:      class=0x060401 card=0x82d41043 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=0x82d41043 chip=0x3a168086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JIR (ICH10R) LPC Interface Controller'
    class      = bridge
    subclass   = PCI-ISA
ahci0@pci0:0:31:2:      class=0x010601 card=0x82d41043 chip=0x3a228086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) SATA AHCI Controller'
    class      = mass storage
    subclass   = SATA
ichsmb0@pci0:0:31:3:    class=0x0c0500 card=0x82d41043 chip=0x3a308086 rev=0x00 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JI (ICH10 Family) SMBus Controller'
    class      = serial bus
    subclass   = SMBus
pcib2@pci0:1:0:0:       class=0x060400 card=0x00000000 chip=0x01251033 rev=0x06 
hdr=0x01
    vendor     = 'NEC Corporation'
    device     = 'uPD720400 PCI Express - PCI/PCI-X Bridge'
    class      = bridge
    subclass   = PCI-PCI
pcib3@pci0:1:0:1:       class=0x060400 card=0x00000000 chip=0x01251033 rev=0x06 
hdr=0x01
    vendor     = 'NEC Corporation'
    device     = 'uPD720400 PCI Express - PCI/PCI-X Bridge'
    class      = bridge
    subclass   = PCI-PCI
mfi0@pci0:4:0:0:        class=0x010400 card=0x92411000 chip=0x00731000 rev=0x03 
hdr=0x00
    vendor     = 'LSI Logic / Symbios Logic'
    device     = 'MegaRAID SAS 9240'
    class      = mass storage
    subclass   = RAID
vgapci0@pci0:5:0:0:     class=0x030000 card=0xc9543842 chip=0x064010de rev=0xa1 
hdr=0x00
    vendor     = 'nVidia Corporation'
    device     = 'G96 [GeForce 9500 GT]'
    class      = display
    subclass   = VGA
re0@pci0:6:0:0: class=0x020000 card=0x83671043 chip=0x816810ec rev=0x02 hdr=0x00
    vendor     = 'Realtek Semiconductor Co., Ltd.'
    device     = 'RTL8111/8168B PCI Express Gigabit Ethernet controller'
    class      = network
    subclass   = ethernet
hostb1@pci0:255:0:0:    class=0x060000 card=0x80868086 chip=0x2c418086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core 
Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb2@pci0:255:0:1:    class=0x060000 card=0x80868086 chip=0x2c018086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 QuickPath Architecture System Address 
Decoder'
    class      = bridge
    subclass   = HOST-PCI
hostb3@pci0:255:2:0:    class=0x060000 card=0x80868086 chip=0x2c108086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 QPI Link 0'
    class      = bridge
    subclass   = HOST-PCI
hostb4@pci0:255:2:1:    class=0x060000 card=0x80868086 chip=0x2c118086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 QPI Physical 0'
    class      = bridge
    subclass   = HOST-PCI
hostb5@pci0:255:3:0:    class=0x060000 card=0x80868086 chip=0x2c188086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller'
    class      = bridge
    subclass   = HOST-PCI
hostb6@pci0:255:3:1:    class=0x060000 card=0x80868086 chip=0x2c198086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Target Address 
Decoder'
    class      = bridge
    subclass   = HOST-PCI
hostb7@pci0:255:3:4:    class=0x060000 card=0x80868086 chip=0x2c1c8086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Test Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb8@pci0:255:4:0:    class=0x060000 card=0x80868086 chip=0x2c208086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 
Control Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb9@pci0:255:4:1:    class=0x060000 card=0x80868086 chip=0x2c218086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 
Address Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb10@pci0:255:4:2:   class=0x060000 card=0x80868086 chip=0x2c228086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank 
Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb11@pci0:255:4:3:   class=0x060000 card=0x80868086 chip=0x2c238086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 
Thermal Control Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb12@pci0:255:5:0:   class=0x060000 card=0x80868086 chip=0x2c288086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 
Control Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb13@pci0:255:5:1:   class=0x060000 card=0x80868086 chip=0x2c298086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 
Address Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb14@pci0:255:5:2:   class=0x060000 card=0x80868086 chip=0x2c2a8086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank 
Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb15@pci0:255:5:3:   class=0x060000 card=0x80868086 chip=0x2c2b8086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 
Thermal Control Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb16@pci0:255:6:0:   class=0x060000 card=0x80868086 chip=0x2c308086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 
Control Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb17@pci0:255:6:1:   class=0x060000 card=0x80868086 chip=0x2c318086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 
Address Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb18@pci0:255:6:2:   class=0x060000 card=0x80868086 chip=0x2c328086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank 
Registers'
    class      = bridge
    subclass   = HOST-PCI
hostb19@pci0:255:6:3:   class=0x060000 card=0x80868086 chip=0x2c338086 rev=0x05 
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 
Thermal Control Registers'
    class      = bridge
    subclass   = 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   
        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            
        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                
        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 From 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 From 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 From 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
    
[email protected]:/usr/obj/scratch/git/github/yaneurabeya-freebsd-stable-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 = "GenuineIntel"  Id = 0x106a5  Family = 0x6  Model = 0x1a  Stepping = 
5
  
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  
Features2=0x9ce3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT>
  AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant, performance statistics
real memory  = 12884901888 (12288 MB)
avail memory = 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 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> 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: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
cpu4: <ACPI CPU> on acpi0
cpu5: <ACPI CPU> on acpi0
cpu6: <ACPI CPU> on acpi0
cpu7: <ACPI CPU> on acpi0
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> 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: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 0.0 on pci1
pci3: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> mem 0xf7effc00-0xf7effc7f irq 28 at device 0.1 on 
pci1
pci2: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> at device 3.0 on pci0
pci4: <ACPI PCI bus> on pcib4
mfi0: <Drake Skinny> 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 
pcib5: <ACPI PCI-PCI bridge> at device 7.0 on pci0
pci5: <ACPI PCI bus> on pcib5
vgapci0: <VGA-compatible display> port 0xdc00-0xdc7f mem 
0xfa000000-0xfaffffff,0xd0000000-0xdfffffff,0xf8000000-0xf9ffffff irq 30 at 
device 0.0 on pci5
pci0: <base peripheral, interrupt controller> at device 20.0 (no driver 
attached)
pci0: <base peripheral, interrupt controller> at device 20.1 (no driver 
attached)
pci0: <base peripheral, interrupt controller> at device 20.2 (no driver 
attached)
pci0: <base peripheral, interrupt controller> at device 20.3 (no driver 
attached)
uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0xb800-0xb81f irq 16 
at device 26.0 on pci0
usbus0 on uhci0
uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0xb880-0xb89f irq 21 
at device 26.1 on pci0
usbus1 on uhci1
uhci2: <Intel 82801JI (ICH10) USB controller USB-F> port 0xbc00-0xbc1f irq 19 
at device 26.2 on pci0
usbus2 on uhci2
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 
0xf7dff000-0xf7dff3ff irq 18 at device 26.7 on pci0
usbus3: EHCI version 1.0
usbus3 on ehci0
pcib6: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
pci7: <ACPI PCI bus> on pcib6
pcib7: <ACPI PCI-PCI bridge> irq 16 at device 28.1 on pci0
pci6: <ACPI PCI bus> on pcib7
pci6: <network, ethernet> at device 0.0 (no driver attached)
uhci3: <Intel 82801JI (ICH10) USB controller USB-A> port 0xb080-0xb09f irq 23 
at device 29.0 on pci0
usbus4 on uhci3
uhci4: <Intel 82801JI (ICH10) USB controller USB-B> port 0xb400-0xb41f irq 19 
at device 29.1 on pci0
usbus5 on uhci4
uhci5: <Intel 82801JI (ICH10) USB controller USB-C> port 0xb480-0xb49f irq 18 
at device 29.2 on pci0
usbus6 on uhci5
ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 
0xf7dfe000-0xf7dfe3ff irq 23 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7 on ehci1
pcib8: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci8: <ACPI PCI bus> on pcib8
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
ahci0: <Intel ICH10 AHCI SATA controller> 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: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
ichsmb0: <Intel 82801JI (ICH10) SMBus controller> port 0x400-0x41f mem 
0xf7dfd000-0xf7dfd0ff irq 18 at device 31.3 on pci0
smbus0: <System Management Bus> on ichsmb0
smb0: <SMBus generic I/O> on smbus0
acpi_button0: <Power Button> on acpi0
qpi0: <QPI system bus> on motherboard
pcib9: <QPI Host-PCI bridge> pcibus 255 on qpi0
pci255: <PCI bus> on pcib9
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
coretemp0: <CPU On-Die Thermal Sensors> on cpu0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
coretemp1: <CPU On-Die Thermal Sensors> on cpu1
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
coretemp2: <CPU On-Die Thermal Sensors> on cpu2
est2: <Enhanced SpeedStep Frequency Control> on cpu2
p4tcc2: <CPU Frequency Thermal Control> on cpu2
coretemp3: <CPU On-Die Thermal Sensors> on cpu3
est3: <Enhanced SpeedStep Frequency Control> on cpu3
p4tcc3: <CPU Frequency Thermal Control> on cpu3
coretemp4: <CPU On-Die Thermal Sensors> on cpu4
est4: <Enhanced SpeedStep Frequency Control> on cpu4
p4tcc4: <CPU Frequency Thermal Control> on cpu4
coretemp5: <CPU On-Die Thermal Sensors> on cpu5
est5: <Enhanced SpeedStep Frequency Control> on cpu5
p4tcc5: <CPU Frequency Thermal Control> on cpu5
coretemp6: <CPU On-Die Thermal Sensors> on cpu6
est6: <Enhanced SpeedStep Frequency Control> on cpu6
p4tcc6: <CPU Frequency Thermal Control> on cpu6
coretemp7: <CPU On-Die Thermal Sensors> on cpu7
est7: <Enhanced SpeedStep Frequency Control> on cpu7
p4tcc7: <CPU Frequency Thermal Control> 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=ffff, scsiType=0, portMap=02, sasAddr=4433221103000000,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=ffff, scsiType=0, portMap=00, sasAddr=4433221100000000,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=ffff, scsiType=0, portMap=01, sasAddr=4433221102000000,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=ffff, scsiType=0, portMap=03, sasAddr=4433221101000000,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=ffff, scsiType=0, portMap=03, sasAddr=4433221103000000,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=ffff, scsiType=0, portMap=00, sasAddr=4433221100000000,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=ffff, scsiType=0, portMap=02, sasAddr=4433221102000000,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=ffff, scsiType=0, portMap=01, sasAddr=4433221101000000,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: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
ugen6.1: <Intel> at usbus6
uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6
ugen7.1: <Intel> at usbus7
uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> 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: <Hitachi HDS721010CLA332 JP4OA39C> ATA-8 SATA 2.x device
cd0 at ahcich0 bus 0 scbus0 target 0 lun 0
cd0: <ATAPI iHAS124   Y BL0V> Removable CD-ROM SCSI-0 device 
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray 
closed
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: <Microsoft> at usbus4
ukbd0: <Microsoft Comfort Curve Keyboard 2000, class 0/0, rev 2.00/1.73, addr 
2> on usbus4
kbd1 at ukbd0
uhid0: <Microsoft Comfort Curve Keyboard 2000, class 0/0, rev 2.00/1.73, addr 
2> on usbus4
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F PCIe Gigabit Ethernet> 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: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to