From nobody@FreeBSD.org  Mon Jan  3 22:46:05 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A74C81065673
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Jan 2011 22:46:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 94CDD8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Jan 2011 22:46:05 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p03Mk5I6040780
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Jan 2011 22:46:05 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p03Mk5ia040779;
	Mon, 3 Jan 2011 22:46:05 GMT
	(envelope-from nobody)
Message-Id: <201101032246.p03Mk5ia040779@red.freebsd.org>
Date: Mon, 3 Jan 2011 22:46:05 GMT
From: Erik Alexander Lkken <freebsd@yasse.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: AHCI module unconsistent behaviour with SATA3 disk and SATA3 enabled controller
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         153665
>Category:       kern
>Synopsis:       [ahci] AHCI module unconsistent behaviour with SATA3 disk and SATA3 enabled controller
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 03 22:50:06 UTC 2011
>Closed-Date:    Wed Aug 17 11:58:30 UTC 2011
>Last-Modified:  Wed Aug 17 11:58:30 UTC 2011
>Originator:     Erik Alexander Lkken
>Release:        FreeBSD 8.2-RC1
>Organization:
>Environment:
FreeBSD server.bronx.no 8.2-RC1 FreeBSD 8.2-RC1 #2: Thu Dec 30 22:43:15 CET 2010     root@server.bronx.no:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:

The AHCI module sometimes fails to identify the SATA3 disks (specifically WDC WD1002FAEX-00Z3A0 05.01D05/Western Digital Black 1TB) connected to a HighPoint Rocket 620 2P SATA III in a PCI-express 2x1 slot (identifies as Marvell 88SE912x AHCI SATA controller). 

I've tested several hardware configurations with inconsistent results. Sometimes the kernel detects the disk and sometimes it does not. 

I've tested the with two different types of disks (WD Black 1TB SATA3 + WD green 2TB SATA2). BIOS recognizes all disks in both AHCI mode and IDE mode. FreeBSD recognize all drives without the AHCI driver loaded.

AHCI recognizes the SATA3 disks when it is connected to a SATA2 controller. AHCI also recognizes SATA2 disks connected to the HighPoint controller.

I have to SATA3 disk of the same type with a disk layout consisting of zfs-aware-bootloader, swap partition and zfs-partition. The are configured with as GEOM_MIRROR for swap and zpool mirror for zfs, so I've been able to test several configurations. In all test scenarios described below the AHCI module is loaded from the boot-loader (I'm not aware of any different behavior if the module would have been compiled into the kernel). 

1 - Both SATA3 disks connected to HighPoint controller with AHCI loaded
    - This configuration leads to consistent failure
    - I've tested this configuration with different BIOS settings including disabling all on board IDE/AHCI/RAID devices
    - All tests results in zfs boot loader not finding the the zfs root pool

2 - Both SATA3 disks connected to HighPoint controller without AHCI loaded
    - This results in a working configuration

3 - Both SATA3 disks connected to the built-in controller with/without AHCI loaded
    - This results in a working configuration
    - This is my current configuration, so it is easy to provide more information from this setup

4 - The SATA3 disks connected to two different HighPoint controllers
    - This gives inconsistent results
    - Sometimes AHCI recognizes one of two disks. Never both disks.
    - Most of the times tested AHCI does not recognize any disk. 
    - I have a dmesg available from this setup

5 - One SATA3 disk connected to the HighPoint controller and one connected to the builtin controller
    - This gives inconsistent results
    - Sometimes the AHCI recognizes both disks and everything is loaded as expected
    - Sometimes AHCI does not recognize the disk connected to the HighPoint controler
    - I have dmesg available from this setup

6 - SATA2 disks connected to the HighPoint controller
    - This results in a working configuration
    - This is also part of my current setup so more information can be provided

Disk connected to SATA2 controller:
 ada7 at ahcich29 bus 0 scbus29 target 0 lun 0
 ada7: <WDC WD1002FAEX-00Z3A0 05.01D05> ATA-8 SATA 3.x device
 ada7: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
 ada7: Command Queueing enabled
 ada7: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)

Disk connected to SATA3 controller:
 ada4 at ahcich19 bus 0 scbus19 target 0 lun 0
 ada4: <WDC WD1002FAEX-00Z3A0 05.01D05> ATA-8 SATA 3.x device
 ada4: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
 ada4: Command Queueing enabled
 ada4: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)

Reports in dmesg of a disk not correctly identified:
 (aprobe1:ahcich2:0:0:0): Unexpected signature 0x0062
 (aprobe1:ahcich3:0:0:0): Unexpected signature 0x0062
 (aprobe1:ahcich9:0:0:0): Unexpected signature 0x0062


If you would like I could do more debugging, but I'm not sure where to go from here.

I have three highpoint controllers available in the machine. The current configuration consist of 7 WD Green disks (4 connected to HighPoint controllers  + 3 connected to motherboard controller) and 2 WD Black disks  (connected to motherboard) with AHCI loaded. Since the SATA3 disks are mirrored, there should not be any problems trying different setups. 


>How-To-Repeat:
Connect to SATA3 (WD Green 2TB) disks to one or to HighPoint 620 controllers. This gives consistent results of a non-working configuration.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Mar 18 00:09:26 UTC 2011 
Responsible-Changed-Why:  
Reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153665 

From: Alexander Motin <mav@FreeBSD.org>
To: bug-followup@FreeBSD.org, freebsd@yasse.net
Cc:  
Subject: Re: kern/153665: [ahci] AHCI module unconsistent behaviour with SATA3
 disk and SATA3 enabled controller
Date: Tue, 19 Apr 2011 18:57:17 +0300

 Hi.
 
 I can't reproduce your problem on 9-CURRENT with 2TB 6Gbps Seagate
 drive. Could you retry problem with 8-STABLE sources and show me full
 verbose dmesg with the problem?
 
 -- 
 Alexander Motin

From: Harry Coin <harrycoin@aol.com>
To: bug-followup@FreeBSD.org, freebsd@yasse.net
Cc: Alexander Motin <mav@FreeBSD.org>
Subject: Re: kern/153665: [ahci] AHCI module unconsistent behaviour with SATA3
 disk and SATA3 enabled controller
Date: Thu, 28 Jul 2011 13:12:00 -0500

 This is a multi-part message in MIME format.
 --------------050102030405000905000802
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I've get the same problem every time trying to root mount ZFS on a pair 
 of mirrored ssds off this chip in an add-on PCIex1 card: drives boot 
 when using the motherboard ICH + ahci, drives boot off the marvell chip 
 only without ahci.ko  Only when using ahci + marvell chip does the 
 problem appear.  In that case, system reports a 'root mount error', the 
 keyboard locks tight, and the system fan starts running at full speed.
 
 I think this is because that controller has two actual ports, but the 
 system detects 8 using ahci-- and somehow thinks one disk is connected 
 twice.
 
 Controller: Marvel  chip 88SE9123 REV B1, sata III PCIex1 two port 
 controller,  sold as Koutech IO-PESA230 (vendor/device 1b4b:9123 rev 0x11).
 Box: old Dell 9150.  Using 8.2-RELEASE-p2 amd64 with ZFSv28 special 
 edition <http://mfsbsd.vx.sk/iso/mfsbsd-se-8.2-zfsv28-amd64.iso> from 
 mfsbsd.vx.sk.
 
 As a test, I mounted one of the ZFS mirror pair SSD's on the system's 
 ICH sata port, this should appear as ata channel11 - the last of 4 after 
 the 8 (should be 2) on the marvell/koutech board.  I mounted the other 
 on port 1 of  the Marvell chip/Koutech board.  I did a verbose boot.  
 The SSD should appear on channel 1 of the marvell board, but it appears 
 twice I think, 1 and 7 -- and fails to load on either 1 or 7.
 
 Note the Marvell BIOS that appears at boot time correctly identifies the 
 number of actual ports, and correctly identifies which of them has the 
 SSD , and the correct ID on the SSD.
 
 HTH
 Harry Coin
 
 
 Here's the whole verbose boot dmesg:
 Jul 28 11:39:34  kernel: Copyright (c) 1992-2011 The FreeBSD Project.
 Jul 28 11:39:34  kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 
 1989, 1991, 1992, 1993, 1994
 Jul 28 11:39:34  kernel: The Regents of the University of California. 
 All rights reserved.
 Jul 28 11:39:34  kernel: FreeBSD is a registered trademark of The 
 FreeBSD Foundation.
 Jul 28 11:39:34  kernel: FreeBSD 8.2-RELEASE-p2 #3 r222557M: Thu Jun 16 
 23:58:02 CEST 2011
 Jul 28 11:39:34  kernel: root@neo.vx.sk:/usr/obj/releng_8_2/sys/GENERIC 
 amd64
 Jul 28 11:39:34  kernel: Preloaded elf kernel "/boot/kernel/kernel" at 
 0xffffffff80fb9000.
 Jul 28 11:39:34  kernel: Preloaded elf obj module "/boot/kernel/zfs.ko" 
 at 0xffffffff80fb91f8.
 Jul 28 11:39:34  kernel: Preloaded elf obj module 
 "/boot/kernel/opensolaris.ko" at 0xffffffff80fb9860.
 Jul 28 11:39:34  kernel: Preloaded /boot/zfs/zpool.cache 
 "/boot/zfs/zpool.cache" at 0xffffffff80fb9e50.
 Jul 28 11:39:34  kernel: Preloaded elf obj module "/boot/kernel/ahci.ko" 
 at 0xffffffff80fb9eb0.
 Jul 28 11:39:34  kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
 Jul 28 11:39:34  kernel: Calibrating TSC clock ... TSC clock: 2793093128 Hz
 Jul 28 11:39:34  kernel: CPU: Intel(R) Pentium(R) D CPU 2.80GHz 
 (2793.09-MHz K8-class CPU)
 Jul 28 11:39:34  kernel: Origin = "GenuineIntel"  Id = 0xf44  Family = 
 f  Model = 4  Stepping = 4
 Jul 28 11:39:34  kernel: 
 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>
 Jul 28 11:39:34  kernel: 
 Features2=0x641d<SSE3,DTES64,MON,DS_CPL,CNXT-ID,CX16,xTPR>
 Jul 28 11:39:34  kernel: AMD Features=0x20100800<SYSCALL,NX,LM>
 Jul 28 11:39:34  kernel: TSC: P-state invariant
 Jul 28 11:39:34  kernel: real memory  = 4294967296 (4096 MB)
 Jul 28 11:39:34  kernel: Physical memory chunk(s):
 Jul 28 11:39:34  kernel: 0x0000000000001000 - 0x000000000009bfff, 634880 
 bytes (155 pages)
 Jul 28 11:39:34  kernel: 0x0000000000fe8000 - 0x00000000d951efff, 
 3629346816 bytes (886071 pages)
 Jul 28 11:39:34  kernel: avail memory = 3604353024 (3437 MB)
 Jul 28 11:39:34  kernel: ACPI APIC Table: <DELL   DXP051 >
 Jul 28 11:39:34  kernel: INTR: Adding local APIC 1 as a target
 Jul 28 11:39:34  kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 Jul 28 11:39:34  kernel: FreeBSD/SMP: 1 package(s) x 2 core(s)
 Jul 28 11:39:34  kernel: cpu0 (BSP): APIC ID:  0
 Jul 28 11:39:34  kernel: cpu1 (AP): APIC ID:  1
 Jul 28 11:39:34  kernel: x86bios:   IVT 0x000000-0x0004ff at 
 0xffffff0000000000
 Jul 28 11:39:34  kernel: x86bios:  SSEG 0x010000-0x01ffff at 
 0xffffff8000012000
 Jul 28 11:39:34  kernel: x86bios:  EBDA 0x09e000-0x09ffff at 
 0xffffff000009e000
 Jul 28 11:39:34  kernel: x86bios:   ROM 0x0a0000-0x0effff at 
 0xffffff00000a0000
 Jul 28 11:39:34  kernel: APIC: CPU 0 has ACPI ID 1
 Jul 28 11:39:34  kernel: APIC: CPU 1 has ACPI ID 2
 Jul 28 11:39:34  kernel: ULE: setup cpu 0
 Jul 28 11:39:34  kernel: ULE: setup cpu 1
 Jul 28 11:39:34  kernel: ACPI: RSDP 0xfeb00 00024 (v02 DELL  )
 Jul 28 11:39:34  kernel: ACPI: XSDT 0xfd25d 0005C (v01 DELL    DXP051  
 00000007 ASL  00000061)
 Jul 28 11:39:34  kernel: ACPI: FACP 0xfd355 000F4 (v03 DELL    DXP051  
 00000007 ASL  00000061)
 Jul 28 11:39:34  kernel: ACPI: DSDT 0xfffc7cbd 032F4 (v01   DELL    
 dt_ex 00001000 INTL 20050309)
 Jul 28 11:39:34  kernel: ACPI: FACS 0xdfe8cc00 00040
 Jul 28 11:39:34  kernel: ACPI: SSDT 0xfffcb0d2 000AC (v01   DELL    
 st_ex 00001000 INTL 20050309)
 Jul 28 11:39:34  kernel: ACPI: APIC 0xfd449 00072 (v01 DELL    DXP051  
 00000007 ASL  00000061)
 Jul 28 11:39:34  kernel: ACPI: BOOT 0xfd4bb 00028 (v01 DELL    DXP051  
 00000007 ASL  00000061)
 Jul 28 11:39:34  kernel: ACPI: ASF! 0xfd4e3 00067 (v16 DELL    DXP051  
 00000007 ASL  00000061)
 Jul 28 11:39:34  kernel: ACPI: MCFG 0xfd54a 0003E (v01 DELL    DXP051  
 00000007 ASL  00000061)
 Jul 28 11:39:34  kernel: ACPI: HPET 0xfd588 00038 (v01 DELL    DXP051  
 00000007 ASL  00000061)
 Jul 28 11:39:34  kernel: MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000
 Jul 28 11:39:34  kernel: ioapic0: Changing APIC ID to 8
 Jul 28 11:39:34  kernel: ioapic0: Routing external 8259A's -> intpin 0
 Jul 28 11:39:34  kernel: MADT: Interrupt override: source 0, irq 2
 Jul 28 11:39:34  kernel: ioapic0: Routing IRQ 0 -> intpin 2
 Jul 28 11:39:34  kernel: MADT: Interrupt override: source 9, irq 9
 Jul 28 11:39:34  kernel: ioapic0: intpin 9 trigger: level
 Jul 28 11:39:34  kernel: lapic: Routing NMI -> LINT1
 Jul 28 11:39:34  kernel: lapic: LINT1 trigger: level
 Jul 28 11:39:34  kernel: lapic: LINT1 polarity: high
 Jul 28 11:39:34  kernel: ioapic0 <Version 2.0> irqs 0-23 on motherboard
 Jul 28 11:39:34  kernel: lapic0: Forcing LINT1 to edge trigger
 Jul 28 11:39:34  kernel: cpu0 BSP:
 Jul 28 11:39:34  kernel: ID: 0x00000000   VER: 0x00050014 LDR: 
 0x00000000 DFR: 0xffffffff
 Jul 28 11:39:34  kernel: lint0: 0x00010700 lint1: 0x00008400 TPR: 
 0x00000000 SVR: 0x000001ff
 Jul 28 11:39:34  kernel: timer: 0x000100ef therm: 0x00010000 err: 
 0x000000f0 pmc: 0x00010400
 Jul 28 11:39:34  kernel: wlan: <802.11 Link Layer>
 Jul 28 11:39:34  kernel: nfslock: pseudo-device
 Jul 28 11:39:34  kernel: kbd: new array size 4
 Jul 28 11:39:34  kernel: kbd1 at kbdmux0
 Jul 28 11:39:34  kernel: mem: <memory>
 Jul 28 11:39:34  kernel: io: <I/O>
 Jul 28 11:39:34  kernel: null: <null device, zero device>
 Jul 28 11:39:34  kernel: random: <entropy source, Software, Yarrow>
 Jul 28 11:39:34  kernel: hptrr: RocketRAID 17xx/2xxx SATA controller 
 driver v1.2
 Jul 28 11:39:34  kernel: acpi0: <DELL DXP051 > on motherboard
 Jul 28 11:39:34  kernel: PCIe: Memory Mapped configuration base @ 0xe0000000
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 
 0 vector 48
 Jul 28 11:39:34  kernel: acpi0: [MPSAFE]
 Jul 28 11:39:34  kernel: acpi0: [ITHREAD]
 Jul 28 11:39:34  kernel: acpi0: Power Button (fixed)
 Jul 28 11:39:34  kernel: acpi0: reservation of 0, a0000 (3) failed
 Jul 28 11:39:34  kernel: acpi0: reservation of 100000, f00000 (3) failed
 Jul 28 11:39:34  kernel: acpi0: reservation of 1000000, dee8cc00 (3) failed
 Jul 28 11:39:34  kernel: ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 
 1/0 -> 10
 Jul 28 11:39:34  kernel: Timecounter "ACPI-fast" frequency 3579545 Hz 
 quality 1000
 Jul 28 11:39:34  kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 
 0x808-0x80b on acpi0
 Jul 28 11:39:34  kernel: cpu0: <ACPI CPU> on acpi0
 Jul 28 11:39:34  kernel: cpu0: switching to generic Cx mode
 Jul 28 11:39:34  kernel: cpu1: <ACPI CPU> on acpi0
 Jul 28 11:39:34  kernel: pci_link0:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0   11   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0   11   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: pci_link1:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0   10   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0   10   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: pci_link2:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0    4   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0    4   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: pci_link3:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: pci_link4:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0   10   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0   10   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: pci_link5:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0    9   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0    9   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: pci_link6:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0    5   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0    5   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: pci_link7:        Index  IRQ  Rtd  Ref  IRQs
 Jul 28 11:39:34  kernel: Initial Probe       0    3   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: Validation          0    3   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: After Disable       0  255   N     0  3 4 5 6 7 
 9 10 11 12 15
 Jul 28 11:39:34  kernel: acpi_hpet0: <High Precision Event Timer> iomem 
 0xfed00000-0xfed003ff on acpi0
 Jul 28 11:39:34  kernel: acpi_hpet0: vend: 0x8086 rev: 0x1 num: 3 hz: 
 14318180 opts: legacy_route 64-bit
 Jul 28 11:39:34  kernel: Timecounter "HPET" frequency 14318180 Hz 
 quality 900
 Jul 28 11:39:34  kernel: acpi_button0: <Power Button> on acpi0
 Jul 28 11:39:34  kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff 
 on acpi0
 Jul 28 11:39:34  kernel: pci0: <ACPI PCI bus> on pcib0
 Jul 28 11:39:34  kernel: pci0: domain=0, physical bus=0
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x2770, revid=0x00
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=0, func=0
 Jul 28 11:39:34  kernel: class=06-00-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x2771, revid=0x00
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=1, func=0
 Jul 28 11:39:34  kernel: class=06-04-00, hdrtype=0x01, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=11
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.1.INTA
 Jul 28 11:39:34  kernel: pcib0: slot 1 INTA hardwired to IRQ 16
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27d8, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=27, func=0
 Jul 28 11:39:34  kernel: class=04-03-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0106, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=11
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message, 64 bit
 Jul 28 11:39:34  kernel: map[10]: type Memory, range 64, base 
 0xfebfc000, size 14, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.27.INTA
 Jul 28 11:39:34  kernel: pcib0: slot 27 INTA hardwired to IRQ 16
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27d0, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=28, func=0
 Jul 28 11:39:34  kernel: class=06-04-00, hdrtype=0x01, mfdev=1
 Jul 28 11:39:34  kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=11
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.28.INTA
 Jul 28 11:39:34  kernel: pcib0: slot 28 INTA hardwired to IRQ 16
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27e0, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=28, func=4
 Jul 28 11:39:34  kernel: class=06-04-00, hdrtype=0x01, mfdev=1
 Jul 28 11:39:34  kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=11
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.28.INTA
 Jul 28 11:39:34  kernel: pcib0: slot 28 INTA hardwired to IRQ 16
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27e2, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=28, func=5
 Jul 28 11:39:34  kernel: class=06-04-00, hdrtype=0x01, mfdev=1
 Jul 28 11:39:34  kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=b, irq=10
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.28.INTB
 Jul 28 11:39:34  kernel: pcib0: slot 28 INTB hardwired to IRQ 17
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27c8, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=29, func=0
 Jul 28 11:39:34  kernel: class=0c-03-00, hdrtype=0x00, mfdev=1
 Jul 28 11:39:34  kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=9
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xff80, 
 size  5, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.29.INTA
 Jul 28 11:39:34  kernel: pcib0: slot 29 INTA hardwired to IRQ 21
 Jul 28 11:39:34  kernel: unknown: Reserved 0x20 bytes for rid 0x20 type 
 4 at 0xff80
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27c9, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=29, func=1
 Jul 28 11:39:34  kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=b, irq=5
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xff60, 
 size  5, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.29.INTB
 Jul 28 11:39:34  kernel: pcib0: slot 29 INTB hardwired to IRQ 22
 Jul 28 11:39:34  kernel: unknown: Reserved 0x20 bytes for rid 0x20 type 
 4 at 0xff60
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27ca, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=29, func=2
 Jul 28 11:39:34  kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=c, irq=4
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xff40, 
 size  5, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.29.INTC
 Jul 28 11:39:34  kernel: pcib0: slot 29 INTC hardwired to IRQ 18
 Jul 28 11:39:34  kernel: unknown: Reserved 0x20 bytes for rid 0x20 type 
 4 at 0xff40
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27cb, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=29, func=3
 Jul 28 11:39:34  kernel: class=0c-03-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=d, irq=3
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xff20, 
 size  5, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.29.INTD
 Jul 28 11:39:34  kernel: pcib0: slot 29 INTD hardwired to IRQ 23
 Jul 28 11:39:34  kernel: unknown: Reserved 0x20 bytes for rid 0x20 type 
 4 at 0xff20
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27cc, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=29, func=7
 Jul 28 11:39:34  kernel: class=0c-03-20, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=9
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: map[10]: type Memory, range 32, base 
 0xffa80800, size 10, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.29.INTA
 Jul 28 11:39:34  kernel: pcib0: slot 29 INTA hardwired to IRQ 21
 Jul 28 11:39:34  kernel: unknown: Reserved 0x400 bytes for rid 0x10 type 
 3 at 0xffa80800
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x244e, revid=0xe1
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=30, func=0
 Jul 28 11:39:34  kernel: class=06-04-01, hdrtype=0x01, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27b0, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=31, func=0
 Jul 28 11:39:34  kernel: class=06-01-00, hdrtype=0x00, mfdev=1
 Jul 28 11:39:34  kernel: cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27df, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=31, func=1
 Jul 28 11:39:34  kernel: class=01-01-8a, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0005, statreg=0x0288, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=11
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xffa0, 
 size  4, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.31.INTA
 Jul 28 11:39:34  kernel: pcib0: slot 31 INTA hardwired to IRQ 16
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27c1, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=31, func=2
 Jul 28 11:39:34  kernel: class=01-06-01, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=c, irq=10
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message
 Jul 28 11:39:34  kernel: map[10]: type I/O Port, range 32, base 0xfe00, 
 size  3, enabled
 Jul 28 11:39:34  kernel: map[14]: type I/O Port, range 32, base 0xfe10, 
 size  2, enabled
 Jul 28 11:39:34  kernel: map[18]: type I/O Port, range 32, base 0xfe20, 
 size  3, enabled
 Jul 28 11:39:34  kernel: map[1c]: type I/O Port, range 32, base 0xfe30, 
 size  2, enabled
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xfea0, 
 size  4, enabled
 Jul 28 11:39:34  kernel: map[24]: type Memory, range 32, base 
 0xfebfbc00, size 10, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.31.INTC
 Jul 28 11:39:34  kernel: pcib0: slot 31 INTC hardwired to IRQ 20
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x27da, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=0, slot=31, func=3
 Jul 28 11:39:34  kernel: class=0c-05-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0101, statreg=0x0280, cachelnsz=0 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=b, irq=10
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xece0, 
 size  5, enabled
 Jul 28 11:39:34  kernel: pcib0: matched entry for 0.31.INTB
 Jul 28 11:39:34  kernel: pcib0: slot 31 INTB hardwired to IRQ 17
 Jul 28 11:39:34  kernel: pcib1: <ACPI PCI-PCI bridge> irq 16 at device 
 1.0 on pci0
 Jul 28 11:39:34  kernel: pcib1:   domain            0
 Jul 28 11:39:34  kernel: pcib1:   secondary bus     1
 Jul 28 11:39:34  kernel: pcib1:   subordinate bus   1
 Jul 28 11:39:34  kernel: pcib1:   I/O decode        0xd000-0xdfff
 Jul 28 11:39:34  kernel: pcib1:   memory decode     0xfe900000-0xfeafffff
 Jul 28 11:39:34  kernel: pcib1:   prefetched decode 0xf0000000-0xf7ffffff
 Jul 28 11:39:34  kernel: pci1: <ACPI PCI bus> on pcib1
 Jul 28 11:39:34  kernel: pci1: domain=0, physical bus=1
 Jul 28 11:39:34  kernel: found->    vendor=0x1002, dev=0x5b62, revid=0x00
 Jul 28 11:39:34  kernel: domain=0, bus=1, slot=0, func=0
 Jul 28 11:39:34  kernel: class=03-00-00, hdrtype=0x00, mfdev=1
 Jul 28 11:39:34  kernel: cmdreg=0x0003, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=11
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D1 D2 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message, 64 bit
 Jul 28 11:39:34  kernel: map[10]: type Prefetchable Memory, range 64, 
 base 0xf0000000, size 27, enabled
 Jul 28 11:39:34  kernel: pcib1: requested memory range 
 0xf0000000-0xf7ffffff: good
 Jul 28 11:39:34  kernel: map[18]: type Memory, range 64, base 
 0xfe9e0000, size 16, enabled
 Jul 28 11:39:34  kernel: pcib1: requested memory range 
 0xfe9e0000-0xfe9effff: good
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xdc00, 
 size  8, enabled
 Jul 28 11:39:34  kernel: pcib1: requested I/O range 0xdc00-0xdcff: in range
 Jul 28 11:39:34  kernel: pcib1: matched entry for 1.0.INTA
 Jul 28 11:39:34  kernel: pcib1: slot 0 INTA hardwired to IRQ 16
 Jul 28 11:39:34  kernel: found->    vendor=0x1002, dev=0x5b72, revid=0x00
 Jul 28 11:39:34  kernel: domain=0, bus=1, slot=0, func=1
 Jul 28 11:39:34  kernel: class=03-80-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D1 D2 D3  current D0
 Jul 28 11:39:34  kernel: map[10]: type Memory, range 64, base 
 0xfe9f0000, size 16, enabled
 Jul 28 11:39:34  kernel: pcib1: requested memory range 
 0xfe9f0000-0xfe9fffff: good
 Jul 28 11:39:34  kernel: vgapci0: <VGA-compatible display> port 
 0xdc00-0xdcff mem 0xf0000000-0xf7ffffff,0xfe9e0000-0xfe9effff irq 16 at 
 device 0.0 on pci1
 Jul 28 11:39:34  kernel: vgapci1: <VGA-compatible display> mem 
 0xfe9f0000-0xfe9fffff at device 0.1 on pci1
 Jul 28 11:39:34  kernel: pci0: <multimedia, HDA> at device 27.0 (no 
 driver attached)
 Jul 28 11:39:34  kernel: pcib2: <ACPI PCI-PCI bridge> irq 16 at device 
 28.0 on pci0
 Jul 28 11:39:34  kernel: pcib2:   domain            0
 Jul 28 11:39:34  kernel: pcib2:   secondary bus     2
 Jul 28 11:39:34  kernel: pcib2:   subordinate bus   2
 Jul 28 11:39:34  kernel: pcib2:   I/O decode        0xf000-0xfff
 Jul 28 11:39:34  kernel: pcib2:   memory decode     0xfe800000-0xfe8fffff
 Jul 28 11:39:34  kernel: pcib2:   no prefetched decode
 Jul 28 11:39:34  kernel: pci2: <ACPI PCI bus> on pcib2
 Jul 28 11:39:34  kernel: pci2: domain=0, physical bus=2
 Jul 28 11:39:34  kernel: pcib3: <ACPI PCI-PCI bridge> irq 16 at device 
 28.4 on pci0
 Jul 28 11:39:34  kernel: pcib3:   domain            0
 Jul 28 11:39:34  kernel: pcib3:   secondary bus     3
 Jul 28 11:39:34  kernel: pcib3:   subordinate bus   3
 Jul 28 11:39:34  kernel: pcib3:   I/O decode        0xc000-0xcfff
 Jul 28 11:39:34  kernel: pcib3:   memory decode     0xfe600000-0xfe7fffff
 Jul 28 11:39:34  kernel: pcib3:   no prefetched decode
 Jul 28 11:39:34  kernel: pci3: <ACPI PCI bus> on pcib3
 Jul 28 11:39:34  kernel: pci3: domain=0, physical bus=3
 Jul 28 11:39:34  kernel: found->    vendor=0x1b4b, dev=0x9123, revid=0x11
 Jul 28 11:39:34  kernel: domain=0, bus=3, slot=0, func=0
 Jul 28 11:39:34  kernel: class=01-06-01, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=11
 Jul 28 11:39:34  kernel: powerspec 3  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message
 Jul 28 11:39:34  kernel: map[10]: type I/O Port, range 32, base 0xcce0, 
 size  3, enabled
 Jul 28 11:39:34  kernel: pcib3: requested I/O range 0xcce0-0xcce7: in range
 Jul 28 11:39:34  kernel: map[14]: type I/O Port, range 32, base 0xccd8, 
 size  2, enabled
 Jul 28 11:39:34  kernel: pcib3: requested I/O range 0xccd8-0xccdb: in range
 Jul 28 11:39:34  kernel: map[18]: type I/O Port, range 32, base 0xcce8, 
 size  3, enabled
 Jul 28 11:39:34  kernel: pcib3: requested I/O range 0xcce8-0xccef: in range
 Jul 28 11:39:34  kernel: map[1c]: type I/O Port, range 32, base 0xccdc, 
 size  2, enabled
 Jul 28 11:39:34  kernel: pcib3: requested I/O range 0xccdc-0xccdf: in range
 Jul 28 11:39:34  kernel: map[20]: type I/O Port, range 32, base 0xccf0, 
 size  4, enabled
 Jul 28 11:39:34  kernel: pcib3: requested I/O range 0xccf0-0xccff: in range
 Jul 28 11:39:34  kernel: map[24]: type Memory, range 32, base 
 0xfe6ff800, size 11, enabled
 Jul 28 11:39:34  kernel: pcib3: requested memory range 
 0xfe6ff800-0xfe6fffff: good
 Jul 28 11:39:34  kernel: pcib3: matched entry for 3.0.INTA
 Jul 28 11:39:34  kernel: pcib3: slot 0 INTA hardwired to IRQ 16
 Jul 28 11:39:34  kernel: ahci0: <Marvell 88SE912x AHCI SATA controller> 
 port 
 0xcce0-0xcce7,0xccd8-0xccdb,0xcce8-0xccef,0xccdc-0xccdf,0xccf0-0xccff 
 mem 0xfe6ff800-0xfe6fffff irq 16 at device 0.0 on pci3
 Jul 28 11:39:34  kernel: ahci0: Reserved 0x800 bytes for rid 0x24 type 3 
 at 0xfe6ff800
 Jul 28 11:39:34  kernel: ahci0: attempting to allocate 1 MSI vectors (1 
 supported)
 Jul 28 11:39:34  kernel: msi: routing MSI IRQ 256 to local APIC 0 vector 49
 Jul 28 11:39:34  kernel: ahci0: using IRQ 256 for MSI
 Jul 28 11:39:34  kernel: ahci0: [MPSAFE]
 Jul 28 11:39:34  kernel: ahci0: [ITHREAD]
 Jul 28 11:39:34  kernel: ahci0: AHCI v1.20 with 8 6Gbps ports, Port 
 Multiplier not supported
 Jul 28 11:39:34  kernel: ahci0: Caps: 64bit NCQ 6Gbps PMD 32cmd 8ports
 Jul 28 11:39:34  kernel: ahci0: Caps2:
 Jul 28 11:39:34  kernel: ahcich0: <AHCI channel> at channel 0 on ahci0
 Jul 28 11:39:34  kernel: ahcich0: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich0: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich0: Caps:
 Jul 28 11:39:34  kernel: ahcich1: <AHCI channel> at channel 1 on ahci0
 Jul 28 11:39:34  kernel: ahcich1: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich1: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich1: Caps:
 Jul 28 11:39:34  kernel: ahcich2: <AHCI channel> at channel 2 on ahci0
 Jul 28 11:39:34  kernel: ahcich2: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich2: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich2: Caps:
 Jul 28 11:39:34  kernel: ahcich3: <AHCI channel> at channel 3 on ahci0
 Jul 28 11:39:34  kernel: ahcich3: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich3: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich3: Caps:
 Jul 28 11:39:34  kernel: ahcich4: <AHCI channel> at channel 4 on ahci0
 Jul 28 11:39:34  kernel: ahcich4: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich4: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich4: Caps:
 Jul 28 11:39:34  kernel: ahcich5: <AHCI channel> at channel 5 on ahci0
 Jul 28 11:39:34  kernel: ahcich5: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich5: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich5: Caps:
 Jul 28 11:39:34  kernel: ahcich6: <AHCI channel> at channel 6 on ahci0
 Jul 28 11:39:34  kernel: ahcich6: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich6: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich6: Caps:
 Jul 28 11:39:34  kernel: ahcich7: <AHCI channel> at channel 7 on ahci0
 Jul 28 11:39:34  kernel: ahcich7: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich7: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich7: Caps:
 Jul 28 11:39:34  kernel: pcib4: <ACPI PCI-PCI bridge> irq 17 at device 
 28.5 on pci0
 Jul 28 11:39:34  kernel: pcib4:   domain            0
 Jul 28 11:39:34  kernel: pcib4:   secondary bus     4
 Jul 28 11:39:34  kernel: pcib4:   subordinate bus   4
 Jul 28 11:39:34  kernel: pcib4:   I/O decode        0xb000-0xbfff
 Jul 28 11:39:34  kernel: pcib4:   memory decode     0xfe000000-0xfe5fffff
 Jul 28 11:39:34  kernel: pcib4:   no prefetched decode
 Jul 28 11:39:34  kernel: pci4: <ACPI PCI bus> on pcib4
 Jul 28 11:39:34  kernel: pci4: domain=0, physical bus=4
 Jul 28 11:39:34  kernel: found->    vendor=0x8086, dev=0x109a, revid=0x01
 Jul 28 11:39:34  kernel: domain=0, bus=4, slot=0, func=0
 Jul 28 11:39:34  kernel: class=02-00-00, hdrtype=0x00, mfdev=0
 Jul 28 11:39:34  kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=16 
 (dwords)
 Jul 28 11:39:34  kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), 
 maxlat=0x00 (0 ns)
 Jul 28 11:39:34  kernel: intpin=a, irq=10
 Jul 28 11:39:34  kernel: powerspec 2  supports D0 D3  current D0
 Jul 28 11:39:34  kernel: MSI supports 1 message, 64 bit
 Jul 28 11:39:34  kernel: map[10]: type Memory, range 32, base 
 0xfe5e0000, size 17, enabled
 Jul 28 11:39:34  kernel: pcib4: requested memory range 
 0xfe5e0000-0xfe5fffff: good
 Jul 28 11:39:34  kernel: map[14]: type Memory, range 32, base 
 0xfe000000, size 22, enabled
 Jul 28 11:39:34  kernel: pcib4: requested memory range 
 0xfe000000-0xfe3fffff: good
 Jul 28 11:39:34  kernel: map[18]: type I/O Port, range 32, base 0xbce0, 
 size  5, enabled
 Jul 28 11:39:34  kernel: pcib4: requested I/O range 0xbce0-0xbcff: in range
 Jul 28 11:39:34  kernel: pcib4: matched entry for 4.0.INTA
 Jul 28 11:39:34  kernel: pcib4: slot 0 INTA hardwired to IRQ 17
 Jul 28 11:39:34  kernel: em0: <Intel(R) PRO/1000 Network Connection 
 7.1.9> port 0xbce0-0xbcff mem 
 0xfe5e0000-0xfe5fffff,0xfe000000-0xfe3fffff irq 17 at device 0.0 on pci4
 Jul 28 11:39:34  kernel: em0: Reserved 0x20000 bytes for rid 0x10 type 3 
 at 0xfe5e0000
 Jul 28 11:39:34  kernel: em0: attempting to allocate 1 MSI vectors (1 
 supported)
 Jul 28 11:39:34  kernel: msi: routing MSI IRQ 257 to local APIC 0 vector 50
 Jul 28 11:39:34  kernel: em0: using IRQ 257 for MSI
 Jul 28 11:39:34  kernel: em0: Using an MSI interrupt
 Jul 28 11:39:34  kernel: em0: [FILTER]
 Jul 28 11:39:34  kernel: em0: bpf attached
 Jul 28 11:39:34  kernel: em0: Ethernet address: 00:13:72:09:1d:e6
 Jul 28 11:39:34  kernel: uhci0: <Intel 82801G (ICH7) USB controller 
 USB-A> port 0xff80-0xff9f irq 21 at device 29.0 on pci0
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 21 (PCI IRQ 21) to 
 lapic 0 vector 51
 Jul 28 11:39:34  kernel: uhci0: [MPSAFE]
 Jul 28 11:39:34  kernel: uhci0: [ITHREAD]
 Jul 28 11:39:34  kernel: uhci0: LegSup = 0x3000
 Jul 28 11:39:34  kernel: usbus0: <Intel 82801G (ICH7) USB controller 
 USB-A> on uhci0
 Jul 28 11:39:34  kernel: uhci1: <Intel 82801G (ICH7) USB controller 
 USB-B> port 0xff60-0xff7f irq 22 at device 29.1 on pci0
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 22 (PCI IRQ 22) to 
 lapic 0 vector 52
 Jul 28 11:39:34  kernel: uhci1: [MPSAFE]
 Jul 28 11:39:34  kernel: uhci1: [ITHREAD]
 Jul 28 11:39:34  kernel: usbus1: <Intel 82801G (ICH7) USB controller 
 USB-B> on uhci1
 Jul 28 11:39:34  kernel: uhci2: <Intel 82801G (ICH7) USB controller 
 USB-C> port 0xff40-0xff5f irq 18 at device 29.2 on pci0
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 18 (PCI IRQ 18) to 
 lapic 0 vector 53
 Jul 28 11:39:34  kernel: uhci2: [MPSAFE]
 Jul 28 11:39:34  kernel: uhci2: [ITHREAD]
 Jul 28 11:39:34  kernel: usbus2: <Intel 82801G (ICH7) USB controller 
 USB-C> on uhci2
 Jul 28 11:39:34  kernel: uhci3: <Intel 82801G (ICH7) USB controller 
 USB-D> port 0xff20-0xff3f irq 23 at device 29.3 on pci0
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 23 (PCI IRQ 23) to 
 lapic 0 vector 54
 Jul 28 11:39:34  kernel: uhci3: [MPSAFE]
 Jul 28 11:39:34  kernel: uhci3: [ITHREAD]
 Jul 28 11:39:34  kernel: usbus3: <Intel 82801G (ICH7) USB controller 
 USB-D> on uhci3
 Jul 28 11:39:34  kernel: ehci0: <Intel 82801GB/R (ICH7) USB 2.0 
 controller> mem 0xffa80800-0xffa80bff irq 21 at device 29.7 on pci0
 Jul 28 11:39:34  kernel: ehci0: [MPSAFE]
 Jul 28 11:39:34  kernel: ehci0: [ITHREAD]
 Jul 28 11:39:34  kernel: usbus4: EHCI version 1.0
 Jul 28 11:39:34  kernel: usbus4: <Intel 82801GB/R (ICH7) USB 2.0 
 controller> on ehci0
 Jul 28 11:39:34  kernel: pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
 Jul 28 11:39:34  kernel: pcib5:   domain            0
 Jul 28 11:39:34  kernel: pcib5:   secondary bus     5
 Jul 28 11:39:34  kernel: pcib5:   subordinate bus   5
 Jul 28 11:39:34  kernel: pcib5:   I/O decode        0xf000-0xfff
 Jul 28 11:39:34  kernel: pcib5:   no prefetched decode
 Jul 28 11:39:34  kernel: pcib5:   Subtractively decoded bridge.
 Jul 28 11:39:34  kernel: pci5: <ACPI PCI bus> on pcib5
 Jul 28 11:39:34  kernel: pci5: domain=0, physical bus=5
 Jul 28 11:39:34  kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
 Jul 28 11:39:34  kernel: isa0: <ISA bus> on isab0
 Jul 28 11:39:34  kernel: atapci0: <Intel ICH7 UDMA100 controller> port 
 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device 31.1 
 on pci0
 Jul 28 11:39:34  kernel: atapci0: Reserved 0x10 bytes for rid 0x20 type 
 4 at 0xffa0
 Jul 28 11:39:34  kernel: ata0: <ATA channel 0> on atapci0
 Jul 28 11:39:34  kernel: atapci0: Reserved 0x8 bytes for rid 0x10 type 4 
 at 0x1f0
 Jul 28 11:39:34  kernel: atapci0: Reserved 0x1 bytes for rid 0x14 type 4 
 at 0x3f6
 Jul 28 11:39:34  kernel: ata0: reset tp1 mask=00 ostat0=ff ostat1=ff
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to 
 lapic 0 vector 55
 Jul 28 11:39:34  kernel: ata0: [MPSAFE]
 Jul 28 11:39:34  kernel: ata0: [ITHREAD]
 Jul 28 11:39:34  kernel: ahci1: <Intel ICH7 AHCI SATA controller> port 
 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf 
 mem 0xfebfbc00-0xfebfbfff irq 20 at device 31.2 on pci0
 Jul 28 11:39:34  kernel: ahci1: Reserved 0x400 bytes for rid 0x24 type 3 
 at 0xfebfbc00
 Jul 28 11:39:34  kernel: ahci1: attempting to allocate 1 MSI vectors (1 
 supported)
 Jul 28 11:39:34  kernel: msi: routing MSI IRQ 258 to local APIC 0 vector 56
 Jul 28 11:39:34  kernel: ahci1: using IRQ 258 for MSI
 Jul 28 11:39:34  kernel: ahci1: [MPSAFE]
 Jul 28 11:39:34  kernel: ahci1: [ITHREAD]
 Jul 28 11:39:34  kernel: ahci1: AHCI v1.10 with 4 3Gbps ports, Port 
 Multiplier not supported
 Jul 28 11:39:34  kernel: ahci1: Caps: 64bit NCQ ALP AL CLO 3Gbps PMD SSC 
 PSC 32cmd 4ports
 Jul 28 11:39:34  kernel: ahci1: Caps2:
 Jul 28 11:39:34  kernel: ahcich8: <AHCI channel> at channel 0 on ahci1
 Jul 28 11:39:34  kernel: ahcich8: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich8: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich8: Caps:
 Jul 28 11:39:34  kernel: ahcich9: <AHCI channel> at channel 1 on ahci1
 Jul 28 11:39:34  kernel: ahcich9: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich9: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich9: Caps:
 Jul 28 11:39:34  kernel: ahcich10: <AHCI channel> at channel 2 on ahci1
 Jul 28 11:39:34  kernel: ahcich10: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich10: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich10: Caps:
 Jul 28 11:39:34  kernel: ahcich11: <AHCI channel> at channel 3 on ahci1
 Jul 28 11:39:34  kernel: ahcich11: [MPSAFE]
 Jul 28 11:39:34  kernel: ahcich11: [ITHREAD]
 Jul 28 11:39:34  kernel: ahcich11: Caps:
 Jul 28 11:39:34  kernel: pci0: <serial bus, SMBus> at device 31.3 (no 
 driver attached)
 Jul 28 11:39:34  kernel: atrtc0: <AT realtime clock> port 0x70-0x7f irq 
 8 on acpi0
 Jul 28 11:39:34  kernel: atrtc0: registered as a time-of-day clock 
 (resolution 1000000us)
 Jul 28 11:39:34  kernel: acpi0: wakeup code va 0xffffff81008a8000 pa 0x4000
 Jul 28 11:39:34  kernel: ex_isa_identify()
 Jul 28 11:39:34  kernel: ahc_isa_probe 0: ioport 0xc00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 2: ioport 0x2c00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 5: ioport 0x5c00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 6: ioport 0x6c00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 10: ioport 0xac00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 11: ioport 0xbc00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 12: ioport 0xcc00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 13: ioport 0xdc00 alloc failed
 Jul 28 11:39:34  kernel: ahc_isa_probe 14: ioport 0xec00 alloc failed
 Jul 28 11:39:34  kernel: isa_probe_children: disabling PnP devices
 Jul 28 11:39:34  kernel: atrtc: atrtc0 already exists; skipping it
 Jul 28 11:39:34  kernel: sc: sc0 already exists; skipping it
 Jul 28 11:39:34  kernel: isa_probe_children: probing non-PnP devices
 Jul 28 11:39:34  kernel: orm0: <ISA Option ROMs> at iomem 
 0xc0000-0xccfff,0xcd000-0xd07ff,0xd0800-0xd27ff,0xd2800-0xd3fff on isa0
 Jul 28 11:39:34  kernel: atkbd: the current kbd controller command byte 0045
 Jul 28 11:39:34  kernel: atkbd: keyboard ID 0xffffffff (1)
 Jul 28 11:39:34  kernel: atkbd: failed to reset the keyboard.
 Jul 28 11:39:34  kernel: sc0: <System console> at flags 0x100 on isa0
 Jul 28 11:39:34  kernel: sc0: VGA <16 virtual consoles, flags=0x300>
 Jul 28 11:39:34  kernel: sc0: fb0, kbd1, terminal emulator: scteken 
 (teken terminal)
 Jul 28 11:39:34  kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df 
 iomem 0xa0000-0xbffff on isa0
 Jul 28 11:39:34  kernel: atkbdc0: <Keyboard controller (i8042)> at port 
 0x60,0x64 on isa0
 Jul 28 11:39:34  kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
 Jul 28 11:39:34  kernel: kbd0 at atkbd0
 Jul 28 11:39:34  kernel: kbd0: atkbd0, AT 84 (1), config:0x0, flags:0x3d0000
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 
 0 vector 57
 Jul 28 11:39:34  kernel: atkbd0: [GIANT-LOCKED]
 Jul 28 11:39:34  kernel: atkbd0: [ITHREAD]
 Jul 28 11:39:34  kernel: psm0: current command byte:0045
 Jul 28 11:39:34  kernel: psm0: failed to reset the aux device.
 Jul 28 11:39:34  kernel: fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 
 irq 6 drq 2 on isa0
 Jul 28 11:39:34  kernel: ppc0: cannot reserve I/O port range
 Jul 28 11:39:34  kernel: ppc0: <Parallel port> failed to probe at irq 7 
 on isa0
 Jul 28 11:39:34  kernel: uart0: <ns8250> failed to probe at port 
 0x3f8-0x3ff irq 4 on isa0
 Jul 28 11:39:34  kernel: uart1: <ns8250> failed to probe at port 
 0x2f8-0x2ff irq 3 on isa0
 Jul 28 11:39:34  kernel: isa_probe_children: probing PnP devices
 Jul 28 11:39:34  kernel: p4tcc0: <CPU Frequency Thermal Control> on cpu0
 Jul 28 11:39:34  kernel: p4tcc1: <CPU Frequency Thermal Control> on cpu1
 Jul 28 11:39:34  kernel: Device configuration finished.
 Jul 28 11:39:34  kernel: procfs registered
 Jul 28 11:39:34  kernel: ZFS NOTICE: Prefetch is disabled by default if 
 less than 4GB of RAM is present;
 Jul 28 11:39:34  kernel: to enable, add "vfs.zfs.prefetch_disable=0" to 
 /boot/loader.conf.
 Jul 28 11:39:34  kernel: ZFS filesystem version 5
 Jul 28 11:39:34  kernel: ZFS storage pool version 28
 Jul 28 11:39:34  kernel: lapic: Divisor 2, Frequency 99753320 Hz
 Jul 28 11:39:34  kernel: Timecounter "TSC" frequency 2793093128 Hz 
 quality -100
 Jul 28 11:39:34  kernel: Timecounters tick every 1.000 msec
 Jul 28 11:39:34  kernel: vlan: initialized, using hash tables with chaining
 Jul 28 11:39:34  kernel: lo0: bpf attached
 Jul 28 11:39:34  kernel: hptrr: no controller detected.
 Jul 28 11:39:34  kernel: ata0: Identifying devices: 00000000
 Jul 28 11:39:34  kernel: ata0: New devices: 00000000
 Jul 28 11:39:34  kernel: usbus0: 12Mbps Full Speed USB v1.0
 Jul 28 11:39:34  kernel: usbus1: 12Mbps Full Speed USB v1.0
 Jul 28 11:39:34  kernel: usbus2: 12Mbps Full Speed USB v1.0
 Jul 28 11:39:34  kernel: usbus3: 12Mbps Full Speed USB v1.0
 Jul 28 11:39:34  kernel: usbus4: 480Mbps High Speed USB v2.0
 Jul 28 11:39:34  kernel: ahcich0: AHCI reset...
 Jul 28 11:39:34  kernel: ugen0.1: <Intel> at usbus0
 Jul 28 11:39:34  kernel: uhub0: <Intel UHCI root HUB, class 9/0, rev 
 1.00/1.00, addr 1> on usbus0
 Jul 28 11:39:34  kernel: ugen1.1: <Intel> at usbus1
 Jul 28 11:39:34  kernel: uhub1: <Intel UHCI root HUB, class 9/0, rev 
 1.00/1.00, addr 1> on usbus1
 Jul 28 11:39:34  kernel: ugen2.1: <Intel> at usbus2
 Jul 28 11:39:34  kernel: uhub2: <Intel UHCI root HUB, class 9/0, rev 
 1.00/1.00, addr 1> on usbus2
 Jul 28 11:39:34  kernel: ugen3.1: <Intel> at usbus3
 Jul 28 11:39:34  kernel: uhub3: <Intel UHCI root HUB, class 9/0, rev 
 1.00/1.00, addr 1> on usbus3
 Jul 28 11:39:34  kernel: ugen4.1: <Intel> at usbus4
 Jul 28 11:39:34  kernel: uhub4: <Intel EHCI root HUB, class 9/0, rev 
 2.00/1.00, addr 1> on usbus4
 Jul 28 11:39:34  kernel: ahcich0: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich0: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich1: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich1: SATA connect time=0ms status=00000133
 Jul 28 11:39:34  kernel: ahcich1: ready wait time=202ms
 Jul 28 11:39:34  kernel: ahcich1: AHCI reset done: device found
 Jul 28 11:39:34  kernel: (aprobe0:ahcich1:0:0:0): SIGNATURE: 0043
 Jul 28 11:39:34  kernel: (aprobe0:ahcich1:0:0:0): Unexpected signature 
 0x0043
 Jul 28 11:39:34  kernel: ahcich2: AHCI reset...
 Jul 28 11:39:34  kernel: uhub0: 2 ports with 2 removable, self powered
 Jul 28 11:39:34  kernel: uhub1: 2 ports with 2 removable, self powered
 Jul 28 11:39:34  kernel: uhub2: 2 ports with 2 removable, self powered
 Jul 28 11:39:34  kernel: uhub3: 2 ports with 2 removable, self powered
 Jul 28 11:39:34  kernel: ahcich2: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich2: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich3: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich3: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich3: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich4: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich4: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich4: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich5: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich5: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich5: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich6: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich6: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich6: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich7: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich7: SATA connect time=0ms status=00000113
 Jul 28 11:39:34  kernel: ahcich7: ready wait time=1ms
 Jul 28 11:39:34  kernel: ahcich7: AHCI reset done: device found
 Jul 28 11:39:34  kernel: (aprobe0:ahcich7:0:0:0): SIGNATURE: 0043
 Jul 28 11:39:34  kernel: (aprobe0:ahcich7:0:0:0): Unexpected signature 
 0x0043
 Jul 28 11:39:34  kernel: ahcich8: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich8: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich8: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich9: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich9: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich9: AHCI reset done: phy reset found no device
 Jul 28 11:39:34  kernel: ahcich10: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich10: SATA connect timeout status=00000000
 Jul 28 11:39:34  kernel: ahcich10: AHCI reset done: phy reset found no 
 device
 Jul 28 11:39:34  kernel: ahcich11: AHCI reset...
 Jul 28 11:39:34  kernel: ahcich11: SATA connect time=0ms status=00000123
 Jul 28 11:39:34  kernel: ahcich11: ready wait time=0ms
 Jul 28 11:39:34  kernel: ahcich11: AHCI reset done: device found
 Jul 28 11:39:34  kernel: (aprobe0:ahcich11:0:0:0): SIGNATURE: 0000
 Jul 28 11:39:34  kernel: pass0 at ahcich11 bus 0 scbus11 target 0 lun 0
 Jul 28 11:39:34  kernel: pass0: <C300-CTFDDAC064MAG 0007> ATA-9 SATA 3.x 
 device
 Jul 28 11:39:34  kernel: pass0: Serial Number 0000000010340310B6EE
 Jul 28 11:39:34  kernel: pass0: 300.000MB/s transfers (SATA 2.x, UDMA5, 
 PIO 8192bytes)
 Jul 28 11:39:34  kernel: pass0: Command Queueing enabled
 Jul 28 11:39:34  kernel: ada0 at ahcich11 bus 0 scbus11 target 0 lun 0
 Jul 28 11:39:34  kernel: ada0: <C300-CTFDDAC064MAG 0007> ATA-9 SATA 3.x 
 device
 Jul 28 11:39:34  kernel: ada0: Serial Number 0000000010340310B6EE
 Jul 28 11:39:34  kernel: ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, 
 PIO 8192bytes)
 Jul 28 11:39:34  kernel: ada0: Command Queueing enabled
 Jul 28 11:39:34  kernel: ada0: 61057MB (125045424 512 byte sectors: 16H 
 63S/T 16383C)
 Jul 28 11:39:34  kernel: ATA PseudoRAID loaded
 Jul 28 11:39:34  kernel: lapic1: Forcing LINT1 to edge trigger
 Jul 28 11:39:34  kernel: SMP: AP CPU #1 Launched!
 Jul 28 11:39:34  kernel: cpu1 AP:
 Jul 28 11:39:34  kernel: ID: 0x01000000   VER: 0x00050014 LDR: 
 0x00000000 DFR: 0xffffffff
 Jul 28 11:39:34  kernel: lint0: 0x00010700 lint1: 0x00008400 TPR: 
 0x00000000 SVR: 0x000001ff
 Jul 28 11:39:34  kernel: timer: 0x000200ef therm: 0x00010000 err: 
 0x000000f0 pmc: 0x00010400
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 
 1 vector 48
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 18 (PCI IRQ 18) to 
 lapic 1 vector 49
 Jul 28 11:39:34  kernel: ioapic0: routing intpin 22 (PCI IRQ 22) to 
 lapic 1 vector 50
 Jul 28 11:39:34  kernel: msi: Assigning MSI IRQ 256 to local APIC 1 
 vector 51
 Jul 28 11:39:34  kernel: msi: Assigning MSI IRQ 258 to local APIC 1 
 vector 52
 Jul 28 11:39:34  kernel: GEOM: new disk ada0
 Jul 28 11:39:34  kernel: Root mount waiting for: usbus4
 Jul 28 11:39:34  kernel: Root mount waiting for: usbus4
 Jul 28 11:39:34  kernel: uhub4: 8 ports with 8 removable, self powered
 Jul 28 11:39:34  kernel: Trying to mount root from zfs:pool0ssd/root
 Jul 28 11:39:34  kernel: ct_to_ts([2011-07-28 11:39:32]) = 
 1311853172.000000000
 Jul 28 11:39:34  kernel: start_init: trying /sbin/init
 Jul 28 11:39:34  kernel: ugen0.2: <Dell> at usbus0
 Jul 28 11:39:34  kernel: ukbd0: <EP1 Interrupt> on usbus0
 Jul 28 11:39:34  kernel: kbd2 at ukbd0
 Jul 28 11:39:34  kernel: kbd2: ukbd0, generic (0), config:0x0, 
 flags:0x3d0000
 Jul 28 11:39:34  kernel: em0: Link is up 1000 Mbps Full Duplex
 Jul 28 11:39:39  login: ROOT LOGIN (root) ON ttyv0
 
 
 
 --------------050102030405000905000802
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 <html>
   <head>
     <meta http-equiv="content-type" content="text/html;
       charset=ISO-8859-1">
   </head>
   <body bgcolor="#FFFFFF" text="#000000">
     I've get the same problem every time trying to root mount ZFS on a
     pair of mirrored ssds off this chip in an add-on PCIex1 card: drives
     boot when using the motherboard ICH + ahci, drives boot off the
     marvell chip only without ahci.ko&nbsp; Only when using ahci + marvell
     chip does the problem appear.&nbsp; In that case, system reports a 'root
     mount error', the keyboard locks tight, and the system fan starts
     running at full speed.<br>
     <br>
     I think this is because that controller has two actual ports, but
     the system detects 8 using ahci-- and somehow thinks one disk is
     connected twice.<br>
     <br>
     Controller: Marvel&nbsp; chip <span class="st">88SE9123 REV B1, sata III
       PCIex1 two port controller,&nbsp; sold as Koutech IO-PESA230
       (vendor/device </span>1b4b:9123 rev 0x11).<br>
     Box: old Dell 9150.&nbsp; Using <span style="font-size: 12pt;
       font-family: &quot;Times New Roman&quot;;"><a
         moz-do-not-send="true"
         href="http://mfsbsd.vx.sk/iso/mfsbsd-se-8.2-zfsv28-amd64.iso">8.2-RELEASE-p2
 amd64
 
 
 
 
         with ZFSv28 special edition</a> from mfsbsd.vx.sk.<br>
       <br>
       As a test, I mounted one of the ZFS mirror pair SSD's on the
       system's ICH sata port, this should appear as ata channel11 - the
       last of 4 after the 8 (should be 2) on the marvell/koutech board.&nbsp;
       I mounted the other on port 1 of&nbsp; the Marvell chip/Koutech board.&nbsp;
       I did a verbose boot.&nbsp; The SSD should appear on channel 1 of the
       marvell board, but it appears twice I think, 1 and 7 -- and fails
       to load on either 1 or 7.<br>
       <br>
       Note the Marvell BIOS that appears at boot time correctly
       identifies the number of actual ports, and correctly identifies
       which of them has the SSD , and the correct ID on the SSD.<br>
       <br>
       HTH<br>
       Harry Coin<br>
       <br>
       <br>
       Here's the whole verbose boot dmesg:<br>
       Jul 28 11:39:34&nbsp; kernel: Copyright (c) 1992-2011 The FreeBSD
       Project.<br>
       Jul 28 11:39:34&nbsp; kernel: Copyright (c) 1979, 1980, 1983, 1986,
       1988, 1989, 1991, 1992, 1993, 1994<br>
       Jul 28 11:39:34&nbsp; kernel: The Regents of the University of
       California. All rights reserved.<br>
       Jul 28 11:39:34&nbsp; kernel: FreeBSD is a registered trademark of The
       FreeBSD Foundation.<br>
       Jul 28 11:39:34&nbsp; kernel: FreeBSD 8.2-RELEASE-p2 #3 r222557M: Thu
       Jun 16 23:58:02 CEST 2011<br>
       Jul 28 11:39:34&nbsp; kernel: <a class="moz-txt-link-abbreviated"
         href="mailto:root@neo.vx.sk:/usr/obj/releng_8_2/sys/GENERIC">root@neo.vx.sk:/usr/obj/releng_8_2/sys/GENERIC</a>
       amd64<br>
       Jul 28 11:39:34&nbsp; kernel: Preloaded elf kernel
       "/boot/kernel/kernel" at 0xffffffff80fb9000.<br>
       Jul 28 11:39:34&nbsp; kernel: Preloaded elf obj module
       "/boot/kernel/zfs.ko" at 0xffffffff80fb91f8.<br>
       Jul 28 11:39:34&nbsp; kernel: Preloaded elf obj module
       "/boot/kernel/opensolaris.ko" at 0xffffffff80fb9860.<br>
       Jul 28 11:39:34&nbsp; kernel: Preloaded /boot/zfs/zpool.cache
       "/boot/zfs/zpool.cache" at 0xffffffff80fb9e50.<br>
       Jul 28 11:39:34&nbsp; kernel: Preloaded elf obj module
       "/boot/kernel/ahci.ko" at 0xffffffff80fb9eb0.<br>
       Jul 28 11:39:34&nbsp; kernel: Timecounter "i8254" frequency 1193182 Hz
       quality 0<br>
       Jul 28 11:39:34&nbsp; kernel: Calibrating TSC clock ... TSC clock:
       2793093128 Hz<br>
       Jul 28 11:39:34&nbsp; kernel: CPU: Intel(R) Pentium(R) D CPU 2.80GHz
       (2793.09-MHz K8-class CPU)<br>
       Jul 28 11:39:34&nbsp; kernel: Origin = "GenuineIntel"&nbsp; Id = 0xf44&nbsp;
       Family = f&nbsp; Model = 4&nbsp; Stepping = 4<br>
       Jul 28 11:39:34&nbsp; kernel:
 Features=0xbfebfbff&lt;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&gt;<br>
       Jul 28 11:39:34&nbsp; kernel:
       Features2=0x641d&lt;SSE3,DTES64,MON,DS_CPL,CNXT-ID,CX16,xTPR&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: AMD
       Features=0x20100800&lt;SYSCALL,NX,LM&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: TSC: P-state invariant<br>
       Jul 28 11:39:34&nbsp; kernel: real memory&nbsp; = 4294967296 (4096 MB)<br>
       Jul 28 11:39:34&nbsp; kernel: Physical memory chunk(s):<br>
       Jul 28 11:39:34&nbsp; kernel: 0x0000000000001000 - 0x000000000009bfff,
       634880 bytes (155 pages)<br>
       Jul 28 11:39:34&nbsp; kernel: 0x0000000000fe8000 - 0x00000000d951efff,
       3629346816 bytes (886071 pages)<br>
       Jul 28 11:39:34&nbsp; kernel: avail memory = 3604353024 (3437 MB)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI APIC Table: &lt;DELL&nbsp;&nbsp; DXP051 &gt;<br>
       Jul 28 11:39:34&nbsp; kernel: INTR: Adding local APIC 1 as a target<br>
       Jul 28 11:39:34&nbsp; kernel: FreeBSD/SMP: Multiprocessor System
       Detected: 2 CPUs<br>
       Jul 28 11:39:34&nbsp; kernel: FreeBSD/SMP: 1 package(s) x 2 core(s)<br>
       Jul 28 11:39:34&nbsp; kernel: cpu0 (BSP): APIC ID:&nbsp; 0<br>
       Jul 28 11:39:34&nbsp; kernel: cpu1 (AP): APIC ID:&nbsp; 1<br>
       Jul 28 11:39:34&nbsp; kernel: x86bios:&nbsp;&nbsp; IVT 0x000000-0x0004ff at
       0xffffff0000000000<br>
       Jul 28 11:39:34&nbsp; kernel: x86bios:&nbsp; SSEG 0x010000-0x01ffff at
       0xffffff8000012000<br>
       Jul 28 11:39:34&nbsp; kernel: x86bios:&nbsp; EBDA 0x09e000-0x09ffff at
       0xffffff000009e000<br>
       Jul 28 11:39:34&nbsp; kernel: x86bios:&nbsp;&nbsp; ROM 0x0a0000-0x0effff at
       0xffffff00000a0000<br>
       Jul 28 11:39:34&nbsp; kernel: APIC: CPU 0 has ACPI ID 1<br>
       Jul 28 11:39:34&nbsp; kernel: APIC: CPU 1 has ACPI ID 2<br>
       Jul 28 11:39:34&nbsp; kernel: ULE: setup cpu 0<br>
       Jul 28 11:39:34&nbsp; kernel: ULE: setup cpu 1<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: RSDP 0xfeb00 00024 (v02 DELL&nbsp; )<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: XSDT 0xfd25d 0005C (v01 DELL&nbsp;&nbsp;&nbsp;
       DXP051&nbsp; 00000007 ASL&nbsp; 00000061)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: FACP 0xfd355 000F4 (v03 DELL&nbsp;&nbsp;&nbsp;
       DXP051&nbsp; 00000007 ASL&nbsp; 00000061)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: DSDT 0xfffc7cbd 032F4 (v01&nbsp;&nbsp;
       DELL&nbsp;&nbsp;&nbsp; dt_ex 00001000 INTL 20050309)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: FACS 0xdfe8cc00 00040<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: SSDT 0xfffcb0d2 000AC (v01&nbsp;&nbsp;
       DELL&nbsp;&nbsp;&nbsp; st_ex 00001000 INTL 20050309)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: APIC 0xfd449 00072 (v01 DELL&nbsp;&nbsp;&nbsp;
       DXP051&nbsp; 00000007 ASL&nbsp; 00000061)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: BOOT 0xfd4bb 00028 (v01 DELL&nbsp;&nbsp;&nbsp;
       DXP051&nbsp; 00000007 ASL&nbsp; 00000061)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: ASF! 0xfd4e3 00067 (v16 DELL&nbsp;&nbsp;&nbsp;
       DXP051&nbsp; 00000007 ASL&nbsp; 00000061)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: MCFG 0xfd54a 0003E (v01 DELL&nbsp;&nbsp;&nbsp;
       DXP051&nbsp; 00000007 ASL&nbsp; 00000061)<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI: HPET 0xfd588 00038 (v01 DELL&nbsp;&nbsp;&nbsp;
       DXP051&nbsp; 00000007 ASL&nbsp; 00000061)<br>
       Jul 28 11:39:34&nbsp; kernel: MADT: Found IO APIC ID 8, Interrupt 0 at
       0xfec00000<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: Changing APIC ID to 8<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: Routing external 8259A's -&gt;
       intpin 0<br>
       Jul 28 11:39:34&nbsp; kernel: MADT: Interrupt override: source 0, irq 2<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: Routing IRQ 0 -&gt; intpin 2<br>
       Jul 28 11:39:34&nbsp; kernel: MADT: Interrupt override: source 9, irq 9<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: intpin 9 trigger: level<br>
       Jul 28 11:39:34&nbsp; kernel: lapic: Routing NMI -&gt; LINT1<br>
       Jul 28 11:39:34&nbsp; kernel: lapic: LINT1 trigger: level<br>
       Jul 28 11:39:34&nbsp; kernel: lapic: LINT1 polarity: high<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0 &lt;Version 2.0&gt; irqs 0-23 on
       motherboard<br>
       Jul 28 11:39:34&nbsp; kernel: lapic0: Forcing LINT1 to edge trigger<br>
       Jul 28 11:39:34&nbsp; kernel: cpu0 BSP:<br>
       Jul 28 11:39:34&nbsp; kernel: ID: 0x00000000&nbsp;&nbsp; VER: 0x00050014 LDR:
       0x00000000 DFR: 0xffffffff<br>
       Jul 28 11:39:34&nbsp; kernel: lint0: 0x00010700 lint1: 0x00008400 TPR:
       0x00000000 SVR: 0x000001ff<br>
       Jul 28 11:39:34&nbsp; kernel: timer: 0x000100ef therm: 0x00010000 err:
       0x000000f0 pmc: 0x00010400<br>
       Jul 28 11:39:34&nbsp; kernel: wlan: &lt;802.11 Link Layer&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: nfslock: pseudo-device<br>
       Jul 28 11:39:34&nbsp; kernel: kbd: new array size 4<br>
       Jul 28 11:39:34&nbsp; kernel: kbd1 at kbdmux0<br>
       Jul 28 11:39:34&nbsp; kernel: mem: &lt;memory&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: io: &lt;I/O&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: null: &lt;null device, zero device&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: random: &lt;entropy source, Software,
       Yarrow&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: hptrr: RocketRAID 17xx/2xxx SATA
       controller driver v1.2<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: &lt;DELL DXP051 &gt; on
       motherboard<br>
       Jul 28 11:39:34&nbsp; kernel: PCIe: Memory Mapped configuration base @
       0xe0000000<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 9 (ISA IRQ 9) to
       lapic 0 vector 48<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: Power Button (fixed)<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: reservation of 0, a0000 (3) failed<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: reservation of 100000, f00000 (3)
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: reservation of 1000000, dee8cc00
       (3) failed<br>
       Jul 28 11:39:34&nbsp; kernel: ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0
       1/0 1/0 1/0 -&gt; 10<br>
       Jul 28 11:39:34&nbsp; kernel: Timecounter "ACPI-fast" frequency 3579545
       Hz quality 1000<br>
       Jul 28 11:39:34&nbsp; kernel: acpi_timer0: &lt;24-bit timer at
       3.579545MHz&gt; port 0x808-0x80b on acpi0<br>
       Jul 28 11:39:34&nbsp; kernel: cpu0: &lt;ACPI CPU&gt; on acpi0<br>
       Jul 28 11:39:34&nbsp; kernel: cpu0: switching to generic Cx mode<br>
       Jul 28 11:39:34&nbsp; kernel: cpu1: &lt;ACPI CPU&gt; on acpi0<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link0:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 11&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 11&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 10&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 10&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link2:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 10&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 10&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link6:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: pci_link7:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Index&nbsp; IRQ&nbsp; Rtd&nbsp; Ref&nbsp;
       IRQs<br>
       Jul 28 11:39:34&nbsp; kernel: Initial Probe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: Validation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: After Disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 255&nbsp;&nbsp; N&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 3 4
       5 6 7 9 10 11 12 15<br>
       Jul 28 11:39:34&nbsp; kernel: acpi_hpet0: &lt;High Precision Event
       Timer&gt; iomem 0xfed00000-0xfed003ff on acpi0<br>
       Jul 28 11:39:34&nbsp; kernel: acpi_hpet0: vend: 0x8086 rev: 0x1 num: 3
       hz: 14318180 opts: legacy_route 64-bit<br>
       Jul 28 11:39:34&nbsp; kernel: Timecounter "HPET" frequency 14318180 Hz
       quality 900<br>
       Jul 28 11:39:34&nbsp; kernel: acpi_button0: &lt;Power Button&gt; on
       acpi0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: &lt;ACPI Host-PCI bridge&gt; port
       0xcf8-0xcff on acpi0<br>
       Jul 28 11:39:34&nbsp; kernel: pci0: &lt;ACPI PCI bus&gt; on pcib0<br>
       Jul 28 11:39:34&nbsp; kernel: pci0: domain=0, physical bus=0<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x2770,
       revid=0x00<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=0, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=06-00-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0106, statreg=0x2090,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x2771,
       revid=0x00<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=1, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=06-04-00, hdrtype=0x01, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0107, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x0a (2500
       ns), maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=11<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.1.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 1 INTA hardwired to IRQ 16<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27d8,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=27, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=04-03-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0106, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=11<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message, 64 bit<br>
       Jul 28 11:39:34&nbsp; kernel: map[10]: type Memory, range 64, base
       0xfebfc000, size 14, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.27.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 27 INTA hardwired to IRQ 16<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27d0,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=28, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=06-04-00, hdrtype=0x01, mfdev=1<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0107, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500
       ns), maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=11<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.28.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 28 INTA hardwired to IRQ 16<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27e0,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=28, func=4<br>
       Jul 28 11:39:34&nbsp; kernel: class=06-04-00, hdrtype=0x01, mfdev=1<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0107, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500
       ns), maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=11<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.28.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 28 INTA hardwired to IRQ 16<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27e2,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=28, func=5<br>
       Jul 28 11:39:34&nbsp; kernel: class=06-04-00, hdrtype=0x01, mfdev=1<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0107, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500
       ns), maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=b, irq=10<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.28.INTB<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 28 INTB hardwired to IRQ 17<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27c8,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=29, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=0c-03-00, hdrtype=0x00, mfdev=1<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0005, statreg=0x0280,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=9<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xff80, size&nbsp; 5, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.29.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 29 INTA hardwired to IRQ 21<br>
       Jul 28 11:39:34&nbsp; kernel: unknown: Reserved 0x20 bytes for rid 0x20
       type 4 at 0xff80<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27c9,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=29, func=1<br>
       Jul 28 11:39:34&nbsp; kernel: class=0c-03-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0005, statreg=0x0280,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=b, irq=5<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xff60, size&nbsp; 5, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.29.INTB<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 29 INTB hardwired to IRQ 22<br>
       Jul 28 11:39:34&nbsp; kernel: unknown: Reserved 0x20 bytes for rid 0x20
       type 4 at 0xff60<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27ca,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=29, func=2<br>
       Jul 28 11:39:34&nbsp; kernel: class=0c-03-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0005, statreg=0x0280,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=c, irq=4<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xff40, size&nbsp; 5, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.29.INTC<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 29 INTC hardwired to IRQ 18<br>
       Jul 28 11:39:34&nbsp; kernel: unknown: Reserved 0x20 bytes for rid 0x20
       type 4 at 0xff40<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27cb,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=29, func=3<br>
       Jul 28 11:39:34&nbsp; kernel: class=0c-03-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0005, statreg=0x0280,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=d, irq=3<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xff20, size&nbsp; 5, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.29.INTD<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 29 INTD hardwired to IRQ 23<br>
       Jul 28 11:39:34&nbsp; kernel: unknown: Reserved 0x20 bytes for rid 0x20
       type 4 at 0xff20<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27cc,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=29, func=7<br>
       Jul 28 11:39:34&nbsp; kernel: class=0c-03-20, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0106, statreg=0x0290,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=9<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: map[10]: type Memory, range 32, base
       0xffa80800, size 10, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.29.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 29 INTA hardwired to IRQ 21<br>
       Jul 28 11:39:34&nbsp; kernel: unknown: Reserved 0x400 bytes for rid
       0x10 type 3 at 0xffa80800<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x244e,
       revid=0xe1<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=30, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=06-04-01, hdrtype=0x01, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0107, statreg=0x0010,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x02 (500
       ns), maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27b0,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=31, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=06-01-00, hdrtype=0x00, mfdev=1<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0107, statreg=0x0210,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27df,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=31, func=1<br>
       Jul 28 11:39:34&nbsp; kernel: class=01-01-8a, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0005, statreg=0x0288,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=11<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xffa0, size&nbsp; 4, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.31.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 31 INTA hardwired to IRQ 16<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27c1,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=31, func=2<br>
       Jul 28 11:39:34&nbsp; kernel: class=01-06-01, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0007, statreg=0x02b0,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=c, irq=10<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message<br>
       Jul 28 11:39:34&nbsp; kernel: map[10]: type I/O Port, range 32, base
       0xfe00, size&nbsp; 3, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: map[14]: type I/O Port, range 32, base
       0xfe10, size&nbsp; 2, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: map[18]: type I/O Port, range 32, base
       0xfe20, size&nbsp; 3, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: map[1c]: type I/O Port, range 32, base
       0xfe30, size&nbsp; 2, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xfea0, size&nbsp; 4, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: map[24]: type Memory, range 32, base
       0xfebfbc00, size 10, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.31.INTC<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 31 INTC hardwired to IRQ 20<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x27da,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=0, slot=31, func=3<br>
       Jul 28 11:39:34&nbsp; kernel: class=0c-05-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0101, statreg=0x0280,
       cachelnsz=0 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=b, irq=10<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xece0, size&nbsp; 5, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: matched entry for 0.31.INTB<br>
       Jul 28 11:39:34&nbsp; kernel: pcib0: slot 31 INTB hardwired to IRQ 17<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1: &lt;ACPI PCI-PCI bridge&gt; irq 16
       at device 1.0 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1:&nbsp;&nbsp; domain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1:&nbsp;&nbsp; secondary bus&nbsp;&nbsp;&nbsp;&nbsp; 1<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1:&nbsp;&nbsp; subordinate bus&nbsp;&nbsp; 1<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1:&nbsp;&nbsp; I/O decode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0xd000-0xdfff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1:&nbsp;&nbsp; memory decode&nbsp;&nbsp;&nbsp;&nbsp;
       0xfe900000-0xfeafffff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1:&nbsp;&nbsp; prefetched decode
       0xf0000000-0xf7ffffff<br>
       Jul 28 11:39:34&nbsp; kernel: pci1: &lt;ACPI PCI bus&gt; on pcib1<br>
       Jul 28 11:39:34&nbsp; kernel: pci1: domain=0, physical bus=1<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x1002, dev=0x5b62,
       revid=0x00<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=1, slot=0, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=03-00-00, hdrtype=0x00, mfdev=1<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0003, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=11<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D1 D2 D3&nbsp;
       current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message, 64 bit<br>
       Jul 28 11:39:34&nbsp; kernel: map[10]: type Prefetchable Memory, range
       64, base 0xf0000000, size 27, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1: requested memory range
       0xf0000000-0xf7ffffff: good<br>
       Jul 28 11:39:34&nbsp; kernel: map[18]: type Memory, range 64, base
       0xfe9e0000, size 16, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1: requested memory range
       0xfe9e0000-0xfe9effff: good<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xdc00, size&nbsp; 8, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1: requested I/O range 0xdc00-0xdcff:
       in range<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1: matched entry for 1.0.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1: slot 0 INTA hardwired to IRQ 16<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x1002, dev=0x5b72,
       revid=0x00<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=1, slot=0, func=1<br>
       Jul 28 11:39:34&nbsp; kernel: class=03-80-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0007, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D1 D2 D3&nbsp;
       current D0<br>
       Jul 28 11:39:34&nbsp; kernel: map[10]: type Memory, range 64, base
       0xfe9f0000, size 16, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib1: requested memory range
       0xfe9f0000-0xfe9fffff: good<br>
       Jul 28 11:39:34&nbsp; kernel: vgapci0: &lt;VGA-compatible display&gt;
       port 0xdc00-0xdcff mem 0xf0000000-0xf7ffffff,0xfe9e0000-0xfe9effff
       irq 16 at device 0.0 on pci1<br>
       Jul 28 11:39:34&nbsp; kernel: vgapci1: &lt;VGA-compatible display&gt;
       mem 0xfe9f0000-0xfe9fffff at device 0.1 on pci1<br>
       Jul 28 11:39:34&nbsp; kernel: pci0: &lt;multimedia, HDA&gt; at device
       27.0 (no driver attached)<br>
       Jul 28 11:39:34&nbsp; kernel: pcib2: &lt;ACPI PCI-PCI bridge&gt; irq 16
       at device 28.0 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib2:&nbsp;&nbsp; domain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib2:&nbsp;&nbsp; secondary bus&nbsp;&nbsp;&nbsp;&nbsp; 2<br>
       Jul 28 11:39:34&nbsp; kernel: pcib2:&nbsp;&nbsp; subordinate bus&nbsp;&nbsp; 2<br>
       Jul 28 11:39:34&nbsp; kernel: pcib2:&nbsp;&nbsp; I/O decode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0xf000-0xfff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib2:&nbsp;&nbsp; memory decode&nbsp;&nbsp;&nbsp;&nbsp;
       0xfe800000-0xfe8fffff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib2:&nbsp;&nbsp; no prefetched decode<br>
       Jul 28 11:39:34&nbsp; kernel: pci2: &lt;ACPI PCI bus&gt; on pcib2<br>
       Jul 28 11:39:34&nbsp; kernel: pci2: domain=0, physical bus=2<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: &lt;ACPI PCI-PCI bridge&gt; irq 16
       at device 28.4 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3:&nbsp;&nbsp; domain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3:&nbsp;&nbsp; secondary bus&nbsp;&nbsp;&nbsp;&nbsp; 3<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3:&nbsp;&nbsp; subordinate bus&nbsp;&nbsp; 3<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3:&nbsp;&nbsp; I/O decode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0xc000-0xcfff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3:&nbsp;&nbsp; memory decode&nbsp;&nbsp;&nbsp;&nbsp;
       0xfe600000-0xfe7fffff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3:&nbsp;&nbsp; no prefetched decode<br>
       Jul 28 11:39:34&nbsp; kernel: pci3: &lt;ACPI PCI bus&gt; on pcib3<br>
       Jul 28 11:39:34&nbsp; kernel: pci3: domain=0, physical bus=3<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x1b4b, dev=0x9123,
       revid=0x11<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=3, slot=0, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=01-06-01, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0007, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=11<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 3&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message<br>
       Jul 28 11:39:34&nbsp; kernel: map[10]: type I/O Port, range 32, base
       0xcce0, size&nbsp; 3, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: requested I/O range 0xcce0-0xcce7:
       in range<br>
       Jul 28 11:39:34&nbsp; kernel: map[14]: type I/O Port, range 32, base
       0xccd8, size&nbsp; 2, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: requested I/O range 0xccd8-0xccdb:
       in range<br>
       Jul 28 11:39:34&nbsp; kernel: map[18]: type I/O Port, range 32, base
       0xcce8, size&nbsp; 3, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: requested I/O range 0xcce8-0xccef:
       in range<br>
       Jul 28 11:39:34&nbsp; kernel: map[1c]: type I/O Port, range 32, base
       0xccdc, size&nbsp; 2, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: requested I/O range 0xccdc-0xccdf:
       in range<br>
       Jul 28 11:39:34&nbsp; kernel: map[20]: type I/O Port, range 32, base
       0xccf0, size&nbsp; 4, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: requested I/O range 0xccf0-0xccff:
       in range<br>
       Jul 28 11:39:34&nbsp; kernel: map[24]: type Memory, range 32, base
       0xfe6ff800, size 11, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: requested memory range
       0xfe6ff800-0xfe6fffff: good<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: matched entry for 3.0.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib3: slot 0 INTA hardwired to IRQ 16<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: &lt;Marvell 88SE912x AHCI SATA
       controller&gt; port
       0xcce0-0xcce7,0xccd8-0xccdb,0xcce8-0xccef,0xccdc-0xccdf,0xccf0-0xccff
       mem 0xfe6ff800-0xfe6fffff irq 16 at device 0.0 on pci3<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: Reserved 0x800 bytes for rid 0x24
       type 3 at 0xfe6ff800<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: attempting to allocate 1 MSI
       vectors (1 supported)<br>
       Jul 28 11:39:34&nbsp; kernel: msi: routing MSI IRQ 256 to local APIC 0
       vector 49<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: using IRQ 256 for MSI<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: AHCI v1.20 with 8 6Gbps ports,
       Port Multiplier not supported<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: Caps: 64bit NCQ 6Gbps PMD 32cmd
       8ports<br>
       Jul 28 11:39:34&nbsp; kernel: ahci0: Caps2:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich0: &lt;AHCI channel&gt; at channel
       0 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich0: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich0: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich0: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: &lt;AHCI channel&gt; at channel
       1 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich2: &lt;AHCI channel&gt; at channel
       2 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich2: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich2: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich2: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich3: &lt;AHCI channel&gt; at channel
       3 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich3: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich3: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich3: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich4: &lt;AHCI channel&gt; at channel
       4 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich4: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich4: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich4: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich5: &lt;AHCI channel&gt; at channel
       5 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich5: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich5: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich5: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich6: &lt;AHCI channel&gt; at channel
       6 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich6: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich6: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich6: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: &lt;AHCI channel&gt; at channel
       7 on ahci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4: &lt;ACPI PCI-PCI bridge&gt; irq 17
       at device 28.5 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4:&nbsp;&nbsp; domain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4:&nbsp;&nbsp; secondary bus&nbsp;&nbsp;&nbsp;&nbsp; 4<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4:&nbsp;&nbsp; subordinate bus&nbsp;&nbsp; 4<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4:&nbsp;&nbsp; I/O decode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0xb000-0xbfff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4:&nbsp;&nbsp; memory decode&nbsp;&nbsp;&nbsp;&nbsp;
       0xfe000000-0xfe5fffff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4:&nbsp;&nbsp; no prefetched decode<br>
       Jul 28 11:39:34&nbsp; kernel: pci4: &lt;ACPI PCI bus&gt; on pcib4<br>
       Jul 28 11:39:34&nbsp; kernel: pci4: domain=0, physical bus=4<br>
       Jul 28 11:39:34&nbsp; kernel: found-&gt;&nbsp;&nbsp;&nbsp; vendor=0x8086, dev=0x109a,
       revid=0x01<br>
       Jul 28 11:39:34&nbsp; kernel: domain=0, bus=4, slot=0, func=0<br>
       Jul 28 11:39:34&nbsp; kernel: class=02-00-00, hdrtype=0x00, mfdev=0<br>
       Jul 28 11:39:34&nbsp; kernel: cmdreg=0x0007, statreg=0x0010,
       cachelnsz=16 (dwords)<br>
       Jul 28 11:39:34&nbsp; kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns),
       maxlat=0x00 (0 ns)<br>
       Jul 28 11:39:34&nbsp; kernel: intpin=a, irq=10<br>
       Jul 28 11:39:34&nbsp; kernel: powerspec 2&nbsp; supports D0 D3&nbsp; current D0<br>
       Jul 28 11:39:34&nbsp; kernel: MSI supports 1 message, 64 bit<br>
       Jul 28 11:39:34&nbsp; kernel: map[10]: type Memory, range 32, base
       0xfe5e0000, size 17, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4: requested memory range
       0xfe5e0000-0xfe5fffff: good<br>
       Jul 28 11:39:34&nbsp; kernel: map[14]: type Memory, range 32, base
       0xfe000000, size 22, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4: requested memory range
       0xfe000000-0xfe3fffff: good<br>
       Jul 28 11:39:34&nbsp; kernel: map[18]: type I/O Port, range 32, base
       0xbce0, size&nbsp; 5, enabled<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4: requested I/O range 0xbce0-0xbcff:
       in range<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4: matched entry for 4.0.INTA<br>
       Jul 28 11:39:34&nbsp; kernel: pcib4: slot 0 INTA hardwired to IRQ 17<br>
       Jul 28 11:39:34&nbsp; kernel: em0: &lt;Intel(R) PRO/1000 Network
       Connection 7.1.9&gt; port 0xbce0-0xbcff mem
       0xfe5e0000-0xfe5fffff,0xfe000000-0xfe3fffff irq 17 at device 0.0
       on pci4<br>
       Jul 28 11:39:34&nbsp; kernel: em0: Reserved 0x20000 bytes for rid 0x10
       type 3 at 0xfe5e0000<br>
       Jul 28 11:39:34&nbsp; kernel: em0: attempting to allocate 1 MSI vectors
       (1 supported)<br>
       Jul 28 11:39:34&nbsp; kernel: msi: routing MSI IRQ 257 to local APIC 0
       vector 50<br>
       Jul 28 11:39:34&nbsp; kernel: em0: using IRQ 257 for MSI<br>
       Jul 28 11:39:34&nbsp; kernel: em0: Using an MSI interrupt<br>
       Jul 28 11:39:34&nbsp; kernel: em0: [FILTER]<br>
       Jul 28 11:39:34&nbsp; kernel: em0: bpf attached<br>
       Jul 28 11:39:34&nbsp; kernel: em0: Ethernet address: 00:13:72:09:1d:e6<br>
       Jul 28 11:39:34&nbsp; kernel: uhci0: &lt;Intel 82801G (ICH7) USB
       controller USB-A&gt; port 0xff80-0xff9f irq 21 at device 29.0 on
       pci0<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 21 (PCI IRQ 21)
       to lapic 0 vector 51<br>
       Jul 28 11:39:34&nbsp; kernel: uhci0: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: uhci0: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: uhci0: LegSup = 0x3000<br>
       Jul 28 11:39:34&nbsp; kernel: usbus0: &lt;Intel 82801G (ICH7) USB
       controller USB-A&gt; on uhci0<br>
       Jul 28 11:39:34&nbsp; kernel: uhci1: &lt;Intel 82801G (ICH7) USB
       controller USB-B&gt; port 0xff60-0xff7f irq 22 at device 29.1 on
       pci0<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 22 (PCI IRQ 22)
       to lapic 0 vector 52<br>
       Jul 28 11:39:34&nbsp; kernel: uhci1: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: uhci1: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: usbus1: &lt;Intel 82801G (ICH7) USB
       controller USB-B&gt; on uhci1<br>
       Jul 28 11:39:34&nbsp; kernel: uhci2: &lt;Intel 82801G (ICH7) USB
       controller USB-C&gt; port 0xff40-0xff5f irq 18 at device 29.2 on
       pci0<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 18 (PCI IRQ 18)
       to lapic 0 vector 53<br>
       Jul 28 11:39:34&nbsp; kernel: uhci2: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: uhci2: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: usbus2: &lt;Intel 82801G (ICH7) USB
       controller USB-C&gt; on uhci2<br>
       Jul 28 11:39:34&nbsp; kernel: uhci3: &lt;Intel 82801G (ICH7) USB
       controller USB-D&gt; port 0xff20-0xff3f irq 23 at device 29.3 on
       pci0<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 23 (PCI IRQ 23)
       to lapic 0 vector 54<br>
       Jul 28 11:39:34&nbsp; kernel: uhci3: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: uhci3: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: usbus3: &lt;Intel 82801G (ICH7) USB
       controller USB-D&gt; on uhci3<br>
       Jul 28 11:39:34&nbsp; kernel: ehci0: &lt;Intel 82801GB/R (ICH7) USB 2.0
       controller&gt; mem 0xffa80800-0xffa80bff irq 21 at device 29.7 on
       pci0<br>
       Jul 28 11:39:34&nbsp; kernel: ehci0: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ehci0: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: usbus4: EHCI version 1.0<br>
       Jul 28 11:39:34&nbsp; kernel: usbus4: &lt;Intel 82801GB/R (ICH7) USB
       2.0 controller&gt; on ehci0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib5: &lt;ACPI PCI-PCI bridge&gt; at
       device 30.0 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib5:&nbsp;&nbsp; domain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
       Jul 28 11:39:34&nbsp; kernel: pcib5:&nbsp;&nbsp; secondary bus&nbsp;&nbsp;&nbsp;&nbsp; 5<br>
       Jul 28 11:39:34&nbsp; kernel: pcib5:&nbsp;&nbsp; subordinate bus&nbsp;&nbsp; 5<br>
       Jul 28 11:39:34&nbsp; kernel: pcib5:&nbsp;&nbsp; I/O decode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0xf000-0xfff<br>
       Jul 28 11:39:34&nbsp; kernel: pcib5:&nbsp;&nbsp; no prefetched decode<br>
       Jul 28 11:39:34&nbsp; kernel: pcib5:&nbsp;&nbsp; Subtractively decoded bridge.<br>
       Jul 28 11:39:34&nbsp; kernel: pci5: &lt;ACPI PCI bus&gt; on pcib5<br>
       Jul 28 11:39:34&nbsp; kernel: pci5: domain=0, physical bus=5<br>
       Jul 28 11:39:34&nbsp; kernel: isab0: &lt;PCI-ISA bridge&gt; at device
       31.0 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: isa0: &lt;ISA bus&gt; on isab0<br>
       Jul 28 11:39:34&nbsp; kernel: atapci0: &lt;Intel ICH7 UDMA100
       controller&gt; port
       0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device
       31.1 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: atapci0: Reserved 0x10 bytes for rid 0x20
       type 4 at 0xffa0<br>
       Jul 28 11:39:34&nbsp; kernel: ata0: &lt;ATA channel 0&gt; on atapci0<br>
       Jul 28 11:39:34&nbsp; kernel: atapci0: Reserved 0x8 bytes for rid 0x10
       type 4 at 0x1f0<br>
       Jul 28 11:39:34&nbsp; kernel: atapci0: Reserved 0x1 bytes for rid 0x14
       type 4 at 0x3f6<br>
       Jul 28 11:39:34&nbsp; kernel: ata0: reset tp1 mask=00 ostat0=ff
       ostat1=ff<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 14 (ISA IRQ 14)
       to lapic 0 vector 55<br>
       Jul 28 11:39:34&nbsp; kernel: ata0: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ata0: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: &lt;Intel ICH7 AHCI SATA
       controller&gt; port
       0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf
       mem 0xfebfbc00-0xfebfbfff irq 20 at device 31.2 on pci0<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: Reserved 0x400 bytes for rid 0x24
       type 3 at 0xfebfbc00<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: attempting to allocate 1 MSI
       vectors (1 supported)<br>
       Jul 28 11:39:34&nbsp; kernel: msi: routing MSI IRQ 258 to local APIC 0
       vector 56<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: using IRQ 258 for MSI<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: AHCI v1.10 with 4 3Gbps ports,
       Port Multiplier not supported<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: Caps: 64bit NCQ ALP AL CLO 3Gbps
       PMD SSC PSC 32cmd 4ports<br>
       Jul 28 11:39:34&nbsp; kernel: ahci1: Caps2:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich8: &lt;AHCI channel&gt; at channel
       0 on ahci1<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich8: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich8: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich8: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich9: &lt;AHCI channel&gt; at channel
       1 on ahci1<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich9: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich9: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich9: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich10: &lt;AHCI channel&gt; at channel
       2 on ahci1<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich10: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich10: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich10: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: &lt;AHCI channel&gt; at channel
       3 on ahci1<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: [MPSAFE]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: Caps:<br>
       Jul 28 11:39:34&nbsp; kernel: pci0: &lt;serial bus, SMBus&gt; at device
       31.3 (no driver attached)<br>
       Jul 28 11:39:34&nbsp; kernel: atrtc0: &lt;AT realtime clock&gt; port
       0x70-0x7f irq 8 on acpi0<br>
       Jul 28 11:39:34&nbsp; kernel: atrtc0: registered as a time-of-day clock
       (resolution 1000000us)<br>
       Jul 28 11:39:34&nbsp; kernel: acpi0: wakeup code va 0xffffff81008a8000
       pa 0x4000<br>
       Jul 28 11:39:34&nbsp; kernel: ex_isa_identify()<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 0: ioport 0xc00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 2: ioport 0x2c00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 5: ioport 0x5c00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 6: ioport 0x6c00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 10: ioport 0xac00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 11: ioport 0xbc00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 12: ioport 0xcc00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 13: ioport 0xdc00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: ahc_isa_probe 14: ioport 0xec00 alloc
       failed<br>
       Jul 28 11:39:34&nbsp; kernel: isa_probe_children: disabling PnP devices<br>
       Jul 28 11:39:34&nbsp; kernel: atrtc: atrtc0 already exists; skipping it<br>
       Jul 28 11:39:34&nbsp; kernel: sc: sc0 already exists; skipping it<br>
       Jul 28 11:39:34&nbsp; kernel: isa_probe_children: probing non-PnP
       devices<br>
       Jul 28 11:39:34&nbsp; kernel: orm0: &lt;ISA Option ROMs&gt; at iomem
       0xc0000-0xccfff,0xcd000-0xd07ff,0xd0800-0xd27ff,0xd2800-0xd3fff on
       isa0<br>
       Jul 28 11:39:34&nbsp; kernel: atkbd: the current kbd controller command
       byte 0045<br>
       Jul 28 11:39:34&nbsp; kernel: atkbd: keyboard ID 0xffffffff (1)<br>
       Jul 28 11:39:34&nbsp; kernel: atkbd: failed to reset the keyboard.<br>
       Jul 28 11:39:34&nbsp; kernel: sc0: &lt;System console&gt; at flags
       0x100 on isa0<br>
       Jul 28 11:39:34&nbsp; kernel: sc0: VGA &lt;16 virtual consoles,
       flags=0x300&gt;<br>
       Jul 28 11:39:34&nbsp; kernel: sc0: fb0, kbd1, terminal emulator:
       scteken (teken terminal)<br>
       Jul 28 11:39:34&nbsp; kernel: vga0: &lt;Generic ISA VGA&gt; at port
       0x3c0-0x3df iomem 0xa0000-0xbffff on isa0<br>
       Jul 28 11:39:34&nbsp; kernel: atkbdc0: &lt;Keyboard controller
       (i8042)&gt; at port 0x60,0x64 on isa0<br>
       Jul 28 11:39:34&nbsp; kernel: atkbd0: &lt;AT Keyboard&gt; irq 1 on
       atkbdc0<br>
       Jul 28 11:39:34&nbsp; kernel: kbd0 at atkbd0<br>
       Jul 28 11:39:34&nbsp; kernel: kbd0: atkbd0, AT 84 (1), config:0x0,
       flags:0x3d0000<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to
       lapic 0 vector 57<br>
       Jul 28 11:39:34&nbsp; kernel: atkbd0: [GIANT-LOCKED]<br>
       Jul 28 11:39:34&nbsp; kernel: atkbd0: [ITHREAD]<br>
       Jul 28 11:39:34&nbsp; kernel: psm0: current command byte:0045<br>
       Jul 28 11:39:34&nbsp; kernel: psm0: failed to reset the aux device.<br>
       Jul 28 11:39:34&nbsp; kernel: fdc0 failed to probe at port
       0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0<br>
       Jul 28 11:39:34&nbsp; kernel: ppc0: cannot reserve I/O port range<br>
       Jul 28 11:39:34&nbsp; kernel: ppc0: &lt;Parallel port&gt; failed to
       probe at irq 7 on isa0<br>
       Jul 28 11:39:34&nbsp; kernel: uart0: &lt;ns8250&gt; failed to probe at
       port 0x3f8-0x3ff irq 4 on isa0<br>
       Jul 28 11:39:34&nbsp; kernel: uart1: &lt;ns8250&gt; failed to probe at
       port 0x2f8-0x2ff irq 3 on isa0<br>
       Jul 28 11:39:34&nbsp; kernel: isa_probe_children: probing PnP devices<br>
       Jul 28 11:39:34&nbsp; kernel: p4tcc0: &lt;CPU Frequency Thermal
       Control&gt; on cpu0<br>
       Jul 28 11:39:34&nbsp; kernel: p4tcc1: &lt;CPU Frequency Thermal
       Control&gt; on cpu1<br>
       Jul 28 11:39:34&nbsp; kernel: Device configuration finished.<br>
       Jul 28 11:39:34&nbsp; kernel: procfs registered<br>
       Jul 28 11:39:34&nbsp; kernel: ZFS NOTICE: Prefetch is disabled by
       default if less than 4GB of RAM is present;<br>
       Jul 28 11:39:34&nbsp; kernel: to enable, add
       "vfs.zfs.prefetch_disable=0" to /boot/loader.conf.<br>
       Jul 28 11:39:34&nbsp; kernel: ZFS filesystem version 5<br>
       Jul 28 11:39:34&nbsp; kernel: ZFS storage pool version 28<br>
       Jul 28 11:39:34&nbsp; kernel: lapic: Divisor 2, Frequency 99753320 Hz<br>
       Jul 28 11:39:34&nbsp; kernel: Timecounter "TSC" frequency 2793093128 Hz
       quality -100<br>
       Jul 28 11:39:34&nbsp; kernel: Timecounters tick every 1.000 msec<br>
       Jul 28 11:39:34&nbsp; kernel: vlan: initialized, using hash tables with
       chaining<br>
       Jul 28 11:39:34&nbsp; kernel: lo0: bpf attached<br>
       Jul 28 11:39:34&nbsp; kernel: hptrr: no controller detected.<br>
       Jul 28 11:39:34&nbsp; kernel: ata0: Identifying devices: 00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ata0: New devices: 00000000<br>
       Jul 28 11:39:34&nbsp; kernel: usbus0: 12Mbps Full Speed USB v1.0<br>
       Jul 28 11:39:34&nbsp; kernel: usbus1: 12Mbps Full Speed USB v1.0<br>
       Jul 28 11:39:34&nbsp; kernel: usbus2: 12Mbps Full Speed USB v1.0<br>
       Jul 28 11:39:34&nbsp; kernel: usbus3: 12Mbps Full Speed USB v1.0<br>
       Jul 28 11:39:34&nbsp; kernel: usbus4: 480Mbps High Speed USB v2.0<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich0: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ugen0.1: &lt;Intel&gt; at usbus0<br>
       Jul 28 11:39:34&nbsp; kernel: uhub0: &lt;Intel UHCI root HUB, class
       9/0, rev 1.00/1.00, addr 1&gt; on usbus0<br>
       Jul 28 11:39:34&nbsp; kernel: ugen1.1: &lt;Intel&gt; at usbus1<br>
       Jul 28 11:39:34&nbsp; kernel: uhub1: &lt;Intel UHCI root HUB, class
       9/0, rev 1.00/1.00, addr 1&gt; on usbus1<br>
       Jul 28 11:39:34&nbsp; kernel: ugen2.1: &lt;Intel&gt; at usbus2<br>
       Jul 28 11:39:34&nbsp; kernel: uhub2: &lt;Intel UHCI root HUB, class
       9/0, rev 1.00/1.00, addr 1&gt; on usbus2<br>
       Jul 28 11:39:34&nbsp; kernel: ugen3.1: &lt;Intel&gt; at usbus3<br>
       Jul 28 11:39:34&nbsp; kernel: uhub3: &lt;Intel UHCI root HUB, class
       9/0, rev 1.00/1.00, addr 1&gt; on usbus3<br>
       Jul 28 11:39:34&nbsp; kernel: ugen4.1: &lt;Intel&gt; at usbus4<br>
       Jul 28 11:39:34&nbsp; kernel: uhub4: &lt;Intel EHCI root HUB, class
       9/0, rev 2.00/1.00, addr 1&gt; on usbus4<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich0: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich0: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: SATA connect time=0ms
       status=00000133<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: ready wait time=202ms<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich1: AHCI reset done: device found<br>
       Jul 28 11:39:34&nbsp; kernel: (aprobe0:ahcich1:0:0:0): SIGNATURE: 0043<br>
       Jul 28 11:39:34&nbsp; kernel: (aprobe0:ahcich1:0:0:0): Unexpected
       signature 0x0043<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich2: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: uhub0: 2 ports with 2 removable, self
       powered<br>
       Jul 28 11:39:34&nbsp; kernel: uhub1: 2 ports with 2 removable, self
       powered<br>
       Jul 28 11:39:34&nbsp; kernel: uhub2: 2 ports with 2 removable, self
       powered<br>
       Jul 28 11:39:34&nbsp; kernel: uhub3: 2 ports with 2 removable, self
       powered<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich2: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich2: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich3: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich3: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich3: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich4: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich4: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich4: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich5: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich5: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich5: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich6: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich6: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich6: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: SATA connect time=0ms
       status=00000113<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: ready wait time=1ms<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich7: AHCI reset done: device found<br>
       Jul 28 11:39:34&nbsp; kernel: (aprobe0:ahcich7:0:0:0): SIGNATURE: 0043<br>
       Jul 28 11:39:34&nbsp; kernel: (aprobe0:ahcich7:0:0:0): Unexpected
       signature 0x0043<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich8: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich8: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich8: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich9: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich9: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich9: AHCI reset done: phy reset found
       no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich10: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich10: SATA connect timeout
       status=00000000<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich10: AHCI reset done: phy reset
       found no device<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: AHCI reset...<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: SATA connect time=0ms
       status=00000123<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: ready wait time=0ms<br>
       Jul 28 11:39:34&nbsp; kernel: ahcich11: AHCI reset done: device found<br>
       Jul 28 11:39:34&nbsp; kernel: (aprobe0:ahcich11:0:0:0): SIGNATURE: 0000<br>
       Jul 28 11:39:34&nbsp; kernel: pass0 at ahcich11 bus 0 scbus11 target 0
       lun 0<br>
       Jul 28 11:39:34&nbsp; kernel: pass0: &lt;C300-CTFDDAC064MAG 0007&gt;
       ATA-9 SATA 3.x device<br>
       Jul 28 11:39:34&nbsp; kernel: pass0: Serial Number 0000000010340310B6EE<br>
       Jul 28 11:39:34&nbsp; kernel: pass0: 300.000MB/s transfers (SATA 2.x,
       UDMA5, PIO 8192bytes)<br>
       Jul 28 11:39:34&nbsp; kernel: pass0: Command Queueing enabled<br>
       Jul 28 11:39:34&nbsp; kernel: ada0 at ahcich11 bus 0 scbus11 target 0
       lun 0<br>
       Jul 28 11:39:34&nbsp; kernel: ada0: &lt;C300-CTFDDAC064MAG 0007&gt;
       ATA-9 SATA 3.x device<br>
       Jul 28 11:39:34&nbsp; kernel: ada0: Serial Number 0000000010340310B6EE<br>
       Jul 28 11:39:34&nbsp; kernel: ada0: 300.000MB/s transfers (SATA 2.x,
       UDMA5, PIO 8192bytes)<br>
       Jul 28 11:39:34&nbsp; kernel: ada0: Command Queueing enabled<br>
       Jul 28 11:39:34&nbsp; kernel: ada0: 61057MB (125045424 512 byte
       sectors: 16H 63S/T 16383C)<br>
       Jul 28 11:39:34&nbsp; kernel: ATA PseudoRAID loaded<br>
       Jul 28 11:39:34&nbsp; kernel: lapic1: Forcing LINT1 to edge trigger<br>
       Jul 28 11:39:34&nbsp; kernel: SMP: AP CPU #1 Launched!<br>
       Jul 28 11:39:34&nbsp; kernel: cpu1 AP:<br>
       Jul 28 11:39:34&nbsp; kernel: ID: 0x01000000&nbsp;&nbsp; VER: 0x00050014 LDR:
       0x00000000 DFR: 0xffffffff<br>
       Jul 28 11:39:34&nbsp; kernel: lint0: 0x00010700 lint1: 0x00008400 TPR:
       0x00000000 SVR: 0x000001ff<br>
       Jul 28 11:39:34&nbsp; kernel: timer: 0x000200ef therm: 0x00010000 err:
       0x000000f0 pmc: 0x00010400<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 9 (ISA IRQ 9) to
       lapic 1 vector 48<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 18 (PCI IRQ 18)
       to lapic 1 vector 49<br>
       Jul 28 11:39:34&nbsp; kernel: ioapic0: routing intpin 22 (PCI IRQ 22)
       to lapic 1 vector 50<br>
       Jul 28 11:39:34&nbsp; kernel: msi: Assigning MSI IRQ 256 to local APIC
       1 vector 51<br>
       Jul 28 11:39:34&nbsp; kernel: msi: Assigning MSI IRQ 258 to local APIC
       1 vector 52<br>
       Jul 28 11:39:34&nbsp; kernel: GEOM: new disk ada0<br>
       Jul 28 11:39:34&nbsp; kernel: Root mount waiting for: usbus4<br>
       Jul 28 11:39:34&nbsp; kernel: Root mount waiting for: usbus4<br>
       Jul 28 11:39:34&nbsp; kernel: uhub4: 8 ports with 8 removable, self
       powered<br>
       Jul 28 11:39:34&nbsp; kernel: Trying to mount root from
       zfs:pool0ssd/root<br>
       Jul 28 11:39:34&nbsp; kernel: ct_to_ts([2011-07-28 11:39:32]) =
       1311853172.000000000<br>
       Jul 28 11:39:34&nbsp; kernel: start_init: trying /sbin/init<br>
       Jul 28 11:39:34&nbsp; kernel: ugen0.2: &lt;Dell&gt; at usbus0<br>
       Jul 28 11:39:34&nbsp; kernel: ukbd0: &lt;EP1 Interrupt&gt; on usbus0<br>
       Jul 28 11:39:34&nbsp; kernel: kbd2 at ukbd0<br>
       Jul 28 11:39:34&nbsp; kernel: kbd2: ukbd0, generic (0), config:0x0,
       flags:0x3d0000<br>
       Jul 28 11:39:34&nbsp; kernel: em0: Link is up 1000 Mbps Full Duplex<br>
       Jul 28 11:39:39&nbsp; login: ROOT LOGIN (root) ON ttyv0<br>
       <br>
       <br>
     </span>
   </body>
 </html>
 
 --------------050102030405000905000802--

From: Alexander Motin <mav@FreeBSD.org>
To: Harry Coin <harrycoin@aol.com>
Cc: bug-followup@FreeBSD.org, freebsd@yasse.net
Subject: Re: kern/153665: [ahci] AHCI module unconsistent behaviour with SATA3
 disk and SATA3 enabled controller
Date: Thu, 28 Jul 2011 22:34:06 +0300

 Harry Coin wrote:
 >  I've get the same problem every time trying to root mount ZFS on a pair
 > of mirrored ssds off this chip in an add-on PCIex1 card: drives boot
 > when using the motherboard ICH + ahci, drives boot off the marvell chip
 > only without ahci.ko  Only when using ahci + marvell chip does the
 > problem appear.  In that case, system reports a 'root mount error', the
 > keyboard locks tight, and the system fan starts running at full speed.
 
 Please try to update your system to 8-STABLE. I believe this problem was
 fixed by r222304 and merged at r222918.
 
 -- 
 Alexander Motin

From: Harry Coin <harrycoin@aol.com>
To: Alexander Motin <mav@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, freebsd@yasse.net
Subject: Re: kern/153665: [ahci] AHCI module unconsistent behaviour with SATA3
 disk and SATA3 enabled controller
Date: Sun, 31 Jul 2011 17:58:59 -0500

 On 7/28/2011 2:34 PM, Alexander Motin wrote:
 > Harry Coin wrote:
 >>   I've get the same problem every time trying to root mount ZFS on a pair
 >> of mirrored ssds off this chip in an add-on PCIex1 card: drives boot
 >> when using the motherboard ICH + ahci, drives boot off the marvell chip
 >> only without ahci.ko  Only when using ahci + marvell chip does the
 >> problem appear.  In that case, system reports a 'root mount error', the
 >> keyboard locks tight, and the system fan starts running at full speed.
 > Please try to update your system to 8-STABLE. I believe this problem was
 > fixed by r222304 and merged at r222918.
 >
 Thanks, 8-STABLE as of today did work with this ahci capable 
 controller.     For my part you can call this one closed.
 
 Thanks!
 Harry
 
State-Changed-From-To: open->closed 
State-Changed-By: mav 
State-Changed-When: Wed Aug 17 11:57:54 UTC 2011 
State-Changed-Why:  
Problem believed to be fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153665 
>Unformatted:
