From owner-freebsd-current@FreeBSD.ORG Sat Nov 10 03:19:37 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DAD616A418 for ; Sat, 10 Nov 2007 03:19:37 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 4FA7913C4AA for ; Sat, 10 Nov 2007 03:19:36 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.100] (cpe-24-94-75-93.hawaii.res.rr.com [24.94.75.93]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id lAA3JLPh035898 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 9 Nov 2007 22:19:22 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Fri, 9 Nov 2007 19:21:05 -0800 (PST) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: freebsd-current@freebsd.org Message-ID: <20071109191821.V639@10.0.0.1> MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="Boundary-00=_D/NNHFANXvejg1Y" Content-ID: <20071109191821.K639@10.0.0.1> Cc: nickpiggin@yahoo.com.au Subject: FreeBSD corruption problems on barcelona X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 03:19:37 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --Boundary-00=_D/NNHFANXvejg1Y Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; format=flowed Content-ID: <20071109191821.V639@10.0.0.1> Content-Disposition: INLINE I have a report from a Linux developer who has kindly done some investigation into a problem he's having getting 7.0 beta2 installed due to what appears to be serious corruption on writes. Please read on for details. ---------- Forwarded message ---------- Date: Sat, 10 Nov 2007 09:31:31 +1100 From: Nick Piggin To: Jeff Roberson Subject: Re: Installing FreeBSD 7 On Saturday 10 November 2007 06:37, Jeff Roberson wrote: > On Sat, 10 Nov 2007, Nick Piggin wrote: >> Hi Jeff, >> >> Your recent blog posts and other tests with FreeBSD 7 performance >> has me very interested in it :) Anyway I had intended to install it >> when I got a new test box running, and now is that time. >> >> I have installed FreeBSD 4.something long ago, but haven't had the >> time to look at it since then. You probably don't have the time to >> answer newbie questions either but if I may just quickly run the >> problem past you... (feel free to redirect me) >> >> I have 7.0-BETA2-amd64-disk1.iso and installing from CD. This seems >> to be the easy/preferred way to go? No special trick to it -- just >> follow the standard install? > > Yes, it's pretty much the only way to go unless you want to do a scripted > install. yes, we know it's terrible. OK, thanks. I wasn't going to criticise it ;)... it's a little bit clunky in places. OTOH I much prefer a nice text based installer to most of the graphical ones. >> The problem I have is that the install seem quite flakey and has >> random problems. One install will complain it can't mount root, the >> next reinstall will stop before the kernel console comes up, the >> next will complain about some problem with various binaries not >> being valid executables etc. >> >> BETA1.5 was slightly better (I actually got to the point I could log >> in), but it seemed to have similar corruption in random text files as >> well, so maybe I just got lucky. >> >> The install kernel running off the PATA CD seems completely solid. So >> I think everything points to a SATA driver problem. > > That sounds pretty bad. Not a good reflection on us is it? I'll see > if I can contact the ata driver author and see what he has to say. Well it is a beta, and it's new hardware; I was prepared to see bugs. Doesn't seem like many others are having problems, so it might be something unusual in my configuration. > For now you could try "set hw.ata.ata_dma=0" "set hw.ata.atapi_dma=0" in > the boot loader before the install and then again before you boot. Then > you can put that without the 'set' in /boot/loader.conf. Just interrupt > the boot as it's counting down with a key press and then type 'boot' after > you've entered the variables. We used to see random corruption problems > with pata devices when we tried to do too fast a dma mode. You'd think the > signaling would be better with sata but it's worth a shot. That doesn't work either. After installing again, eg. now I have corruption in lib/libm.so.5 (among other things). hexdump /lib/libm.so.5 shows the first 0x10000 bytes are zeroes. > If you could also do a 'boot -v' from the loader once and dump the dmesg > into a file that'd be very helpful to the ata guy I'm sure. Here it is attached. Now there is a cdrom error there, however I don't believe it is the cause of the problem (or at least, there is a bigger problem with the sata disk). The install has run perfectly every time I've run it, so it is pulling the data off the CD OK. Now I have actually got as far as root login, I filled up a 1MB file with /dev/urandom and took an md5. Then copied that to 50 files on the /tmp filesystem, unmounted and remounted it, and then read back the md5 sums. Practially all of them are wrong, but they seem to be wrong in the same ways (eg. many share the same incorrect md5 sum). Reading the files back from disk consistently gives the same information, so it seems like reads are OK. Interestingly, a second test didn't show up corruption, so I don't know how reproduceable it is Hope this helps. Thanks, Nick --Boundary-00=_D/NNHFANXvejg1Y Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1; NAME=freebsd.dmesg Content-ID: <20071109191821.H639@10.0.0.1> Content-Description: Content-Disposition: ATTACHMENT; FILENAME=freebsd.dmesg Copyright (c) 1992-2007 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 7.0-BETA2 #0: Fri Nov 2 14:54:38 UTC 2007 root@myers.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80f7e000. Preloaded mfs_root "/boot/mfsroot" at 0xffffffff80f7e208. Calibrating clock(s) ... i8254 clock: 1192946 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 1895261780 Hz CPU: Quad-Core AMD Opteron(tm) Processor 8347 (1895.26-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f21 Stepping = 1 Features=0x178bfbff Features2=0x802009> AMD Features=0xee500800,RDTSCP,LM,3DNow!+,3DNow!> AMD Features2=0x7ff,,,Prefetch,,> Cores per package: 4 L1 2MB data TLB: 48 entries, fully associative L1 2MB instruction TLB: 16 entries, fully associative L1 4KB data TLB: 48 entries, fully associative L1 4KB instruction TLB: 32 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 2MB data TLB: 128 entries, 2-way associative L2 2MB instruction TLB: 0 entries, 2-way associative L2 4KB data TLB: 512 entries, 4-way associative L2 4KB instruction TLB: 512 entries, 4-way associative L2 unified cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative usable memory = 4277063680 (4078 MB) Physical memory chunk(s): 0x0000000000001000 - 0x0000000000099fff, 626688 bytes (153 pages) 0x000000000107c000 - 0x00000000c6ff9fff, 3321356288 bytes (810878 pages) 0x0000000100000000 - 0x000000012ffeffff, 805240832 bytes (196592 pages) avail memory = 4115697664 (3925 MB) ACPI APIC Table: INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target INTR: Adding local APIC 4 as a target INTR: Adding local APIC 5 as a target INTR: Adding local APIC 6 as a target INTR: Adding local APIC 7 as a target FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 APIC: CPU 0 has ACPI ID 0 APIC: CPU 1 has ACPI ID 1 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 3 APIC: CPU 4 has ACPI ID 4 APIC: CPU 5 has ACPI ID 5 APIC: CPU 6 has ACPI ID 6 APIC: CPU 7 has ACPI ID 7 ACPI: RSDP @ 0x0xf8020/0x0024 (v 2 PTLTD ) ACPI: XSDT @ 0x0xcfedbf64/0x0064 (v 1 BRCM Anaheim 0x06040000 PTL 0x02000001) ACPI: FACP @ 0x0xcfedc03c/0x00F4 (v 3 BRCM EXPLOSN 0x06040000 MSFT 0x02000001) ACPI Warning (tbfadt-0505): Optional field "Pm2ControlBlock" has zero address or length: 0 0/C [20070320] ACPI: DSDT @ 0x0xcfedc130/0x4777 (v 2 AMD Anaheim 0x06040000 MSFT 0x02000002) ACPI: FACS @ 0x0xcfeedfc0/0x0040 ACPI: TCPA @ 0x0xcfee08a7/0x0032 (v 1 BRCM Anaheim 0x06040000 PTL 0x20000001) ACPI: SRAT @ 0x0xcfee08d9/0x0150 (v 1 AMD HAMMER 0x06040000 AMD 0x00000001) ACPI: SSDT @ 0x0xcfee0a29/0x143C (v 1 AMD POWERNOW 0x06040000 AMD 0x00000001) ACPI: HPET @ 0x0xcfee1e65/0x0038 (v 1 BRCM Anaheim 0x06040000 BRCM 0x02000001) ACPI: SSDT @ 0x0xcfee1e9d/0x0049 (v 1 BRCM PRT0 0x06040000 BRCM 0x02000001) ACPI: SPCR @ 0x0xcfee1ee6/0x0050 (v 1 PTLTD $UCRTBL$ 0x06040000 PTL 0x00000001) ACPI: APIC @ 0x0xcfee1f36/0x00CA (v 1 BRCM Anaheim 0x06040000 PTL 0x02000001) MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Found IO APIC ID 9, Interrupt 16 at 0xfec01000 MADT: Found IO APIC ID 10, Interrupt 32 at 0xfec02000 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high lapic1: Routing NMI -> LINT1 lapic1: LINT1 trigger: edge lapic1: LINT1 polarity: high lapic2: Routing NMI -> LINT1 lapic2: LINT1 trigger: edge lapic2: LINT1 polarity: high lapic3: Routing NMI -> LINT1 lapic3: LINT1 trigger: edge lapic3: LINT1 polarity: high lapic4: Routing NMI -> LINT1 lapic4: LINT1 trigger: edge lapic4: LINT1 polarity: high lapic5: Routing NMI -> LINT1 lapic5: LINT1 trigger: edge lapic5: LINT1 polarity: high lapic6: Routing NMI -> LINT1 lapic6: LINT1 trigger: edge lapic6: LINT1 polarity: high lapic7: Routing NMI -> LINT1 lapic7: LINT1 trigger: edge lapic7: LINT1 polarity: high MADT: Forcing active-low polarity and level trigger for SCI ioapic0: intpin 9 polarity: low ioapic0: intpin 9 trigger: level ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard ioapic2 irqs 32-47 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 ath_rate: version 1.2 wlan_amrr: wlan: <802.11 Link Layer> null: random: nfslock: pseudo-device kbd: new array size 4 kbd1 at kbdmux0 mem: io: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) rr232x: RocketRAID 232x controller driver v1.02 (Nov 2 2007 14:52:52) acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) pci_open(1): mode 1 addr port (0x0cf8) is 0x8008211c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 1 [class=060400] [hdr=01] is there (id=00361166) AcpiOsDerivePciId: \\_SB_.PCI0.EXB0.MCF0 -> bus 0 dev 6 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.PCIR.CNFG -> bus 0 dev 24 func 1 unknown: I/O range not supported ACPI timer: 0/4 0/4 0/4 0/4 0/4 0/4 0/4 0/4 0/4 0/4 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 10 11 Validation 0 10 N 0 10 11 After Disable 0 255 N 0 10 11 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 10 11 Validation 0 255 N 0 10 11 After Disable 0 255 N 0 10 11 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 5 7 11 Validation 0 7 N 0 5 7 11 After Disable 0 255 N 0 5 7 11 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link8: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link9: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link10: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link11: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link12: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link13: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link14: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link15: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link16: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link17: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link18: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 11 12 14 15 Validation 0 11 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 7 11 12 14 15 Validation 0 5 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 11 12 14 15 Validation 0 11 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 7 11 12 14 15 Validation 0 5 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link33: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 pci_link34: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 11 12 14 15 Validation 0 255 N 0 3 4 5 7 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 11 12 14 15 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x1166 rev: 0x1 num: 9 hz: 14318180 opts: leg_route count_size Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 cpu4: on acpi0 cpu5: on acpi0 cpu6: on acpi0 cpu7: on acpi0 pcib0: on acpi0 ACPI: Found matching pin for 0.3.INTA at func 0: 10 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x1166, dev=0x0036, revid=0x00 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0205, revid=0x00 domain=0, bus=0, slot=2, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0214, revid=0x00 domain=0, bus=0, slot=2, func=1 class=01-01-8a, hdrtype=0x00, mfdev=1 cmdreg=0x0015, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type I/O Port, range 32, base 0x4800, size 4, enabled found-> vendor=0x1166, dev=0x0234, revid=0x00 domain=0, bus=0, slot=2, func=2 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0223, revid=0x01 domain=0, bus=0, slot=3, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 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 0xd8510000, size 12, enabled map[14]: type I/O Port, range 32, base 0x4c00, size 8, enabled pcib0: matched entry for 0.3.INTA (src \\_SB_.LNKU:0) ioapic0: Changing trigger for pin 10 to level ioapic0: Changing polarity for pin 10 to low pcib0: slot 3 INTA routed to irq 10 via \\_SB_.LNKU found-> vendor=0x1166, dev=0x0223, revid=0x01 domain=0, bus=0, slot=3, func=1 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 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 0xd8511000, size 12, enabled map[14]: type I/O Port, range 32, base 0x5000, size 8, enabled pcib0: matched entry for 0.3.INTA (src \\_SB_.LNKU:0) pcib0: slot 3 INTA routed to irq 10 via \\_SB_.LNKU found-> vendor=0x1166, dev=0x0223, revid=0x01 domain=0, bus=0, slot=3, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x02b0, cachelnsz=16 (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 map[10]: type Memory, range 32, base 0xd8512000, size 12, enabled map[14]: type I/O Port, range 32, base 0x5400, size 8, enabled pcib0: matched entry for 0.3.INTA (src \\_SB_.LNKU:0) pcib0: slot 3 INTA routed to irq 10 via \\_SB_.LNKU found-> vendor=0x1002, dev=0x515e, revid=0x02 domain=0, bus=0, slot=4, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Prefetchable Memory, range 32, base 0xd0000000, size 27, enabled map[14]: type I/O Port, range 32, base 0x5800, size 8, enabled map[18]: type Memory, range 32, base 0xd8500000, size 16, enabled pcib0: matched entry for 0.4.INTA pcib0: slot 4 INTA hardwired to IRQ 43 found-> vendor=0x1166, dev=0x0140, revid=0xa2 domain=0, bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 32 found-> vendor=0x1166, dev=0x0142, revid=0xa2 domain=0, bus=0, slot=7, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.7.INTA pcib0: slot 7 INTA hardwired to IRQ 32 found-> vendor=0x1166, dev=0x0144, revid=0xa2 domain=0, bus=0, slot=8, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.8.INTA pcib0: slot 8 INTA hardwired to IRQ 32 found-> vendor=0x1166, dev=0x0142, revid=0xa2 domain=0, bus=0, slot=9, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.9.INTA pcib0: slot 9 INTA hardwired to IRQ 32 found-> vendor=0x1166, dev=0x0144, revid=0xa2 domain=0, bus=0, slot=10, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.10.INTA pcib0: slot 10 INTA hardwired to IRQ 32 found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=25, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=25, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=25, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=25, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=25, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pcib1: at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 2 pcib1: I/O decode 0x6000-0x6fff pcib1: memory decode 0xd8300000-0xd83fffff pcib1: no prefetched decode ACPI: Found matching pin for 1.14.INTA at func 0: 7 pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x1166, dev=0x0104, revid=0xc0 domain=0, bus=1, slot=13, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0017, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x02 (500 ns) found-> vendor=0x1166, dev=0x024a, revid=0x00 domain=0, bus=1, slot=14, func=0 class=01-04-05, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type I/O Port, range 32, base 0x6040, size 3, enabled pcib1: requested I/O range 0x6040-0x6047: in range map[14]: type I/O Port, range 32, base 0x6034, size 2, enabled pcib1: requested I/O range 0x6034-0x6037: in range map[18]: type I/O Port, range 32, base 0x6038, size 3, enabled pcib1: requested I/O range 0x6038-0x603f: in range map[1c]: type I/O Port, range 32, base 0x6030, size 2, enabled pcib1: requested I/O range 0x6030-0x6033: in range map[20]: type I/O Port, range 32, base 0x6000, size 5, enabled pcib1: requested I/O range 0x6000-0x601f: in range map[24]: type Memory, range 32, base 0xd8300000, size 13, enabled pcib1: requested memory range 0xd8300000-0xd8301fff: good pcib1: matched entry for 1.14.INTA (src \\_SB_.LNKS:0) ioapic0: Changing trigger for pin 7 to level ioapic0: Changing polarity for pin 7 to low pcib1: slot 14 INTA routed to irq 7 via \\_SB_.LNKS pcib2: at device 13.0 on pci1 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xf000-0xfff pcib2: no prefetched decode pci2: on pcib2 pci2: domain=0, physical bus=2 atapci0: port 0x6040-0x6047,0x6034-0x6037,0x6038-0x603f,0x6030-0x6033,0x6000-0x601f mem 0xd8300000-0xd8301fff irq 7 at device 14.0 on pci1 atapci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x6000 ioapic0: routing intpin 7 (ISA IRQ 7) to vector 49 atapci0: [MPSAFE] atapci0: [ITHREAD] atapci0: Reserved 0x2000 bytes for rid 0x24 type 3 at 0xd8300000 ata2: on atapci0 ata2: reset tp1 mask=01 ostat0=50 ostat1=00 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=00 devices=0x1 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci0 ata3: reset tp1 mask=01 ostat0=7f ostat1=00 ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: reset tp2 stat0=ff stat1=00 devices=0x0 ata3: [MPSAFE] ata3: [ITHREAD] ata4: on atapci0 ata4: reset tp1 mask=01 ostat0=7f ostat1=00 ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: stat0=0x7f err=0xff lsb=0xff msb=0xff ata4: reset tp2 stat0=ff stat1=00 devices=0x0 ata4: [MPSAFE] ata4: [ITHREAD] ata5: on atapci0 ata5: reset tp1 mask=01 ostat0=7f ostat1=00 ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: stat0=0x7f err=0xff lsb=0xff msb=0xff ata5: reset tp2 stat0=ff stat1=00 devices=0x0 ata5: [MPSAFE] ata5: [ITHREAD] atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x4800-0x480f at device 2.1 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0x4800 ata0: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=02 ostat0=ff ostat1=50 ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: reset tp2 stat0=00 stat1=00 devices=0x8 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 50 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci1: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 51 ata1: [MPSAFE] ata1: [ITHREAD] isab0: at device 2.2 on pci0 isa0: on isab0 ohci0: port 0x4c00-0x4cff mem 0xd8510000-0xd8510fff irq 10 at device 3.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd8510000 ohci0: (New OHCI DeviceId=0x02231166) ioapic0: routing intpin 10 (ISA IRQ 10) to vector 52 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0 uhub0: 2 ports with 2 removable, self powered ohci1: port 0x5000-0x50ff mem 0xd8511000-0xd8511fff irq 10 at device 3.1 on pci0 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd8511000 ohci1: (New OHCI DeviceId=0x02231166) ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1 uhub1: 2 ports with 2 removable, self powered ehci0: port 0x5400-0x54ff mem 0xd8512000-0xd8512fff irq 10 at device 3.2 on pci0 ehci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd8512000 ehci0: (New EHCI DeviceId=0x02231166) ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb2: EHCI version 1.0 usb2: companion controllers, 2 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: <(0x1166) EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb2 uhub2: 4 ports with 4 removable, self powered vgapci0: port 0x5800-0x58ff mem 0xd0000000-0xd7ffffff,0xd8500000-0xd850ffff irq 43 at device 4.0 on pci0 pcib3: irq 32 at device 6.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0xf000-0xfff pcib3: no prefetched decode pci3: on pcib3 pci3: domain=0, physical bus=3 pcib4: irq 32 at device 7.0 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0xf000-0xfff pcib4: no prefetched decode pci4: on pcib4 pci4: domain=0, physical bus=4 pcib5: irq 32 at device 8.0 on pci0 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: I/O decode 0xf000-0xfff pcib5: no prefetched decode pci5: on pcib5 pci5: domain=0, physical bus=5 pcib6: irq 32 at device 9.0 on pci0 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: I/O decode 0x7000-0x7fff pcib6: memory decode 0xd8200000-0xd82fffff pcib6: no prefetched decode pci6: on pcib6 pci6: domain=0, physical bus=6 found-> vendor=0x1000, dev=0x0056, revid=0x02 domain=0, bus=6, slot=0, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 1 message in map 0x14 map[10]: type I/O Port, range 32, base 0x7000, size 8, enabled pcib6: requested I/O range 0x7000-0x70ff: in range map[14]: type Memory, range 64, base 0xd8210000, size 14, enabled pcib6: requested memory range 0xd8210000-0xd8213fff: good map[1c]: type Memory, range 64, base 0xd8200000, size 16, enabled pcib6: requested memory range 0xd8200000-0xd820ffff: good pcib6: matched entry for 6.0.INTA pcib6: slot 0 INTA hardwired to IRQ 35 mpt0: port 0x7000-0x70ff mem 0xd8210000-0xd8213fff,0xd8200000-0xd820ffff irq 35 at device 0.0 on pci6 mpt0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x7000 mpt0: Reserved 0x4000 bytes for rid 0x14 type 3 at 0xd8210000 ioapic2: routing intpin 3 (PCI IRQ 35) to vector 53 mpt0: [MPSAFE] mpt0: [ITHREAD] mpt0: MPI Version=1.5.12.0 mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). pcib7: irq 32 at device 10.0 on pci0 pcib7: domain 0 pcib7: secondary bus 7 pcib7: subordinate bus 8 pcib7: I/O decode 0xf000-0xfff pcib7: memory decode 0xd8400000-0xd84fffff pcib7: no prefetched decode pci7: on pcib7 pci7: domain=0, physical bus=7 found-> vendor=0x1166, dev=0x0103, revid=0xb5 domain=0, bus=7, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 pcib8: at device 0.0 on pci7 pcib8: domain 0 pcib8: secondary bus 8 pcib8: subordinate bus 8 pcib8: I/O decode 0xf000-0xfff pcib8: memory decode 0xd8400000-0xd84fffff pcib8: no prefetched decode pci8: on pcib8 pci8: domain=0, physical bus=8 found-> vendor=0x14e4, dev=0x1678, revid=0xa3 domain=0, bus=8, slot=4, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0016, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type Memory, range 64, base 0xd8410000, size 16, enabled pcib8: requested memory range 0xd8410000-0xd841ffff: good pcib7: requested memory range 0xd8410000-0xd841ffff: good map[18]: type Memory, range 64, base 0xd8400000, size 16, enabled pcib8: requested memory range 0xd8400000-0xd840ffff: good pcib7: requested memory range 0xd8400000-0xd840ffff: good pcib7: matched entry for 7.0.INTA pcib7: slot 0 INTA hardwired to IRQ 36 pcib8: slot 4 INTA is routed to irq 36 found-> vendor=0x14e4, dev=0x1678, revid=0xa3 domain=0, bus=8, slot=4, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0016, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type Memory, range 64, base 0xd8430000, size 16, enabled pcib8: requested memory range 0xd8430000-0xd843ffff: good pcib7: requested memory range 0xd8430000-0xd843ffff: good map[18]: type Memory, range 64, base 0xd8420000, size 16, enabled pcib8: requested memory range 0xd8420000-0xd842ffff: good pcib7: requested memory range 0xd8420000-0xd842ffff: good pcib7: matched entry for 7.0.INTB pcib7: slot 0 INTB hardwired to IRQ 36 pcib8: slot 4 INTB is routed to irq 36 bge0: mem 0xd8410000-0xd841ffff,0xd8400000-0xd840ffff irq 36 at device 4.0 on pci8 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xd8410000 bge0: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 256 to vector 56 bge0: using IRQ 256 for MSI miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: OUI 0x000818, model 0x0034, rev. 0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge0: bpf attached bge0: Ethernet address: 00:e0:81:80:1d:d6 bge0: [MPSAFE] bge0: [ITHREAD] bge1: mem 0xd8430000-0xd843ffff,0xd8420000-0xd842ffff irq 36 at device 4.1 on pci8 bge1: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xd8430000 bge1: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 257 to vector 64 bge1: using IRQ 257 for MSI miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: OUI 0x000818, model 0x0034, rev. 0 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge1: bpf attached bge1: Ethernet address: 00:e0:81:80:1d:d7 bge1: [MPSAFE] bge1: [ITHREAD] acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 54 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0047 psm0: failed to reset the aux device. sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 55 sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0 0 0 0 sio1: probe failed test(s): 0 1 2 4 6 7 9 fdc0: port 0-0x5,0 on acpi0 fdc0: cannot reserve interrupt line device_attach: fdc0 attach returned 6 sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0 0 0 0 sio1: probe failed test(s): 0 1 2 4 6 7 9 fdc0: port 0-0x5,0 on acpi0 fdc0: cannot reserve interrupt line device_attach: fdc0 attach returned 6 ahc_isa_probe 0: ioport 0xc00 alloc failed ahc_isa_probe 4: ioport 0x4c00 alloc failed ex_isa_identify() atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xcafff,0xce000-0xce7ff on isa0 ppc0: cannot reserve I/O port range ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0 0 0 0 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 238312 -> 100000 procfs registered lapic: Divisor 2, Frequency 99750633 hz Timecounter "TSC" frequency 1895261780 Hz quality -100 Timecounters tick every 1.000 msec lo0: bpf attached rr232x: no controller detected. md0: Preloaded image 4194304 bytes at 0xffffffff80b7c178 ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: setting PIO4 on HT1000 chip acd0: setting UDMA33 on HT1000 chip acd0: DVDROM drive at ata0 as slave acd0: read 4134KB/s (4134KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: CD-ROM 120mm data disc ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 152627MB at ata2-master SATA150 ad4: 312581808 sectors [310101C/16H/63S] 16 sectors/interrupt 1 depth queue ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ATA PseudoRAID loaded SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 SMP: AP CPU #7 Launched! cpu7 AP: ID: 0x07000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 SMP: AP CPU #5 Launched! cpu5 AP: ID: 0x05000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 SMP: AP CPU #6 Launched! cpu6 AP: ID: 0x06000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 SMP: AP CPU #4 Launched! cpu4 AP: ID: 0x04000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 ioapic0: Assigning ISA IRQ 1 to local APIC 0 ioapic0: Assigning ISA IRQ 4 to local APIC 1 ioapic0: Assigning ISA IRQ 7 to local APIC 2 ioapic0: Assigning ISA IRQ 9 to local APIC 3 ioapic0: Assigning ISA IRQ 10 to local APIC 4 ioapic0: Assigning ISA IRQ 14 to local APIC 5 ioapic0: Assigning ISA IRQ 15 to local APIC 6 ioapic2: Assigning PCI IRQ 35 to local APIC 7 msi: Assigning MSI IRQ 256 to local APIC 0 msi: Assigning MSI IRQ 257 to local APIC 1 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Install. GEOM: new disk ad4 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 Trying to mount root from ufs:/dev/md0 start_init: trying /sbin/init start_init: trying /sbin/oinit start_init: trying /sbin/init.bak start_init: trying /rescue/init start_init: trying /stand/sysinstall GEOM: Reconfigure ad4s2a, start 0 length 536870912 end 536870911 GEOM: Reconfigure ad4s2b, start 536870912 length 4294967296 end 4831838207 GEOM: Reconfigure ad4s2c, start 0 length 21476206080 end 21476206079 GEOM: Reconfigure ad4s2d, start 4831838208 length 5349834752 end 10181672959 GEOM: Reconfigure ad4s2e, start 10181672960 length 536870912 end 10718543871 GEOM: Reconfigure ad4s2f, start 10718543872 length 10757662208 end 21476206079 GEOM: Reconfigure ad4s2a, start 0 length 536870912 end 536870911 GEOM: Reconfigure ad4s2b, start 536870912 length 4294967296 end 4831838207 GEOM: Reconfigure ad4s2c, start 0 length 21476206080 end 21476206079 GEOM: Reconfigure ad4s2d, start 4831838208 length 5349834752 end 10181672959 GEOM: Reconfigure ad4s2e, start 10181672960 length 536870912 end 10718543871 GEOM: Reconfigure ad4s2f, start 10718543872 length 10757662208 end 21476206079 GEOM: Reconfigure ad4s2a, start 0 length 536870912 end 536870911 GEOM: Reconfigure ad4s2b, start 536870912 length 4294967296 end 4831838207 GEOM: Reconfigure ad4s2c, start 0 length 21476206080 end 21476206079 GEOM: Reconfigure ad4s2d, start 4831838208 length 5349834752 end 10181672959 GEOM: Reconfigure ad4s2e, start 10181672960 length 536870912 end 10718543871 GEOM: Reconfigure ad4s2f, start 10718543872 length 10757662208 end 21476206079 GEOM: Reconfigure ad4s2a, start 0 length 536870912 end 536870911 GEOM: Reconfigure ad4s2b, start 536870912 length 4294967296 end 4831838207 GEOM: Reconfigure ad4s2c, start 0 length 21476206080 end 21476206079 GEOM: Reconfigure ad4s2d, start 4831838208 length 5349834752 end 10181672959 GEOM: Reconfigure ad4s2e, start 10181672960 length 536870912 end 10718543871 GEOM: Reconfigure ad4s2f, start 10718543872 length 10757662208 end 21476206079 bge0: link UP --Boundary-00=_D/NNHFANXvejg1Y--