|
View:
New views
16 Messages
—
Rating Filter:
Alert me
|
|
|
FreeBSD and SATA Port MultipliersI have a system running FreeBSD 8.0-RC1 that contains 3x Sil3124 PCI-E
SATA controller cards. Each card has 3x Sil3726 Port Multipliers attached (5 slots per SATA PM). The problem is that the disks are often not all detected by FreeBSD, even though the controller Option ROMs list all of the installed physical disks. Which drive(s) are not detected seems to vary with each boot. All of the port multipliers are detected every boot, it's just the drives which aren't getting probed. I've tried the following patch, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/129784 , which may have helped - it picks up 6-8 out of 9 disks, but obviously that's not ideal. The motherboard BIOS version is current, as is the firmware for the SATA controllers. Does anyone have any ideas or other patches that I may try? Thanks, Steve Polyack _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersSteve Polyack wrote:
> I have a system running FreeBSD 8.0-RC1 that contains 3x Sil3124 PCI-E > SATA controller cards. Each card has 3x Sil3726 Port Multipliers > attached (5 slots per SATA PM). The problem is that the disks are > often not all detected by FreeBSD, even though the controller Option > ROMs list all of the installed physical disks. Which drive(s) are not > detected seems to vary with each boot. All of the port multipliers > are detected every boot, it's just the drives which aren't getting > probed. This was mostly fixed by loading the siis(4) module at boot. However, if I attach 5 drives to a port multiplier board and reboot, only 4 of the drives attached to that port multiplier are detected. From dmesg: siisch4: Timeout on slot 25 siisch4: siis_timeout is 00000000 ss 02000000 rs 02000000 es 00000000 sts 80192000 serr 00000000 (aprobe0:siisch4:0:1:0): SIGNATURE: 0000 (aprobe0:siisch4:0:2:0): SIGNATURE: 0000 (aprobe0:siisch4:0:3:0): SIGNATURE: 0000 (aprobe0:siisch4:0:4:0): SIGNATURE: 0000 ada0 at siisch4 bus 0 target 1 lun 0 ada0: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device ada0: 300.000MB/s transfers ada0: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) ada0: Native Command Queueing enabled ada1 at siisch4 bus 0 target 2 lun 0 ada1: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device ada1: 300.000MB/s transfers ada1: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) ada1: Native Command Queueing enabled ada2 at siisch4 bus 0 target 3 lun 0 ada2: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device ada2: 300.000MB/s transfers ada2: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) ada2: Native Command Queueing enabled ada3 at siisch4 bus 0 target 4 lun 0 ada3: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device ada3: 300.000MB/s transfers ada3: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) ada3: Native Command Queueing enabled The disk at siisch4 bus 0 target 0 lun 0 is what's missing - it looks like there's some kind of timeout during the detection. A 'camcontrol rescan all' does not help. In fact, the camcontrol rescan appears to lose all of the SATA drives attached to port-multipliers with a similar timeout message: siisch4: Timeout on slot 17 siisch4: siis_timeout is 00040000 ss 00020000 rs 00020000 es 00000000 sts 80112000 serr 00000000 (ada0:siisch4:0:1:0): lost device (ada0:siisch4:0:1:0): removing device entry siisch4: Timeout on slot 19 siisch4: siis_timeout is 00040000 ss 00080000 rs 00080000 es 00000000 sts 80132000 serr 00000000 siisch4: Timeout on slot 20 siisch4: siis_timeout is 00040000 ss 00100000 rs 00100000 es 00000000 sts 80142000 serr 00000000 (ada1:siisch4:0:2:0): lost device (ada1:siisch4:0:2:0): removing device entry siisch4: Timeout on slot 21 siisch4: siis_timeout is 00040000 ss 00200000 rs 00200000 es 00000000 sts 80152000 serr 00000000 siisch4: Timeout on slot 22 siisch4: siis_timeout is 00040000 ss 00400000 rs 00400000 es 00000000 sts 80162000 serr 00000000 (ada2:siisch4:0:3:0): lost device (ada2:siisch4:0:3:0): removing device entry I can provide more info on request. _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
|
|
|
|
|
|
Re: FreeBSD and SATA Port MultipliersFWIW you can buy the case and accessories for a very reasonable cost.
just click further through the blog and they link the manufacturer. its extremely cheap 90tb of zfs.... Dean grarpamp wrote: > In the somewhat related dept... > > The SiI3124 and SiI3726 seem to be *really* > popular chipsets for low cost JBOD setups > so I'm sure any work done towards this > will be a win. The only other chip I see > a lot of is the Marvell 88SX6041 and 88SX6081. > Any others, particularly of the eight port > generic card variety or other multipliers??? > I'm not sure if JMicron ever got into the 4/8 port > game. > > A somewhat related diversion: > http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/ > > And without the fab... you'd be amazed what a > bicycle inner tube, scrap pc case lids, tin snips, > hammer, anvil, drill bit, and a pop rivet tool will yield ;-) > _______________________________________________ > freebsd-hardware@... mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." > -- http://fragfest.com.au _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersHello,
> A somewhat related diversion: > http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/ And the quite reasonable Sun answer to that: http://www.c0t0d0s0.org/archives/5899-Some-perspective-to-this-DIY-storage-server-mentioned-at-Storagemojo.html http://www.c0t0d0s0.org/archives/5906-Thoughts-about-this-DIY-Thumper-and-storage-in-general.html -- pi@... +49 171 3101372 11 years to go ! _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersAlexander Motin wrote:
> Have you tried new CAM-based ATA subsystem present in 8.x by siis(4) > driver? Work is still in progress there, but it should work with port > multipliers much better then previous implementation. Indeed, the siis(4) driver works MUCH better. However, it's still not always detecting every drive if I fill a port multiplier with 5/5 drives. Sometimes it boots up with 4, sometimes with 5. Snippet from the dmesg in my other reply: siisch4: Timeout on slot 25 siisch4: siis_timeout is 00000000 ss 02000000 rs 02000000 es 00000000 sts 80192000 serr 00000000 (aprobe0:siisch4:0:1:0): SIGNATURE: 0000 (aprobe0:siisch4:0:2:0): SIGNATURE: 0000 (aprobe0:siisch4:0:3:0): SIGNATURE: 0000 (aprobe0:siisch4:0:4:0): SIGNATURE: 0000 ada0 at siisch4 bus 0 target 1 lun 0 ada0: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device ada0: 300.000MB/s transfers ada0: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) ada0: Native Command Queueing enabled siisch4 bus 0 target 0 lun 0 is missing here, due to some kind of timeout. The drives are fine and the missing device does not follow a specific physical drive. Lastly, using camcontrol to rescan port multipliers and attached drives only leads to failure. Rescanning everythign simply loses all but one drive attached to each port multiplier. _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersSteve Polyack wrote:
> Alexander Motin wrote: >> Have you tried new CAM-based ATA subsystem present in 8.x by siis(4) >> driver? Work is still in progress there, but it should work with port >> multipliers much better then previous implementation. > > Indeed, the siis(4) driver works MUCH better. However, it's still not > always detecting every drive if I fill a port multiplier with 5/5 > drives. Sometimes it boots up with 4, sometimes with 5. > > Snippet from the dmesg in my other reply: > siisch4: Timeout on slot 25 > siisch4: siis_timeout is 00000000 ss 02000000 rs 02000000 es 00000000 > sts 80192000 serr 00000000 > (aprobe0:siisch4:0:1:0): SIGNATURE: 0000 > (aprobe0:siisch4:0:2:0): SIGNATURE: 0000 > (aprobe0:siisch4:0:3:0): SIGNATURE: 0000 > (aprobe0:siisch4:0:4:0): SIGNATURE: 0000 > ada0 at siisch4 bus 0 target 1 lun 0 > ada0: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device > ada0: 300.000MB/s transfers > ada0: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) > ada0: Native Command Queueing enabled > > siisch4 bus 0 target 0 lun 0 is missing here, due to some kind of > timeout. The drives are fine and the missing device does not follow a > specific physical drive. Lastly, using camcontrol to rescan port > multipliers and attached drives only leads to failure. Rescanning > everythign simply loses all but one drive attached to each port multiplier. As I have said, infrastructure is not finished yet, especially part of recovery from timeout state. That's why probably rescan does not solve situation. From other side, this timeout may be called by some driver issue, as it looks too repeatable. If your conditions permit, you can try to upgrade to recent HEAD to look how will it go with newer code. I am periodically merging my work there from Perforce. Also I am going to generate new test patch for HEAD, which includes reworked PMP support, tomorrow. I will put it to http://people.freebsd.org/~mav/ as usual, so you can test it. -- Alexander Motin _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersAlexander Motin wrote:
> If your conditions permit, you can try to upgrade to recent HEAD to look > how will it go with newer code. I am periodically merging my work there > from Perforce. Also I am going to generate new test patch for HEAD, > which includes reworked PMP support, tomorrow. You can try this patch against today's HEAD: http://people.freebsd.org/~mav/cam-ata.20091022.patch -- Alexander Motin _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
|
|
|
Re: FreeBSD and SATA Port MultipliersSteve Polyack wrote:
> Alexander Motin wrote: >>> If your conditions permit, you can try to upgrade to recent HEAD to look >>> how will it go with newer code. I am periodically merging my work there >>> from Perforce. Also I am going to generate new test patch for HEAD, >>> which includes reworked PMP support, tomorrow. >> >> You can try this patch against today's HEAD: >> http://people.freebsd.org/~mav/cam-ata.20091022.patch >> > I tried the patch this morning against a fresh checkout of HEAD. > Immediately after boot only one device per PM was detected (I have two > hooked up at the moment, 5 drives on one, 1 on the other). However, > about two minutes later all of the drives showed up! > > camcontrol also rescans the entire bus *very* quickly now, and discovers > all changes (new/missing disks and port multipliers). > > Here's some verbose info from /var/log/messages immediately after boot: > Oct 22 10:52:03 lovepod kernel: siisch0: Timeout on slot 27 > Oct 22 10:52:03 lovepod kernel: siisch0: siis_timeout is 00000000 ss > 08000000 rs 08000000 es 00000000 sts 801b2000 serr 00000000 > Oct 22 10:52:03 lovepod kernel: siisch0: ready wait time=1ms > Oct 22 10:52:03 lovepod kernel: siisch0: ready wait time=1ms > Oct 22 10:52:03 lovepod kernel: siisch0: SIIS reset... > Oct 22 10:52:03 lovepod kernel: siisch0: ready wait time=1ms > Oct 22 10:52:03 lovepod kernel: siisch0: hardware reset ... > Oct 22 10:52:03 lovepod kernel: siisch0: SATA connect timeout > status=00000001 > Oct 22 10:52:03 lovepod kernel: siisch0: SIIS reset done: phy reset > found no device > Oct 22 10:52:03 lovepod kernel: (aprobe0:siisch0:0:1:0): Command timed out > Oct 22 10:52:03 lovepod kernel: (aprobe0:siisch0:0:1:0): error 5 > Oct 22 10:52:03 lovepod kernel: (aprobe0:siisch0:0:1:0): Retries Exhausted > Oct 22 10:52:03 lovepod kernel: siisch0: DISCONNECT requested What was before that? Can you send me full verbose boot messages? -- Alexander Motin _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersSteve Polyack wrote:
> Alexander Motin wrote: >>> If your conditions permit, you can try to upgrade to recent HEAD to look >>> how will it go with newer code. I am periodically merging my work there >>> from Perforce. Also I am going to generate new test patch for HEAD, >>> which includes reworked PMP support, tomorrow. >> >> You can try this patch against today's HEAD: >> http://people.freebsd.org/~mav/cam-ata.20091022.patch >> > I tried the patch this morning against a fresh checkout of HEAD. > Immediately after boot only one device per PM was detected (I have two > hooked up at the moment, 5 drives on one, 1 on the other). However, > about two minutes later all of the drives showed up! I've just committed to HEAD new reset sequence for siis. Try please new HEAD with new patch and show me full results. Patch: http://people.freebsd.org/~mav/cam-ata.20091023.patch Thanks. -- Alexander Motin _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersAlexander Motin wrote:
> Steve Polyack wrote: > >> Alexander Motin wrote: >> >>> You can try this patch against today's HEAD: >>> http://people.freebsd.org/~mav/cam-ata.20091022.patch >>> >>> >> I tried the patch this morning against a fresh checkout of HEAD. >> Immediately after boot only one device per PM was detected (I have two >> hooked up at the moment, 5 drives on one, 1 on the other). However, >> about two minutes later all of the drives showed up! >> >> camcontrol also rescans the entire bus *very* quickly now, and discovers >> all changes (new/missing disks and port multipliers). >> >> Here's some verbose info from /var/log/messages immediately after boot: >> Oct 22 10:52:03 lovepod kernel: siisch0: Timeout on slot 27 >> Oct 22 10:52:03 lovepod kernel: siisch0: siis_timeout is 00000000 ss >> 08000000 rs 08000000 es 00000000 sts 801b2000 serr 00000000 >> Oct 22 10:52:03 lovepod kernel: siisch0: ready wait time=1ms >> Oct 22 10:52:03 lovepod kernel: siisch0: ready wait time=1ms >> Oct 22 10:52:03 lovepod kernel: siisch0: SIIS reset... >> Oct 22 10:52:03 lovepod kernel: siisch0: ready wait time=1ms >> Oct 22 10:52:03 lovepod kernel: siisch0: hardware reset ... >> Oct 22 10:52:03 lovepod kernel: siisch0: SATA connect timeout >> status=00000001 >> Oct 22 10:52:03 lovepod kernel: siisch0: SIIS reset done: phy reset >> found no device >> Oct 22 10:52:03 lovepod kernel: (aprobe0:siisch0:0:1:0): Command timed out >> Oct 22 10:52:03 lovepod kernel: (aprobe0:siisch0:0:1:0): error 5 >> Oct 22 10:52:03 lovepod kernel: (aprobe0:siisch0:0:1:0): Retries Exhausted >> Oct 22 10:52:03 lovepod kernel: siisch0: DISCONNECT requested >> > > What was before that? Can you send me full verbose boot messages? > > to try today's head and patch. I'll let you know how it goes. Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.0-CURRENT #2: Thu Oct 22 10:34:44 EDT 2009 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff809e7000. Preloaded /boot/zfs/zpool.cache "/boot/zfs/zpool.cache" at 0xffffffff809e7260. Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2133421704 Hz CPU: Intel(R) Xeon(R) CPU E5506 @ 2.13GHz (2133.42-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x106a5 Stepping = 5 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x9ce3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT> AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM> AMD Features2=0x1<LAHF> TSC: P-state invariant real memory = 4299161600 (4100 MB) Physical memory chunk(s): 0x0000000000001000 - 0x0000000000093fff, 602112 bytes (147 pages) 0x0000000000a16000 - 0x00000000b60fffff, 3043926016 bytes (743146 pages) 0x00000000bf78e000 - 0x00000000bf78ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x000000013ffeffff, 1073676288 bytes (262128 pages) avail memory = 4095377408 (3905 MB) ACPI APIC Table: <061909 APIC1420> INTR: Adding local APIC 18 as a target INTR: Adding local APIC 20 as a target INTR: Adding local APIC 22 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 16 cpu1 (AP): APIC ID: 18 cpu2 (AP): APIC ID: 20 cpu3 (AP): APIC ID: 22 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 APIC: CPU 2 has ACPI ID 3 APIC: CPU 3 has ACPI ID 4 ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 ACPI: RSDP 0xfa710 00024 (v2 ACPIAM) ACPI: XSDT 0xbf790100 0008C (v1 NEC 20090619 MSFT 00000097) ACPI: FACP 0xbf790290 000F4 (v4 061909 FACP1420 20090619 MSFT 00000097) ACPI: DSDT 0xbf790670 05B8F (v2 10006 10006000 00000000 INTL 20051117) ACPI: FACS 0xbf79e000 00040 ACPI: APIC 0xbf790390 000D2 (v2 061909 APIC1420 20090619 MSFT 00000097) ACPI: MCFG 0xbf790470 0003C (v1 061909 OEMMCFG 20090619 MSFT 00000097) ACPI: SLIC 0xbf7904b0 00176 (v1 NEC 20090619 MSFT 00000097) ACPI: ERST 0xbf790630 00040 (v1 061909 WHEA1420 20090619 MSFT 00000097) ACPI: OEMB 0xbf79e040 0007B (v1 061909 OEMB1420 20090619 MSFT 00000097) ACPI: HPET 0xbf79a670 00038 (v1 061909 OEMHPET 20090619 MSFT 00000097) ACPI: DMAR 0xbf79e0c0 00120 (v1 AMI OEMDMAR 00000001 MSFT 00000097) ACPI: SSDT 0xbf79efb0 00363 (v1 DpgPmm CpuPm 00000012 INTL 20051117) ACPI: EINJ 0xbf79a6b0 00130 (v1 AMIER AMI_EINJ 20090619 MSFT 00000097) ACPI: BERT 0xbf79a840 00030 (v1 AMIER AMI_BERT 20090619 MSFT 00000097) ACPI: ERST 0xbf79a870 001B0 (v1 AMIER AMI_ERST 20090619 MSFT 00000097) ACPI: HEST 0xbf79aa20 000A8 (v1 AMIER AMI_HEST 20090619 MSFT 00000097) MADT: Found IO APIC ID 1, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 1 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 <Version 2.0> irqs 0-23 on motherboard cpu0 BSP: ID: 0x10000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x0001000f pcm: 0x00010400 nfslock: pseudo-device kbd: new array size 4 kbd1 at kbdmux0 mem: <memory> null: <null device, zero device> io: <I/O> random: <entropy source, Software, Yarrow> acpi0: <NEC > on motherboard PCIe: Memory Mapped configuration base @ 0xe0000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 16 vector 48 acpi0: [MPSAFE] acpi0: [ITHREAD] ACPI: Executed 1 blocks of module-level executable AML code acpi0: Power Button (fixed) AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.IELK.RXA0 -> bus 0 dev 0 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.PIX0 -> bus 0 dev 31 func 0 ACPI timer: 1/2 1/2 1/1 1/0 1/0 1/2 1/0 1/0 1/1 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 6 7 10 11 12 14 15 Validation 0 11 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 3 4 6 7 10 11 12 14 15 Validation 0 15 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 14 N 0 3 4 6 7 10 11 12 14 15 Validation 0 14 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 6 7 10 11 12 14 15 Validation 0 7 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 6 N 0 3 4 6 7 10 11 12 14 15 Validation 0 6 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x8086 rev: 0x1 num: 3 hz: 14318180 opts: legacy_route 64-bit Timecounter "HPET" frequency 14318180 Hz quality 900 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff iomem 0xfed40000-0xfed44fff on acpi0 pci0: <ACPI PCI bus> on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x3403, revid=0x13 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x3408, revid=0x13 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x340a, revid=0x13 domain=0, bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x340e, revid=0x13 domain=0, bus=0, slot=7, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x3410, revid=0x13 domain=0, bus=0, slot=9, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x342e, revid=0x13 domain=0, bus=0, slot=20, func=0 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3422, revid=0x13 domain=0, bus=0, slot=20, func=1 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3423, revid=0x13 domain=0, bus=0, slot=20, func=2 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3438, revid=0x13 domain=0, bus=0, slot=20, func=3 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3430, revid=0x13 domain=0, bus=0, slot=22, func=0 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacfc000, size 14, enabled pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3431, revid=0x13 domain=0, bus=0, slot=22, func=1 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacf8000, size 14, enabled pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=0x8086, dev=0x3432, revid=0x13 domain=0, bus=0, slot=22, func=2 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacf4000, size 14, enabled pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x3433, revid=0x13 domain=0, bus=0, slot=22, func=3 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacf0000, size 14, enabled pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3429, revid=0x13 domain=0, bus=0, slot=22, func=4 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacec000, size 14, enabled pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x342a, revid=0x13 domain=0, bus=0, slot=22, func=5 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xface8000, size 14, enabled pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=0x8086, dev=0x342b, revid=0x13 domain=0, bus=0, slot=22, func=6 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xface4000, size 14, enabled pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x342c, revid=0x13 domain=0, bus=0, slot=22, func=7 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xface0000, size 14, enabled pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a37, revid=0x00 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[20]: type I/O Port, range 32, base 0xbc00, size 5, enabled pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3a38, revid=0x00 domain=0, bus=0, slot=26, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=7 map[20]: type I/O Port, range 32, base 0xb880, size 5, enabled pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 21 found-> vendor=0x8086, dev=0x3a39, revid=0x00 domain=0, bus=0, slot=26, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=14 map[20]: type I/O Port, range 32, base 0xb800, size 5, enabled pcib0: matched entry for 0.26.INTD pcib0: slot 26 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a3c, revid=0x00 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfacde000, size 10, enabled pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 18 unknown: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfacde000 found-> vendor=0x8086, dev=0x3a3e, revid=0x00 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=6 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfacd8000, size 14, enabled pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 22 found-> vendor=0x8086, dev=0x3a40, revid=0x00 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 17 found-> vendor=0x8086, dev=0x3a48, revid=0x00 domain=0, bus=0, slot=28, func=4 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 17 found-> vendor=0x8086, dev=0x3a4a, revid=0x00 domain=0, bus=0, slot=28, func=5 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTB pcib0: slot 28 INTB hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3a34, revid=0x00 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[20]: type I/O Port, range 32, base 0xb480, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=0x8086, dev=0x3a35, revid=0x00 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=14 map[20]: type I/O Port, range 32, base 0xb400, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a36, revid=0x00 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 map[20]: type I/O Port, range 32, base 0xb080, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x3a3a, revid=0x00 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfacdc000, size 10, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 unknown: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfacdc000 found-> vendor=0x8086, dev=0x244e, revid=0x90 domain=0, bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3a16, revid=0x00 domain=0, bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3a22, revid=0x00 domain=0, bus=0, slot=31, func=2 class=01-06-01, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=14 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0xb000, size 3, enabled map[14]: type I/O Port, range 32, base 0xac00, size 2, enabled map[18]: type I/O Port, range 32, base 0xa880, size 3, enabled map[1c]: type I/O Port, range 32, base 0xa800, size 2, enabled map[20]: type I/O Port, range 32, base 0xa480, size 5, enabled map[24]: type Memory, range 32, base 0xfacd2000, size 11, enabled pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a30, revid=0x00 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 map[10]: type Memory, range 64, base 0xfacd0000, size 8, enabled map[20]: type I/O Port, range 32, base 0x400, size 5, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x0-0x0 pcib1: no prefetched decode pci1: <ACPI PCI bus> on pcib1 pci1: domain=0, physical bus=1 pcib2: <ACPI PCI-PCI bridge> at device 3.0 on pci0 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0x0-0x0 pcib2: no prefetched decode pci2: <ACPI PCI bus> on pcib2 pci2: domain=0, physical bus=2 pcib3: <ACPI PCI-PCI bridge> at device 7.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 4 pcib3: I/O decode 0xc000-0xcfff pcib3: memory decode 0xfad00000-0xfadfffff pcib3: no prefetched decode pci3: <ACPI PCI bus> on pcib3 pci3: domain=0, physical bus=3 found-> vendor=0x12d8, dev=0xe111, revid=0x02 domain=0, bus=3, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 pcib4: <PCI-PCI bridge> irq 16 at device 0.0 on pci3 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0xc000-0xcfff pcib4: memory decode 0xfad00000-0xfadfffff pcib4: no prefetched decode pci4: <PCI bus> on pcib4 pci4: domain=0, physical bus=4 found-> vendor=0x1095, dev=0x3124, revid=0x01 domain=0, bus=4, slot=4, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x01df, statreg=0x02b0, cachelnsz=64 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfadfe000, size 7, enabled pcib4: requested memory range 0xfadfe000-0xfadfe07f: good pcib3: requested memory range 0xfadfe000-0xfadfe07f: good map[18]: type Memory, range 64, base 0xfadf0000, size 15, enabled pcib4: requested memory range 0xfadf0000-0xfadf7fff: good pcib3: requested memory range 0xfadf0000-0xfadf7fff: good map[20]: type I/O Port, range 32, base 0xcc00, size 4, enabled pcib4: requested I/O range 0xcc00-0xcc0f: in range pcib3: requested I/O range 0xcc00-0xcc0f: in range pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 pcib4: slot 4 INTA is routed to irq 16 siis0: <SiI3124 SATA2 controller> port 0xcc00-0xcc0f mem 0xfadfe000-0xfadfe07f,0xfadf0000-0xfadf7fff irq 16 at device 4.0 on pci4 siis0: Reserved 0x80 bytes for rid 0x10 type 3 at 0xfadfe000 siis0: Reserved 0x8000 bytes for rid 0x18 type 3 at 0xfadf0000 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 16 vector 49 siis0: [MPSAFE] siis0: [ITHREAD] siisch0: <SIIS channel> at channel 0 on siis0 siisch0: [MPSAFE] siisch0: [ITHREAD] siisch1: <SIIS channel> at channel 1 on siis0 siisch1: [MPSAFE] siisch1: [ITHREAD] siisch2: <SIIS channel> at channel 2 on siis0 siisch2: [MPSAFE] siisch2: [ITHREAD] siisch3: <SIIS channel> at channel 3 on siis0 siisch3: [MPSAFE] siisch3: [ITHREAD] pcib5: <ACPI PCI-PCI bridge> at device 9.0 on pci0 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: I/O decode 0x0-0x0 pcib5: no prefetched decode pci5: <ACPI PCI bus> on pcib5 pci5: domain=0, physical bus=5 pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.3 (no driver attached) pci0: <base peripheral> at device 22.0 (no driver attached) pci0: <base peripheral> at device 22.1 (no driver attached) pci0: <base peripheral> at device 22.2 (no driver attached) pci0: <base peripheral> at device 22.3 (no driver attached) pci0: <base peripheral> at device 22.4 (no driver attached) pci0: <base peripheral> at device 22.5 (no driver attached) pci0: <base peripheral> at device 22.6 (no driver attached) pci0: <base peripheral> at device 22.7 (no driver attached) uhci0: <UHCI (generic) USB controller> port 0xbc00-0xbc1f irq 16 at device 26.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbc00 uhci0: [MPSAFE] uhci0: [ITHREAD] uhci0: LegSup = 0x2f00 usbus0: <UHCI (generic) USB controller> on uhci0 uhci1: <UHCI (generic) USB controller> port 0xb880-0xb89f irq 21 at device 26.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb880 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 16 vector 50 uhci1: [MPSAFE] uhci1: [ITHREAD] uhci1: LegSup = 0x2f00 usbus1: <UHCI (generic) USB controller> on uhci1 uhci2: <UHCI (generic) USB controller> port 0xb800-0xb81f irq 19 at device 26.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb800 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 16 vector 51 uhci2: [MPSAFE] uhci2: [ITHREAD] uhci2: LegSup = 0x2f00 usbus2: <UHCI (generic) USB controller> on uhci2 ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfacde000-0xfacde3ff irq 18 at device 26.7 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 16 vector 52 ehci0: [MPSAFE] ehci0: [ITHREAD] usbus3: EHCI version 1.0 usbus3: <EHCI (generic) USB 2.0 controller> on ehci0 pci0: <multimedia, HDA> at device 27.0 (no driver attached) pcib6: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: I/O decode 0x0-0x0 pcib6: no prefetched decode pci6: <ACPI PCI bus> on pcib6 pci6: domain=0, physical bus=6 pcib7: <ACPI PCI-PCI bridge> irq 17 at device 28.4 on pci0 pcib7: domain 0 pcib7: secondary bus 7 pcib7: subordinate bus 7 pcib7: I/O decode 0xd000-0xdfff pcib7: memory decode 0xfae00000-0xfaefffff pcib7: no prefetched decode pci7: <ACPI PCI bus> on pcib7 pci7: domain=0, physical bus=7 found-> vendor=0x8086, dev=0x10d3, revid=0x00 domain=0, bus=7, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfaee0000, size 17, enabled pcib7: requested memory range 0xfaee0000-0xfaefffff: good map[18]: type I/O Port, range 32, base 0xdc00, size 5, enabled pcib7: requested I/O range 0xdc00-0xdc1f: in range map[1c]: type Memory, range 32, base 0xfaedc000, size 14, enabled pcib7: requested memory range 0xfaedc000-0xfaedffff: good pcib7: matched entry for 7.0.INTA pcib7: slot 0 INTA hardwired to IRQ 16 em0: <Intel(R) PRO/1000 Network Connection 6.9.14> port 0xdc00-0xdc1f mem 0xfaee0000-0xfaefffff,0xfaedc000-0xfaedffff irq 16 at device 0.0 on pci7 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfaee0000 em0: Reserved 0x4000 bytes for rid 0x1c type 3 at 0xfaedc000 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 256 to local APIC 16 vector 53 msi: routing MSI-X IRQ 257 to local APIC 16 vector 54 msi: routing MSI-X IRQ 258 to local APIC 16 vector 55 em0: using IRQs 256-258 for MSI-X em0: Using MSIX interrupts em0: [MPSAFE] em0: [ITHREAD] em0: [MPSAFE] em0: [ITHREAD] em0: [MPSAFE] em0: [ITHREAD] em0: bpf attached em0: Ethernet address: 00:30:48:db:7d:9e pcib8: <ACPI PCI-PCI bridge> irq 16 at device 28.5 on pci0 pcib8: domain 0 pcib8: secondary bus 8 pcib8: subordinate bus 8 pcib8: I/O decode 0xe000-0xefff pcib8: memory decode 0xfaf00000-0xfaffffff pcib8: no prefetched decode pci8: <ACPI PCI bus> on pcib8 pci8: domain=0, physical bus=8 found-> vendor=0x8086, dev=0x10d3, revid=0x00 domain=0, bus=8, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfafe0000, size 17, enabled pcib8: requested memory range 0xfafe0000-0xfaffffff: good map[18]: type I/O Port, range 32, base 0xec00, size 5, enabled pcib8: requested I/O range 0xec00-0xec1f: in range map[1c]: type Memory, range 32, base 0xfafdc000, size 14, enabled pcib8: requested memory range 0xfafdc000-0xfafdffff: good pcib8: matched entry for 8.0.INTA pcib8: slot 0 INTA hardwired to IRQ 17 em1: <Intel(R) PRO/1000 Network Connection 6.9.14> port 0xec00-0xec1f mem 0xfafe0000-0xfaffffff,0xfafdc000-0xfafdffff irq 17 at device 0.0 on pci8 em1: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfafe0000 em1: Reserved 0x4000 bytes for rid 0x1c type 3 at 0xfafdc000 em1: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 16 vector 56 msi: routing MSI-X IRQ 260 to local APIC 16 vector 57 msi: routing MSI-X IRQ 261 to local APIC 16 vector 58 em1: using IRQs 259-261 for MSI-X em1: Using MSIX interrupts em1: [MPSAFE] em1: [ITHREAD] em1: [MPSAFE] em1: [ITHREAD] em1: [MPSAFE] em1: [ITHREAD] em1: bpf attached em1: Ethernet address: 00:30:48:db:7d:9f uhci3: <UHCI (generic) USB controller> port 0xb480-0xb49f irq 23 at device 29.0 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb480 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 16 vector 59 uhci3: [MPSAFE] uhci3: [ITHREAD] uhci3: LegSup = 0x3f00 usbus4: <UHCI (generic) USB controller> on uhci3 uhci4: <UHCI (generic) USB controller> port 0xb400-0xb41f irq 19 at device 29.1 on pci0 uhci4: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb400 uhci4: [MPSAFE] uhci4: [ITHREAD] uhci4: LegSup = 0x2f00 usbus5: <UHCI (generic) USB controller> on uhci4 uhci5: <UHCI (generic) USB controller> port 0xb080-0xb09f irq 18 at device 29.2 on pci0 uhci5: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb080 uhci5: [MPSAFE] uhci5: [ITHREAD] uhci5: LegSup = 0x2f00 usbus6: <UHCI (generic) USB controller> on uhci5 ehci1: <EHCI (generic) USB 2.0 controller> mem 0xfacdc000-0xfacdc3ff irq 23 at device 29.7 on pci0 ehci1: [MPSAFE] ehci1: [ITHREAD] usbus7: EHCI version 1.0 usbus7: <EHCI (generic) USB 2.0 controller> on ehci1 pcib9: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pcib9: domain 0 pcib9: secondary bus 9 pcib9: subordinate bus 9 pcib9: I/O decode 0xf000-0xfff pcib9: memory decode 0xfb000000-0xfbefffff pcib9: prefetched decode 0xf9000000-0xf9ffffff pcib9: Subtractively decoded bridge. pci9: <ACPI PCI bus> on pcib9 pci9: domain=0, physical bus=9 found-> vendor=0x102b, dev=0x0532, revid=0x0a domain=0, bus=9, slot=1, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=64 (dwords) lattimer=0x40 (1920 ns), mingnt=0x10 (4000 ns), maxlat=0x20 (8000 ns) intpin=a, irq=15 powerspec 1 supports D0 D3 current D0 map[10]: type Prefetchable Memory, range 32, base 0xf9000000, size 24, enabled pcib9: requested memory range 0xf9000000-0xf9ffffff: good map[14]: type Memory, range 32, base 0xfbefc000, size 14, enabled pcib9: requested memory range 0xfbefc000-0xfbefffff: good map[18]: type Memory, range 32, base 0xfb000000, size 23, enabled pcib9: requested memory range 0xfb000000-0xfb7fffff: good pcib9: matched entry for 9.1.INTA pcib9: slot 1 INTA hardwired to IRQ 18 vgapci0: <VGA-compatible display> mem 0xf9000000-0xf9ffffff,0xfbefc000-0xfbefffff,0xfb000000-0xfb7fffff irq 18 at device 1.0 on pci9 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 ahci0: <AHCI controller> port 0xb000-0xb007,0xac00-0xac03,0xa880-0xa887,0xa800-0xa803,0xa480-0xa49f mem 0xfacd2000-0xfacd27ff irq 19 at device 31.2 on pci0 ahci0: Reserved 0x800 bytes for rid 0x24 type 3 at 0xfacd2000 ahci0: attempting to allocate 1 MSI vectors (16 supported) msi: routing MSI IRQ 262 to local APIC 16 vector 64 ahci0: using IRQ 262 for MSI ahci0: [MPSAFE] ahci0: [ITHREAD] ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM eSATA 6ports ahci0: Caps2: ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: [MPSAFE] ahcich0: [ITHREAD] ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich1: [MPSAFE] ahcich1: [ITHREAD] ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich2: [MPSAFE] ahcich2: [ITHREAD] ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich3: [MPSAFE] ahcich3: [ITHREAD] ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich4: [MPSAFE] ahcich4: [ITHREAD] ahcich5: <AHCI channel> at channel 5 on ahci0 ahcich5: [MPSAFE] ahcich5: [ITHREAD] pci0: <serial bus, SMBus> at device 31.3 (no driver attached) acpi_button0: <Power Button> on acpi0 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us) atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) Calling int 0x15 (ax=0xc000 bx=0x0000 cx=0x0000 dx=0x0000 es=0x0000 di=0x0000) Exiting int 0x15 (ax=0x0000 bx=0xe712 cx=0x0000 dx=0x0000 es=0xf000 di=0x0000) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 16 vector 60 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 16 vector 61 uart0: [FILTER] uart0: fast interrupt uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 16 vector 62 uart1: [FILTER] uart1: fast interrupt cpu0: <ACPI CPU> on acpi0 ACPI Warning: Incorrect checksum in table [OEMB] - 6E, should be 6B (20091013/tbutils-354) ACPI: SSDT 0xbf79e1e0 008F0 (v1 DpgPmm P001Ist 00000011 INTL 20051117) ACPI: SSDT 0xbf79ead0 004D5 (v1 PmRef P001Cst 00003001 INTL 20051117) est0: <Enhanced SpeedStep Frequency Control> on cpu0 est0: Invalid id16 (set, cur) = (15, 16) est0: Invalid freq 2000, ignored. est0: Invalid id16 (set, cur) = (14, 16) est0: Invalid freq 1867, ignored. est0: Invalid id16 (set, cur) = (13, 16) est0: Invalid freq 1733, ignored. est0: Invalid id16 (set, cur) = (12, 16) est0: Invalid freq 1600, ignored. p4tcc0: <CPU Frequency Thermal Control> on cpu0 cpu1: <ACPI CPU> on acpi0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 est1: Invalid id16 (set, cur) = (15, 16) est1: Invalid freq 2000, ignored. est1: Invalid id16 (set, cur) = (14, 16) est1: Invalid freq 1867, ignored. est1: Invalid id16 (set, cur) = (13, 16) est1: Invalid freq 1733, ignored. est1: Invalid id16 (set, cur) = (12, 16) est1: Invalid freq 1600, ignored. p4tcc1: <CPU Frequency Thermal Control> on cpu1 cpu2: <ACPI CPU> on acpi0 est2: <Enhanced SpeedStep Frequency Control> on cpu2 est2: Invalid id16 (set, cur) = (15, 16) est2: Invalid freq 2000, ignored. est2: Invalid id16 (set, cur) = (14, 16) est2: Invalid freq 1867, ignored. est2: Invalid id16 (set, cur) = (13, 16) est2: Invalid freq 1733, ignored. est2: Invalid id16 (set, cur) = (12, 16) est2: Invalid freq 1600, ignored. p4tcc2: <CPU Frequency Thermal Control> on cpu2 cpu3: <ACPI CPU> on acpi0 est3: <Enhanced SpeedStep Frequency Control> on cpu3 est3: Invalid id16 (set, cur) = (15, 16) est3: Invalid freq 2000, ignored. est3: Invalid id16 (set, cur) = (14, 16) est3: Invalid freq 1867, ignored. est3: Invalid id16 (set, cur) = (13, 16) est3: Invalid freq 1733, ignored. est3: Invalid id16 (set, cur) = (12, 16) est3: Invalid freq 1600, ignored. p4tcc3: <CPU Frequency Thermal Control> on cpu3 acpi0: wakeup code va 0xffffff8077774000 pa 0x4000 isa_probe_children: disabling PnP devices ipmi0: <IPMI System Interface> on isa0 ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa atkbdc: atkbdc0 already exists; skipping it atrtc: atrtc0 already exists; skipping it sc: sc0 already exists; skipping it uart: uart0 already exists; skipping it uart: uart1 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: <ISA Option ROM> at iomem 0xc0000-0xc7fff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 ppc0 failed to probe at irq 7 on isa0 isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 257519 -> 100000 procfs registered lapic: Divisor 2, Frequency 66669427 hz Timecounter "TSC" frequency 2133421704 Hz quality -100 Timecounters tick every 1.000 msec lo0: bpf attachedsiisch0: CONNECT requested siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 siisch2: CONNECT requested siisch2: SIIS reset... siisch2: ready wait time=1ms siisch2: hardware reset ... siisch2: SATA connect time=0ms status=00000123 siisch2: ready wait time=0ms siisch2: SIIS reset done: devices=00000001 Waiting 15 seconds for SCSI devices to settle siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 siisch1: SIIS reset... siisch1: ready wait time=1ms siisch1: hardware reset ... siisch1: SATA connect timeout status=00000000 siisch1: SIIS reset done: phy reset found no device siisch2: SIIS reset... siisch2: ready wait time=1ms siisch2: hardware reset ... siisch2: SATA connect time=0ms status=00000123 siisch2: ready wait time=0ms siisch2: SIIS reset done: devices=00000001 siisch3: SIIS reset... siisch3: ready wait time=1ms siisch3: hardware reset ... siisch3: SATA connect timeout status=00000000 siisch3: SIIS reset done: phy reset found no device ahcich0: AHCI reset... ahcich0: hardware reset ... ahcich0: SATA connect timeout status=00000000 ahcich0: AHCI reset done: phy reset found no device ahcich1: AHCI reset... ahcich1: hardware reset ... ahcich1: SATA connect time=0ms status=00000123 ahcich1: ready wait time=4ms ahcich1: AHCI reset done: device found ahcich2: AHCI reset... ahcich2: hardware reset ... ahcich2: SATA connect timeout status=00000000 ahcich2: AHCI reset done: phy reset found no device ahcich3: AHCI reset... ahcich3: hardware reset ... ahcich3: SATA connect timeout status=00000000 ahcich3: AHCI reset done: phy reset found no device ahcich4: AHCI reset... ahcich4: hardware reset ... ahcich4: SATA connect timeout status=00000000 ahcich4: AHCI reset done: phy reset found no device ahcich5: AHCI reset... ahcich5: hardware reset ... ahcich5: SATA connect timeout status=00000000 ahcich5: AHCI reset done: phy reset found no device usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ipmi0: IPMI device rev. 1, firmware rev. 1.2, version 2.0 ipmi0: Number of channels 0 ipmi0: Attached watchdog ugen0.1: <Intel> at usbus0 uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen1.1: <Intel> at usbus1 uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 ugen2.1: <Intel> at usbus2 uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen3.1: <Intel> at usbus3 uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 ugen4.1: <Intel> at usbus4 uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 ugen5.1: <Intel> at usbus5 uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 ugen6.1: <Intel> at usbus6 uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6 ugen7.1: <Intel> at usbus7 uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered uhub3: 6 ports with 6 removable, self powered uhub7: 6 ports with 6 removable, self powered ugen1.2: <Winbond Electronics Corp> at usbus1 ums0: <Winbond Electronics Corp Hermon USB hidmouse Device, class 0/0, rev 1.10/0.01, addr 2> on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=0 ukbd0: <Winbond Electronics Corp Hermon USB hidmouse Device, class 0/0, rev 1.10/0.01, addr 2> on usbus1 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 (aprobe0:siisch0:0:15:0): SIGNATURE: 9669 PM Product ID: 37261095 PM Revision: 00001706 (aprobe2:siisch2:0:15:0): SIGNATURE: 9669 PM Product ID: 37261095 PM Revision: 00001706 (aprobe5:ahcich1:0:0:0): SIGNATURE: 0000 pmp0 at siisch0 bus 0 scbus0 target 15 lun 0 pmp0: <Port Multiplier 37261095 1706> ATA/ATAPI-0 device pmp0: 300.000MB/s transfers PM ports: 5 PM RESET 0 PM RESET 1 PM RESET 2 siisch0: SNTF 0x0000 siisch0: SNTF 0x0000 PM RESET 3 PM RESET 4 siisch0: SNTF 0x0000 siisch0: SNTF 0x0000 PM reset done pmp1 at siisch2 bus 0 scbus2 target 15 lun 0 pmp1: <Port Multiplier 37261095 1706> ATA/ATAPI-0PM connect done devicePM status: 0 - 00000123 pmp1: 300.000MB/s transfersPM status: 1 - 00000123 PM status: 2 - 00000123 PM status: 3 - 00000123 PM ports: 5 PM status: 4 - 00000123 PM RESET 0 PM RESET 1 PM RESET 2 PM RESET 3 PM RESET 4 PM reset done ada0 at PM connect done GEOM: new disk ada0PM status: 0 - 00000123 ahcich1 bus 0 scbus5 target 0 lun 0 ada0: <ST3320418AS CC35> ATA/ATAPI-8 SATA 2.x device ada0: Serial Number 9VM1RYE5 ada0: 300.000MB/s transfers ada0: 305245MB (625142448 512 byte sectors: 16H 63S/T 16383C) ada0: Native Command Queueing enabled pass0 at siisch0 bus 0 scbus0 target 15 lun 0 pass0: <Port Multiplier 37261095 1706> ATA/ATAPI-0 device pass0: 30GEOM: ada0s1: geometry does not match label (255h,63s != 16h,63s). 0.000MB/s transfersPM status: 1 - 00000000 PM status: 2 - 00000000 PM status: 3 - 00000000 PM status: 4 - 00000000 pass1 at siisch2 bus 0 scbus2 target 15 lun 0 pass1: <Port Multiplier 37261095 1706> ATA/ATAPI-0 device pass1: 300.000MB/s transfers pass2 at ahcich1 bus 0 scbus5 target 0 lun 0 pass2: <ST3320418AS CC35> ATA/ATAPI-8 SATA 2.x device pass2: Serial Number 9VM1RYE5 pass2: 300.000MB/s transfers ATA PseudoRAID loaded SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x12000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x14000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x16000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 18 vector 48 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 20 vector 48 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 22 vector 48 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 18 vector 49 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 20 vector 49 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 22 vector 49 msi: Assigning MSI-X IRQ 256 to local APIC 18 vector 50 msi: Assigning MSI-X IRQ 257 to local APIC 20 vector 50 msi: Assigning MSI-X IRQ 258 to local APIC 22 vector 50 msi: Assigning MSI-X IRQ 260 to local APIC 18 vector 51 msi: Assigning MSI-X IRQ 261 to local APIC 20 vector 51 msi: Assigning MSI IRQ 262 to local APIC 22 vector 51 (aprobe1:siisch2:0:0:0): SIGNATURE: 0000 pass3 at siisch2 bus 0 scbus2 target 0 lun 0 pass3: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device pass3: Serial Number 9VS2FGFN pass3: 300.000MB/s transfers ada1 at siisch2 bus 0 scbus2 target 0 lun 0 ada1: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device ada1: Serial Number 9VS2FGFN ada1: 300.000MB/s transfers ada1: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) ada1: Native Command Queueing enabled GEOM: new disk ada1 Trying to mount root from ufs:/dev/label/OS/rootfs ct_to_ts([2009-10-26 09:41:15]) = 1256550075.000000000 start_init: trying /sbin/init em0: Link is up 1000 Mbps Full Duplex em0: link state changed to UP siisch0: Timeout on slot 26 siisch0: siis_timeout is 00000000 ss 04000000 rs 04000000 es 00000000 sts 801a2000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 (aprobe0:siisch0:0:0:0): Command timed out (aprobe0:siisch0:0:0:0): error 5 (aprobe0:siisch0:0:0:0): Retries Exhausted siisch0: Timeout on slot 27 siisch0: siis_timeout is 00000000 ss 08000000 rs 08000000 es 00000000 sts 801b2000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect timeout status=00000001 siisch0: SIIS reset done: phy reset found no device (aprobe0:siisch0:0:1:0): Command timed out (aprobe0:siisch0:0:1:0): error 5 (aprobe0:siisch0:0:1:0): Retries Exhausted siisch0: DISCONNECT requested siisch0: CONNECT requested siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 siisch0: Timeout on slot 28 siisch0: siis_timeout is 00000000 ss 10000000 rs 10000000 es 00000000 sts 801c2000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect timeout status=00000001 siisch0: SIIS reset done: phy reset found no device (aprobe0:siisch0:0:2:0): Command timed out (aprobe0:siisch0:0:2:0): error 5 (aprobe0:siisch0:0:2:0): Retries Exhausted siisch0: DISCONNECT requested siisch0: CONNECT requested siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 siisch0: Timeout on slot 29 siisch0: siis_timeout is 00000000 ss 20000000 rs 20000000 es 00000000 sts 801d2000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect timeout status=00000001 siisch0: SIIS reset done: phy reset found no device (aprobe0:siisch0:0:3:0): Command timed out (aprobe0:siisch0:0:3:0): error 5 (aprobe0:siisch0:0:3:0): Retries Exhausted siisch0: DISCONNECT requested siisch0: CONNECT requested siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 siisch0: Timeout on slot 30 siisch0: siis_timeout is 00000000 ss 40000000 rs 40000000 es 00000000 sts 801e2000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect timeout status=00000001 siisch0: SIIS reset done: phy reset found no device (aprobe0:siisch0:0:4:0): Command timed out (aprobe0:siisch0:0:4:0): error 5 (aprobe0:siisch0:0:4:0): Retries Exhausted siisch0: DISCONNECT requested siisch0: CONNECT requested siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 PMP freeze: 0 PMP freeze: 1 PMP freeze: 2 PMP freeze: 3 PMP freeze: 4 siisch0: Timeout on slot 0 siisch0: siis_timeout is 00000000 ss 00000001 rs 00000001 es 00000000 sts 80002000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 (pmp0:siisch0:0:15:0): Command timed out (pmp0:siisch0:0:15:0): Retrying Command siisch0: Timeout on slot 1 siisch0: siis_timeout is 00000000 ss 00000002 rs 00000002 es 00000000 sts 80012000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: hardware reset ... siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 (pmp0:siisch0:0:15:0): Command timed out (pmp0:siisch0:0:15:0): error 5 (pmp0:siisch0:0:15:0): Retries Exhausted PMP release: 0 PMP release: 1 PMP release: 2 PMP release: 3 PMP release: 4 _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersSteve Polyack wrote:
> I'm about to try today's head and patch. I'll let you know how it goes. Ok. Just to be sure it is not cabling issue (I have seen such), try also limit port speed to 1.5Gbps by adding to loader.conf: hint.siisch.0.sata_rev=1 hint.siisch.1.sata_rev=1 hint.siisch.2.sata_rev=1 hint.siisch.3.sata_rev=1 -- Alexander Motin _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersAlexander Motin wrote:
> Steve Polyack wrote: > >> I'm about to try today's head and patch. I'll let you know how it goes. >> > > Ok. Just to be sure it is not cabling issue (I have seen such), try also > limit port speed to 1.5Gbps by adding to loader.conf: > hint.siisch.0.sata_rev=1 > hint.siisch.1.sata_rev=1 > hint.siisch.2.sata_rev=1 > hint.siisch.3.sata_rev=1 > > operation didn't change anything. Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.0-CURRENT #4: Mon Oct 26 10:01:55 EDT 2009 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff809e7000. Preloaded /boot/zfs/zpool.cache "/boot/zfs/zpool.cache" at 0xffffffff809e7260. Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2133419836 Hz CPU: Intel(R) Xeon(R) CPU E5506 @ 2.13GHz (2133.42-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x106a5 Stepping = 5 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x9ce3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT> AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM> AMD Features2=0x1<LAHF> TSC: P-state invariant real memory = 4299161600 (4100 MB) Physical memory chunk(s): 0x0000000000001000 - 0x0000000000093fff, 602112 bytes (147 pages) 0x0000000000a16000 - 0x00000000b60fffff, 3043926016 bytes (743146 pages) 0x00000000bf78e000 - 0x00000000bf78ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x000000013ffeffff, 1073676288 bytes (262128 pages) avail memory = 4095377408 (3905 MB) ACPI APIC Table: <061909 APIC1420> INTR: Adding local APIC 18 as a target INTR: Adding local APIC 20 as a target INTR: Adding local APIC 22 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 16 cpu1 (AP): APIC ID: 18 cpu2 (AP): APIC ID: 20 cpu3 (AP): APIC ID: 22 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 APIC: CPU 2 has ACPI ID 3 APIC: CPU 3 has ACPI ID 4 ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 ACPI: RSDP 0xfa710 00024 (v2 ACPIAM) ACPI: XSDT 0xbf790100 0008C (v1 NEC 20090619 MSFT 00000097) ACPI: FACP 0xbf790290 000F4 (v4 061909 FACP1420 20090619 MSFT 00000097) ACPI: DSDT 0xbf790670 05B8F (v2 10006 10006000 00000000 INTL 20051117) ACPI: FACS 0xbf79e000 00040 ACPI: APIC 0xbf790390 000D2 (v2 061909 APIC1420 20090619 MSFT 00000097) ACPI: MCFG 0xbf790470 0003C (v1 061909 OEMMCFG 20090619 MSFT 00000097) ACPI: SLIC 0xbf7904b0 00176 (v1 NEC 20090619 MSFT 00000097) ACPI: ERST 0xbf790630 00040 (v1 061909 WHEA1420 20090619 MSFT 00000097) ACPI: OEMB 0xbf79e040 0007B (v1 061909 OEMB1420 20090619 MSFT 00000097) ACPI: HPET 0xbf79a670 00038 (v1 061909 OEMHPET 20090619 MSFT 00000097) ACPI: DMAR 0xbf79e0c0 00120 (v1 AMI OEMDMAR 00000001 MSFT 00000097) ACPI: SSDT 0xbf79efb0 00363 (v1 DpgPmm CpuPm 00000012 INTL 20051117) ACPI: EINJ 0xbf79a6b0 00130 (v1 AMIER AMI_EINJ 20090619 MSFT 00000097) ACPI: BERT 0xbf79a840 00030 (v1 AMIER AMI_BERT 20090619 MSFT 00000097) ACPI: ERST 0xbf79a870 001B0 (v1 AMIER AMI_ERST 20090619 MSFT 00000097) ACPI: HEST 0xbf79aa20 000A8 (v1 AMIER AMI_HEST 20090619 MSFT 00000097) MADT: Found IO APIC ID 1, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 1 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 <Version 2.0> irqs 0-23 on motherboard cpu0 BSP: ID: 0x10000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x0001000f pcm: 0x00010400 nfslock: pseudo-device kbd: new array size 4 kbd1 at kbdmux0 mem: <memory> null: <null device, zero device> io: <I/O> random: <entropy source, Software, Yarrow> acpi0: <NEC > on motherboard PCIe: Memory Mapped configuration base @ 0xe0000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 16 vector 48 acpi0: [MPSAFE] acpi0: [ITHREAD] ACPI: Executed 1 blocks of module-level executable AML code acpi0: Power Button (fixed) AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.IELK.RXA0 -> bus 0 dev 0 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.PIX0 -> bus 0 dev 31 func 0 ACPI timer: 1/1 1/0 1/0 1/2 0/459 1/2 1/0 1/0 1/0 1/0 -> 9 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 6 7 10 11 12 14 15 Validation 0 11 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 3 4 6 7 10 11 12 14 15 Validation 0 15 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 14 N 0 3 4 6 7 10 11 12 14 15 Validation 0 14 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 6 7 10 11 12 14 15 Validation 0 7 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 6 N 0 3 4 6 7 10 11 12 14 15 Validation 0 6 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x8086 rev: 0x1 num: 3 hz: 14318180 opts: legacy_route 64-bit Timecounter "HPET" frequency 14318180 Hz quality 900 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff iomem 0xfed40000-0xfed44fff on acpi0 pci0: <ACPI PCI bus> on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x3403, revid=0x13 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x3408, revid=0x13 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x340a, revid=0x13 domain=0, bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x340e, revid=0x13 domain=0, bus=0, slot=7, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x3410, revid=0x13 domain=0, bus=0, slot=9, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=0x8086, dev=0x342e, revid=0x13 domain=0, bus=0, slot=20, func=0 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3422, revid=0x13 domain=0, bus=0, slot=20, func=1 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3423, revid=0x13 domain=0, bus=0, slot=20, func=2 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3438, revid=0x13 domain=0, bus=0, slot=20, func=3 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3430, revid=0x13 domain=0, bus=0, slot=22, func=0 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacfc000, size 14, enabled pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3431, revid=0x13 domain=0, bus=0, slot=22, func=1 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacf8000, size 14, enabled pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=0x8086, dev=0x3432, revid=0x13 domain=0, bus=0, slot=22, func=2 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacf4000, size 14, enabled pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x3433, revid=0x13 domain=0, bus=0, slot=22, func=3 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacf0000, size 14, enabled pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3429, revid=0x13 domain=0, bus=0, slot=22, func=4 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfacec000, size 14, enabled pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x342a, revid=0x13 domain=0, bus=0, slot=22, func=5 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xface8000, size 14, enabled pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=0x8086, dev=0x342b, revid=0x13 domain=0, bus=0, slot=22, func=6 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xface4000, size 14, enabled pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x342c, revid=0x13 domain=0, bus=0, slot=22, func=7 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xface0000, size 14, enabled pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a37, revid=0x00 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[20]: type I/O Port, range 32, base 0xbc00, size 5, enabled pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3a38, revid=0x00 domain=0, bus=0, slot=26, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=7 map[20]: type I/O Port, range 32, base 0xb880, size 5, enabled pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 21 found-> vendor=0x8086, dev=0x3a39, revid=0x00 domain=0, bus=0, slot=26, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=14 map[20]: type I/O Port, range 32, base 0xb800, size 5, enabled pcib0: matched entry for 0.26.INTD pcib0: slot 26 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a3c, revid=0x00 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfacde000, size 10, enabled pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 18 unknown: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfacde000 found-> vendor=0x8086, dev=0x3a3e, revid=0x00 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=6 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfacd8000, size 14, enabled pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 22 found-> vendor=0x8086, dev=0x3a40, revid=0x00 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0104, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 17 found-> vendor=0x8086, dev=0x3a48, revid=0x00 domain=0, bus=0, slot=28, func=4 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 17 found-> vendor=0x8086, dev=0x3a4a, revid=0x00 domain=0, bus=0, slot=28, func=5 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTB pcib0: slot 28 INTB hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3a34, revid=0x00 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[20]: type I/O Port, range 32, base 0xb480, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=0x8086, dev=0x3a35, revid=0x00 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=14 map[20]: type I/O Port, range 32, base 0xb400, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a36, revid=0x00 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 map[20]: type I/O Port, range 32, base 0xb080, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x3a3a, revid=0x00 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfacdc000, size 10, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 unknown: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfacdc000 found-> vendor=0x8086, dev=0x244e, revid=0x90 domain=0, bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3a16, revid=0x00 domain=0, bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3a22, revid=0x00 domain=0, bus=0, slot=31, func=2 class=01-06-01, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=14 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0xb000, size 3, enabled map[14]: type I/O Port, range 32, base 0xac00, size 2, enabled map[18]: type I/O Port, range 32, base 0xa880, size 3, enabled map[1c]: type I/O Port, range 32, base 0xa800, size 2, enabled map[20]: type I/O Port, range 32, base 0xa480, size 5, enabled map[24]: type Memory, range 32, base 0xfacd2000, size 11, enabled pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x3a30, revid=0x00 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=15 map[10]: type Memory, range 64, base 0xfacd0000, size 8, enabled map[20]: type I/O Port, range 32, base 0x400, size 5, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x0-0x0 pcib1: no prefetched decode pci1: <ACPI PCI bus> on pcib1 pci1: domain=0, physical bus=1 pcib2: <ACPI PCI-PCI bridge> at device 3.0 on pci0 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0x0-0x0 pcib2: no prefetched decode pci2: <ACPI PCI bus> on pcib2 pci2: domain=0, physical bus=2 pcib3: <ACPI PCI-PCI bridge> at device 7.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 4 pcib3: I/O decode 0xc000-0xcfff pcib3: memory decode 0xfad00000-0xfadfffff pcib3: no prefetched decode pci3: <ACPI PCI bus> on pcib3 pci3: domain=0, physical bus=3 found-> vendor=0x12d8, dev=0xe111, revid=0x02 domain=0, bus=3, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 pcib4: <PCI-PCI bridge> irq 16 at device 0.0 on pci3 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0xc000-0xcfff pcib4: memory decode 0xfad00000-0xfadfffff pcib4: no prefetched decode pci4: <PCI bus> on pcib4 pci4: domain=0, physical bus=4 found-> vendor=0x1095, dev=0x3124, revid=0x01 domain=0, bus=4, slot=4, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x01df, statreg=0x02b0, cachelnsz=64 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfadfe000, size 7, enabled pcib4: requested memory range 0xfadfe000-0xfadfe07f: good pcib3: requested memory range 0xfadfe000-0xfadfe07f: good map[18]: type Memory, range 64, base 0xfadf0000, size 15, enabled pcib4: requested memory range 0xfadf0000-0xfadf7fff: good pcib3: requested memory range 0xfadf0000-0xfadf7fff: good map[20]: type I/O Port, range 32, base 0xcc00, size 4, enabled pcib4: requested I/O range 0xcc00-0xcc0f: in range pcib3: requested I/O range 0xcc00-0xcc0f: in range pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 pcib4: slot 4 INTA is routed to irq 16 siis0: <SiI3124 SATA2 controller> port 0xcc00-0xcc0f mem 0xfadfe000-0xfadfe07f,0xfadf0000-0xfadf7fff irq 16 at device 4.0 on pci4 siis0: Reserved 0x80 bytes for rid 0x10 type 3 at 0xfadfe000 siis0: Reserved 0x8000 bytes for rid 0x18 type 3 at 0xfadf0000 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 16 vector 49 siis0: [MPSAFE] siis0: [ITHREAD] siisch0: <SIIS channel> at channel 0 on siis0 siisch0: [MPSAFE] siisch0: [ITHREAD] siisch1: <SIIS channel> at channel 1 on siis0 siisch1: [MPSAFE] siisch1: [ITHREAD] siisch2: <SIIS channel> at channel 2 on siis0 siisch2: [MPSAFE] siisch2: [ITHREAD] siisch3: <SIIS channel> at channel 3 on siis0 siisch3: [MPSAFE] siisch3: [ITHREAD] pcib5: <ACPI PCI-PCI bridge> at device 9.0 on pci0 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: I/O decode 0x0-0x0 pcib5: no prefetched decode pci5: <ACPI PCI bus> on pcib5 pci5: domain=0, physical bus=5 pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.3 (no driver attached) pci0: <base peripheral> at device 22.0 (no driver attached) pci0: <base peripheral> at device 22.1 (no driver attached) pci0: <base peripheral> at device 22.2 (no driver attached) pci0: <base peripheral> at device 22.3 (no driver attached) pci0: <base peripheral> at device 22.4 (no driver attached) pci0: <base peripheral> at device 22.5 (no driver attached) pci0: <base peripheral> at device 22.6 (no driver attached) pci0: <base peripheral> at device 22.7 (no driver attached) uhci0: <UHCI (generic) USB controller> port 0xbc00-0xbc1f irq 16 at device 26.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbc00 uhci0: [MPSAFE] uhci0: [ITHREAD] uhci0: LegSup = 0x2f00 usbus0: <UHCI (generic) USB controller> on uhci0 uhci1: <UHCI (generic) USB controller> port 0xb880-0xb89f irq 21 at device 26.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb880 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 16 vector 50 uhci1: [MPSAFE] uhci1: [ITHREAD] uhci1: LegSup = 0x2f00 usbus1: <UHCI (generic) USB controller> on uhci1 uhci2: <UHCI (generic) USB controller> port 0xb800-0xb81f irq 19 at device 26.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb800 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 16 vector 51 uhci2: [MPSAFE] uhci2: [ITHREAD] uhci2: LegSup = 0x2f00 usbus2: <UHCI (generic) USB controller> on uhci2 ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfacde000-0xfacde3ff irq 18 at device 26.7 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 16 vector 52 ehci0: [MPSAFE] ehci0: [ITHREAD] usbus3: EHCI version 1.0 usbus3: <EHCI (generic) USB 2.0 controller> on ehci0 pci0: <multimedia, HDA> at device 27.0 (no driver attached) pcib6: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: I/O decode 0x0-0x0 pcib6: no prefetched decode pci6: <ACPI PCI bus> on pcib6 pci6: domain=0, physical bus=6 pcib7: <ACPI PCI-PCI bridge> irq 17 at device 28.4 on pci0 pcib7: domain 0 pcib7: secondary bus 7 pcib7: subordinate bus 7 pcib7: I/O decode 0xd000-0xdfff pcib7: memory decode 0xfae00000-0xfaefffff pcib7: no prefetched decode pci7: <ACPI PCI bus> on pcib7 pci7: domain=0, physical bus=7 found-> vendor=0x8086, dev=0x10d3, revid=0x00 domain=0, bus=7, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfaee0000, size 17, enabled pcib7: requested memory range 0xfaee0000-0xfaefffff: good map[18]: type I/O Port, range 32, base 0xdc00, size 5, enabled pcib7: requested I/O range 0xdc00-0xdc1f: in range map[1c]: type Memory, range 32, base 0xfaedc000, size 14, enabled pcib7: requested memory range 0xfaedc000-0xfaedffff: good pcib7: matched entry for 7.0.INTA pcib7: slot 0 INTA hardwired to IRQ 16 em0: <Intel(R) PRO/1000 Network Connection 6.9.14> port 0xdc00-0xdc1f mem 0xfaee0000-0xfaefffff,0xfaedc000-0xfaedffff irq 16 at device 0.0 on pci7 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfaee0000 em0: Reserved 0x4000 bytes for rid 0x1c type 3 at 0xfaedc000 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 256 to local APIC 16 vector 53 msi: routing MSI-X IRQ 257 to local APIC 16 vector 54 msi: routing MSI-X IRQ 258 to local APIC 16 vector 55 em0: using IRQs 256-258 for MSI-X em0: Using MSIX interrupts em0: [MPSAFE] em0: [ITHREAD] em0: [MPSAFE] em0: [ITHREAD] em0: [MPSAFE] em0: [ITHREAD] em0: bpf attached em0: Ethernet address: 00:30:48:db:7d:9e pcib8: <ACPI PCI-PCI bridge> irq 16 at device 28.5 on pci0 pcib8: domain 0 pcib8: secondary bus 8 pcib8: subordinate bus 8 pcib8: I/O decode 0xe000-0xefff pcib8: memory decode 0xfaf00000-0xfaffffff pcib8: no prefetched decode pci8: <ACPI PCI bus> on pcib8 pci8: domain=0, physical bus=8 found-> vendor=0x8086, dev=0x10d3, revid=0x00 domain=0, bus=8, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=64 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfafe0000, size 17, enabled pcib8: requested memory range 0xfafe0000-0xfaffffff: good map[18]: type I/O Port, range 32, base 0xec00, size 5, enabled pcib8: requested I/O range 0xec00-0xec1f: in range map[1c]: type Memory, range 32, base 0xfafdc000, size 14, enabled pcib8: requested memory range 0xfafdc000-0xfafdffff: good pcib8: matched entry for 8.0.INTA pcib8: slot 0 INTA hardwired to IRQ 17 em1: <Intel(R) PRO/1000 Network Connection 6.9.14> port 0xec00-0xec1f mem 0xfafe0000-0xfaffffff,0xfafdc000-0xfafdffff irq 17 at device 0.0 on pci8 em1: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfafe0000 em1: Reserved 0x4000 bytes for rid 0x1c type 3 at 0xfafdc000 em1: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 16 vector 56 msi: routing MSI-X IRQ 260 to local APIC 16 vector 57 msi: routing MSI-X IRQ 261 to local APIC 16 vector 58 em1: using IRQs 259-261 for MSI-X em1: Using MSIX interrupts em1: [MPSAFE] em1: [ITHREAD] em1: [MPSAFE] em1: [ITHREAD] em1: [MPSAFE] em1: [ITHREAD] em1: bpf attached em1: Ethernet address: 00:30:48:db:7d:9f uhci3: <UHCI (generic) USB controller> port 0xb480-0xb49f irq 23 at device 29.0 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb480 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 16 vector 59 uhci3: [MPSAFE] uhci3: [ITHREAD] uhci3: LegSup = 0x3f00 usbus4: <UHCI (generic) USB controller> on uhci3 uhci4: <UHCI (generic) USB controller> port 0xb400-0xb41f irq 19 at device 29.1 on pci0 uhci4: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb400 uhci4: [MPSAFE] uhci4: [ITHREAD] uhci4: LegSup = 0x2f00 usbus5: <UHCI (generic) USB controller> on uhci4 uhci5: <UHCI (generic) USB controller> port 0xb080-0xb09f irq 18 at device 29.2 on pci0 uhci5: Reserved 0x20 bytes for rid 0x20 type 4 at 0xb080 uhci5: [MPSAFE] uhci5: [ITHREAD] uhci5: LegSup = 0x2f00 usbus6: <UHCI (generic) USB controller> on uhci5 ehci1: <EHCI (generic) USB 2.0 controller> mem 0xfacdc000-0xfacdc3ff irq 23 at device 29.7 on pci0 ehci1: [MPSAFE] ehci1: [ITHREAD] usbus7: EHCI version 1.0 usbus7: <EHCI (generic) USB 2.0 controller> on ehci1 pcib9: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pcib9: domain 0 pcib9: secondary bus 9 pcib9: subordinate bus 9 pcib9: I/O decode 0xf000-0xfff pcib9: memory decode 0xfb000000-0xfbefffff pcib9: prefetched decode 0xf9000000-0xf9ffffff pcib9: Subtractively decoded bridge. pci9: <ACPI PCI bus> on pcib9 pci9: domain=0, physical bus=9 found-> vendor=0x102b, dev=0x0532, revid=0x0a domain=0, bus=9, slot=1, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=64 (dwords) lattimer=0x40 (1920 ns), mingnt=0x10 (4000 ns), maxlat=0x20 (8000 ns) intpin=a, irq=15 powerspec 1 supports D0 D3 current D0 map[10]: type Prefetchable Memory, range 32, base 0xf9000000, size 24, enabled pcib9: requested memory range 0xf9000000-0xf9ffffff: good map[14]: type Memory, range 32, base 0xfbefc000, size 14, enabled pcib9: requested memory range 0xfbefc000-0xfbefffff: good map[18]: type Memory, range 32, base 0xfb000000, size 23, enabled pcib9: requested memory range 0xfb000000-0xfb7fffff: good pcib9: matched entry for 9.1.INTA pcib9: slot 1 INTA hardwired to IRQ 18 vgapci0: <VGA-compatible display> mem 0xf9000000-0xf9ffffff,0xfbefc000-0xfbefffff,0xfb000000-0xfb7fffff irq 18 at device 1.0 on pci9 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 ahci0: <AHCI controller> port 0xb000-0xb007,0xac00-0xac03,0xa880-0xa887,0xa800-0xa803,0xa480-0xa49f mem 0xfacd2000-0xfacd27ff irq 19 at device 31.2 on pci0 ahci0: Reserved 0x800 bytes for rid 0x24 type 3 at 0xfacd2000 ahci0: attempting to allocate 1 MSI vectors (16 supported) msi: routing MSI IRQ 262 to local APIC 16 vector 64 ahci0: using IRQ 262 for MSI ahci0: [MPSAFE] ahci0: [ITHREAD] ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM eSATA 6ports ahci0: Caps2: ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: [MPSAFE] ahcich0: [ITHREAD] ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich1: [MPSAFE] ahcich1: [ITHREAD] ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich2: [MPSAFE] ahcich2: [ITHREAD] ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich3: [MPSAFE] ahcich3: [ITHREAD] ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich4: [MPSAFE] ahcich4: [ITHREAD] ahcich5: <AHCI channel> at channel 5 on ahci0 ahcich5: [MPSAFE] ahcich5: [ITHREAD] pci0: <serial bus, SMBus> at device 31.3 (no driver attached) acpi_button0: <Power Button> on acpi0 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us) atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) Calling int 0x15 (ax=0xc000 bx=0x0000 cx=0x0000 dx=0x0000 es=0x0000 di=0x0000) Exiting int 0x15 (ax=0x0000 bx=0xe712 cx=0x0000 dx=0x0000 es=0xf000 di=0x0000) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 16 vector 60 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 16 vector 61 uart0: [FILTER] uart0: fast interrupt uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 16 vector 62 uart1: [FILTER] uart1: fast interrupt cpu0: <ACPI CPU> on acpi0 ACPI Warning: Incorrect checksum in table [OEMB] - 6E, should be 6B (20091013/tbutils-354) ACPI: SSDT 0xbf79e1e0 008F0 (v1 DpgPmm P001Ist 00000011 INTL 20051117) ACPI: SSDT 0xbf79ead0 004D5 (v1 PmRef P001Cst 00003001 INTL 20051117) est0: <Enhanced SpeedStep Frequency Control> on cpu0 est0: Invalid id16 (set, cur) = (15, 16) est0: Invalid freq 2000, ignored. est0: Invalid id16 (set, cur) = (14, 16) est0: Invalid freq 1867, ignored. est0: Invalid id16 (set, cur) = (13, 16) est0: Invalid freq 1733, ignored. est0: Invalid id16 (set, cur) = (12, 16) est0: Invalid freq 1600, ignored. p4tcc0: <CPU Frequency Thermal Control> on cpu0 cpu1: <ACPI CPU> on acpi0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 est1: Invalid id16 (set, cur) = (15, 16) est1: Invalid freq 2000, ignored. est1: Invalid id16 (set, cur) = (14, 16) est1: Invalid freq 1867, ignored. est1: Invalid id16 (set, cur) = (13, 16) est1: Invalid freq 1733, ignored. est1: Invalid id16 (set, cur) = (12, 16) est1: Invalid freq 1600, ignored. p4tcc1: <CPU Frequency Thermal Control> on cpu1 cpu2: <ACPI CPU> on acpi0 est2: <Enhanced SpeedStep Frequency Control> on cpu2 est2: Invalid id16 (set, cur) = (15, 16) est2: Invalid freq 2000, ignored. est2: Invalid id16 (set, cur) = (14, 16) est2: Invalid freq 1867, ignored. est2: Invalid id16 (set, cur) = (13, 16) est2: Invalid freq 1733, ignored. est2: Invalid id16 (set, cur) = (12, 16) est2: Invalid freq 1600, ignored. p4tcc2: <CPU Frequency Thermal Control> on cpu2 cpu3: <ACPI CPU> on acpi0 est3: <Enhanced SpeedStep Frequency Control> on cpu3 est3: Invalid id16 (set, cur) = (15, 16) est3: Invalid freq 2000, ignored. est3: Invalid id16 (set, cur) = (14, 16) est3: Invalid freq 1867, ignored. est3: Invalid id16 (set, cur) = (13, 16) est3: Invalid freq 1733, ignored. est3: Invalid id16 (set, cur) = (12, 16) est3: Invalid freq 1600, ignored. p4tcc3: <CPU Frequency Thermal Control> on cpu3 acpi0: wakeup code va 0xffffff8077774000 pa 0x4000 isa_probe_children: disabling PnP devices ipmi0: <IPMI System Interface> on isa0 ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa atkbdc: atkbdc0 already exists; skipping it atrtc: atrtc0 already exists; skipping it sc: sc0 already exists; skipping it uart: uart0 already exists; skipping it uart: uart1 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: <ISA Option ROM> at iomem 0xc0000-0xc7fff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 ppc0 failed to probe at irq 7 on isa0 isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 257519 -> 100000 procfs registered lapic: Divisor 2, Frequency 66669369 hz Timecounter "TSC" frequency 2133419836 Hz quality -100 Timecounters tick every 1.000 msec lo0: bpf attachedsiisch0: CONNECT requested siisch0: SIIS reset... siisch0: device reset time=0ms siisch0: SATA connect time=0ms status=00000113 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 siisch2: CONNECT requested siisch2: SIIS reset... siisch2: device reset time=0ms siisch2: SATA connect time=0ms status=00000113 siisch2: ready wait time=0ms siisch2: SIIS reset done: devices=00000001 Waiting 15 seconds for SCSI devices to settle siisch0: SIIS reset... siisch0: device reset time=1ms siisch0: SATA connect time=0ms status=00000113 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 siisch1: SIIS reset... siisch1: device reset time=1ms siisch1: SATA connect timeout status=00000000 siisch1: SIIS reset done: phy reset found no device siisch2: SIIS reset... siisch2: device reset time=1ms siisch2: SATA connect time=0ms status=00000113 siisch2: ready wait time=0ms siisch2: SIIS reset done: devices=00000001 siisch3: SIIS reset... siisch3: device reset time=1ms siisch3: SATA connect timeout status=00000000 siisch3: SIIS reset done: phy reset found no device ahcich0: AHCI reset... ahcich0: hardware reset ... ahcich0: SATA connect timeout status=00000000 ahcich0: AHCI reset done: phy reset found no device ahcich1: AHCI reset... ahcich1: hardware reset ... ahcich1: SATA connect time=0ms status=00000123 ahcich1: ready wait time=4ms ahcich1: AHCI reset done: device found ahcich2: AHCI reset... ahcich2: hardware reset ... ahcich2: SATA connect timeout status=00000000 ahcich2: AHCI reset done: phy reset found no device ahcich3: AHCI reset... ahcich3: hardware reset ... ahcich3: SATA connect timeout status=00000000 ahcich3: AHCI reset done: phy reset found no device ahcich4: AHCI reset... ahcich4: hardware reset ... ahcich4: SATA connect timeout status=00000000 ahcich4: AHCI reset done: phy reset found no device ahcich5: AHCI reset... ahcich5: hardware reset ... ahcich5: SATA connect timeout status=00000000 ahcich5: AHCI reset done: phy reset found no device usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ipmi0: IPMI device rev. 1, firmware rev. 1.2, version 2.0 ipmi0: Number of channels 0 ipmi0: Attached watchdog ugen0.1: <Intel> at usbus0 uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen1.1: <Intel> at usbus1 uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 ugen2.1: <Intel> at usbus2 uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen3.1: <Intel> at usbus3 uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 ugen4.1: <Intel> at usbus4 uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 ugen5.1: <Intel> at usbus5 uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 ugen6.1: <Intel> at usbus6 uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6 ugen7.1: <Intel> at usbus7 uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered uhub3: 6 ports with 6 removable, self powered uhub7: 6 ports with 6 removable, self powered ugen1.2: <Winbond Electronics Corp> at usbus1 ums0: <Winbond Electronics Corp Hermon USB hidmouse Device, class 0/0, rev 1.10/0.01, addr 2> on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=0 ukbd0: <Winbond Electronics Corp Hermon USB hidmouse Device, class 0/0, rev 1.10/0.01, addr 2> on usbus1 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 (aprobe0:siisch0:0:15:0): SIGNATURE: 9669 PM Product ID: 37261095 PM Revision: 00001706 (aprobe2:siisch2:0:15:0): SIGNATURE: 9669 PM Product ID: 37261095 PM Revision: 00001706 (aprobe5:ahcich1:0:0:0): SIGNATURE: 0000 pmp0 at siisch0 bus 0 scbus0 target 15 lun 0 pmp0: <Port Multiplier 37261095 1706> ATA/ATAPI-0 device pmp0: 150.000MB/s transfers PM ports: 5 PM RESET 0 PM RESET 1 PM RESET 2 siisch0: SNTF 0x0000 siisch0: SNTF 0x0000 PM RESET 3 PM RESET 4 siisch0: SNTF 0x0000 siisch0: SNTF 0x0000 PM reset done pmp1 at siisch2 bus 0 scbus2 target 15 lun 0 pmp1: <Port Multiplier 37261095 1706> ATA/ATAPI-0 device pmp1: 150.000MB/s transfers PM ports: 5 PM RESET 0 PM RESET 1 PM RESET 2 PM RESET 3 PM RESET 4 PM reset done GEOM: new disk ada0 ada0 at ahcich1 bus 0 scbus5 target 0 lun 0 ada0: <ST3320418AS CC35> ATA/ATAPI-8 SATA 2.x device ada0: Serial Number 9VM1RYE5 ada0: 300.000MB/s transfers ada0: 305245MB (625142448 512 byte sectors: 16H 63S/T 16383C) ada0: Native Command Queueing enabled pass0 at siisch0 bus 0 scbus0 target 15 lun 0 pass0: <Port Multiplier 37261095 1706> ATA/ATAPI-0 device pass0: 150.000MB/s transfers PM connect done PM status: 0 - 00000123 PM status: 1 - 00000123 PM status: 2 - 00000123 PM status: 3 - 00000123 PM status: 4 - 00000123 pass1 at siisch2 bus 0 scbus2 target 15 lun 0 pass1: <Port Multiplier 37261095 1706> ATA/ATAPI-0 device pass1: 150.000MB/s transfers pass2 at ahcich1 bus 0 scbus5 target 0 lun 0PM connect done pass2: PM status: 0 - 00000123 <ST3320418AS CC35> ATA/ATAPI-8 SATA 2.x device pass2: Serial Number 9VM1RYE5 pass2: 300.000MB/s transfers ATA PseudoRAID loaded SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x12000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x16000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x14000000 VER: 0x00060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 18 vector 48 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 20 vector 48 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 22 vector 48 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 18 vector 49 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 20 vector 49 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 22 vector 49 msi: Assigning MSI-X IRQ 256 to local APIC 18 vector 50 msi: Assigning MSI-X IRQ 257 to local APIC 20 vector 50 msi: Assigning MSI-X IRQ 258 to local APIC 22 vector 50 msi: Assigning MSI-X IRQ 260 to local APIC 18 vector 51 msi: Assigning MSI-X IRQ 261 to local APIC 20 vector 51 msi: Assigning MSI IRQ 262 to local APIC 22 vector 51 GEOM: ada0s1: geometry does not match label (255h,63s != 16h,63s). Trying to mount root from ufs:/dev/label/OS/rootfs ct_to_ts([2009-10-26 10:16:33]) = 1256552193.000000000 start_init: trying /sbin/init PM status: 1 - 00000000 PM status: 2 - 00000000 PM status: 3 - 00000000 PM status: 4 - 00000000 (aprobe1:siisch2:0:0:0): SIGNATURE: 0000 pass3 at siisch2 bus 0 scbus2 target 0 lun 0 pass3: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device pass3: Serial Number 9VS2FGFN pass3: 150.000MB/s transfers ada1 at siisch2 bus 0 scbus2 target 0 lun 0GEOM: new disk ada1 ada1: <ST31500341AS CC1H> ATA/ATAPI-8 SATA 2.x device ada1: Serial Number 9VS2FGFN ada1: 150.000MB/s transfers ada1: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C) ada1: Native Command Queueing enabled em0: Link is up 1000 Mbps Full Duplex em0: link state changed to UP siisch0: Timeout on slot 26 siisch0: siis_timeout is 00000000 ss 04000000 rs 04000000 es 00000000 sts 801a2000 serr 00000000 siisch0: ready wait time=0ms siisch0: ready wait time=0ms siisch0: SIIS reset... siisch0: device reset time=1ms siisch0: SATA connect time=0ms status=00000113 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 PMP freeze: 1 PMP freeze: 2 PMP freeze: 3 PMP freeze: 4 (aprobe0:siisch0:0:0:0): Command timed out (aprobe0:siisch0:0:0:0): error 5 (aprobe0:siisch0:0:0:0): Retries Exhausted PMP freeze: 0 PM ports: -1771503359 PM RESET 0 PM reset done PM connect done PMP release: 0 PMP release: 1 PMP release: 2 PMP release: 3 PMP release: 4 t_delta 15.fc765cbdba5b39c0 too short _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
|
|
Re: FreeBSD and SATA Port MultipliersSteve Polyack wrote:
> Alexander Motin wrote: >> Steve Polyack wrote: >> >>> I'm about to try today's head and patch. I'll let you know how it >>> goes. >>> >> >> Ok. Just to be sure it is not cabling issue (I have seen such), try also >> limit port speed to 1.5Gbps by adding to loader.conf: >> hint.siisch.0.sata_rev=1 >> hint.siisch.1.sata_rev=1 >> hint.siisch.2.sata_rev=1 >> hint.siisch.3.sata_rev=1 >> >> > Here's a dmesg from todays head and your patch from this morning. > It's still only sensing one disk over the two PMs. Forcing > SATA1/1.5Gbps operation didn't change anything. > (with 5 physical drives attached, none detected) will vanish. Physically unplugging and reconnecting the device does the same. COMMAND=/sbin/camcontrol rescan all siisch0: Timeout on slot 29 siisch0: siis_timeout is 00000000 ss 20000000 rs 20000000 es 00000000 sts 801f2000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms siisch0: SIIS reset... siisch0: device reset time=0ms siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 (aprobe0:siisch0:0:15:0): Command timed out (aprobe0:siisch0:0:15:0): error 5 (aprobe0:siisch0:0:15:0): Retries Exhausted (pass0:siisch0:0:15:0): lost device (pass0:siisch0:0:15:0): removing device entry (pmp0:siisch0:0:15:0): lost device siisch0: Timeout on slot 30 siisch0: siis_timeout is 00000000 ss 40000000 rs 40000000 es 00000000 sts 801f0000 serr 00000000 siisch0: ready wait time=1ms siisch0: ready wait time=1ms (pmp0:siisch0:0:15:0): Request Requeued (pmp0:siisch0:0:15:0): Retrying Command siisch0: SIIS reset... siisch0: ready wait time=1ms siisch0: device reset time=0ms siisch0: SATA connect time=0ms status=00000123 siisch0: ready wait time=0ms siisch0: SIIS reset done: devices=00000001 (aprobe0:siisch0:0:0:0): Command timed out (aprobe0:siisch0:0:0:0): error 5 (aprobe0:siisch0:0:0:0): Retries Exhausted (pmp0:siisch0:0:15:0): Request Requeued (pmp0:siisch0:0:15:0): Retrying Command (aprobe0:siisch2:0:15:0): SIGNATURE: 9669 PM Product ID: 37261095 PM Revision: 00001706 PMP freeze: 0 PM ports: 5 PM RESET 0 skipping PM RESET 1 PM RESET 2 PM RESET 3 PM RESET 4 PM reset done PM connect done PM status: 0 - 00000123 PM status: 1 - 00000000 PM status: 2 - 00000000 PM status: 3 - 00000000 PM status: 4 - 00000000 PMP release: 0 _______________________________________________ freebsd-hardware@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |