Date: Mon, 10 Sep 2007 20:51:42 -0400 From: Dave Grochowski <malus.x@gmail.com> To: "Andrey V. Elsukov" <bu7cher@yandex.ru> Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/111699: [sata] SATA drives on an Asus A8V-MX are no longer detected on 7.0-CURRENT (regression) Message-ID: <46E5E69E.80708@gmail.com> In-Reply-To: <46E4D768.7080303@yandex.ru> References: <200709100410.l8A4AAWt090232@freefall.freebsd.org> <46E4D768.7080303@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------080503050409090801000203 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Hey, Andrey V. Elsukov wrote: > Dave Grochowski wrote: >> The attached patch fixes the problem for me. The value for VIAAHCI >> should probably be 0x0C00 instead of 0x0800, but I do not know if >> this will have any ramifications for future AHCI capable VIA chipsets. > > Hm.. VIAAHCI & VIABAR == 0. > This changes disable AHCI. > >> --- /usr/src/sys/dev/ata/ata-chipset.c.orig 2007-09-09 >> 21:01:35.000000000 -0400 >> +++ /usr/src/sys/dev/ata/ata-chipset.c 2007-09-09 >> 21:02:12.000000000 -0400 >> @@ -5098,7 +5098,7 @@ >> { ATA_VIA6420, 0x00, 7, 0x00, ATA_SA150, "6420" }, >> { ATA_VIA6421, 0x00, 6, VIABAR, ATA_SA150, "6421" }, >> { ATA_VIA8237A, 0x00, 7, 0x00, ATA_SA150, "8237A" }, >> - { ATA_VIA8251, 0x00, 0, VIAAHCI, ATA_SA300, "8251" }, >> + { ATA_VIA8251, 0x00, 0, VIAAHCI & VIABAR, ATA_SA300, >> "8251" }, >> { 0, 0, 0, 0, 0, 0 }}; >> char buffer[64]; > > Can you show verbose dmesg from RELENG_6 (without this patch)? > I've attached a verbose dmesg from a Freesbie CD. Sincerely, Dave Grochowski --------------080503050409090801000203 Content-Type: text/plain; name="dmesg-6.2.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg-6.2.txt" 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 6.2-RELEASE #11: Wed Feb 7 16:52:42 UTC 2007 root@kaiser.sig11.org:/usr/obj.gmv-i386/usr/src/sys/FREESBIE Preloaded elf kernel "/boot/kernel/kernel" at 0xc0bfa000. Preloaded elf module "/boot/kernel/splash_bmp.ko" at 0xc0bfa190. Preloaded splash_image_data "/boot/freesbie20.bmp" at 0xc0bfa240. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0bfa294. MP Configuration Table version 1.4 found at 0xc00f1030 Table 'FACP' at 0x1f7b0290 Table 'APIC' at 0x1f7b0390 MADT: Found table at 0x1f7b0390 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled MADT: Found CPU APIC ID 129 ACPI ID 2: disabled ACPI APIC Table: <A M I OEMAPIC > Calibrating clock(s) ... i8254 clock: 1193175 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2200100837 Hz CPU: AMD Opteron(tm) Processor 148 (2200.10-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x20f71 Stepping = 1 Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> Features2=0x1<SSE3> AMD Features=0xe2500800<SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow> AMD Features2=0x1<LAHF> Data TLB: 32 entries, fully associative 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 internal cache: 1024 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative real memory = 528154624 (503 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c25000 - 0x000000001ee90fff, 505856000 bytes (123500 pages) avail memory = 507404288 (483 MB) bios32: Found BIOS32 Service Directory header at 0xc00f0000 bios32: Entry = 0xf0010 (c00f0010) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0x31 pnpbios: Found PnP BIOS data at 0xc00f7ee0 pnpbios: Entry = f0000:8d7a Rev = 1.0 Other BIOS signatures found: APIC: CPU 0 has ACPI ID 1 MADT: Found IO APIC ID 1, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 ioapic0: intpin 0 -> ExtINT (edge, high) ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) ioapic0: intpin 16 -> PCI IRQ 16 (level, low) ioapic0: intpin 17 -> PCI IRQ 17 (level, low) ioapic0: intpin 18 -> PCI IRQ 18 (level, low) ioapic0: intpin 19 -> PCI IRQ 19 (level, low) ioapic0: intpin 20 -> PCI IRQ 20 (level, low) ioapic0: intpin 21 -> PCI IRQ 21 (level, low) ioapic0: intpin 22 -> PCI IRQ 22 (level, low) ioapic0: intpin 23 -> PCI IRQ 23 (level, low) MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: low ioapic0 <Version 0.3> irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00040010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00000000 err: 0x0001000f pcm: 0x00010000 ath_rate: version 1.2 <SampleRate bit-rate selection algorithm> wlan: <802.11 Link Layer> kbd: new array size 4 kbd1 at kbdmux0 mem: <memory> Pentium Pro MTRR support enabled null: <null device, zero device> random: <entropy source, Software, Yarrow> nfslock: pseudo-device io: <I/O> VESA: information block 56 45 53 41 00 03 1b 38 00 c0 01 00 00 00 1c 37 00 c0 80 00 00 01 18 38 00 c0 19 38 00 c0 1a 38 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 23 mode(s) found VESA: v3.0, 8192k memory, flags:0x1, mode table:0xc00c371c (c000371c) VESA: VIA K8M800 VESA: splash: image@0xc0ade204, size:787506 splash_bmp: beyond screen capacity (1024x768, 255 colors) splash_bmp: beyond screen capacity (1024x768, 255 colors) bmp_start(): splash_mode:261 splash: image decoder found: splash_bmp ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) rr232x: RocketRAID 232x controller driver v1.02 (Feb 7 2007 16:52:28) npx0: INT 16 interface acpi0: <A M I OEMXSDT> on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80008f64 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=02041106) pcibios: BIOS version 3.00 Found $PIR table, 11 entries at 0xc00f7da0 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 1 A 0x01 3 4 5 6 7 10 11 12 14 15 embedded 0 1 B 0x02 3 4 5 6 7 10 11 12 14 15 embedded 1 0 A 0x01 3 4 5 6 7 10 11 12 14 15 embedded 0 17 C 0x03 3 4 5 6 7 10 11 12 14 15 embedded 0 15 A 0x02 3 4 5 6 7 10 11 12 14 15 embedded 0 15 B 0x02 3 4 5 6 7 10 11 12 14 15 embedded 0 15 C 0x02 3 4 5 6 7 10 11 12 14 15 embedded 0 15 D 0x02 3 4 5 6 7 10 11 12 14 15 slot 16 3 0 A 0x01 3 4 5 6 7 10 11 12 14 15 slot 16 3 0 B 0x02 3 4 5 6 7 10 11 12 14 15 slot 16 3 0 C 0x03 3 4 5 6 7 10 11 12 14 15 slot 16 3 0 D 0x05 3 4 5 6 7 10 11 12 14 15 embedded 2 0 A 0x05 3 4 5 6 7 10 11 12 14 15 embedded 2 0 B 0x05 3 4 5 6 7 10 11 12 14 15 embedded 2 0 C 0x05 3 4 5 6 7 10 11 12 14 15 embedded 2 0 D 0x05 3 4 5 6 7 10 11 12 14 15 slot 16 4 0 A 0x01 3 4 5 6 7 10 11 12 14 15 slot 16 4 0 B 0x02 3 4 5 6 7 10 11 12 14 15 slot 16 4 0 C 0x03 3 4 5 6 7 10 11 12 14 15 slot 16 4 0 D 0x05 3 4 5 6 7 10 11 12 14 15 slot 1 5 11 A 0x01 3 4 5 6 7 10 11 12 14 15 slot 1 5 11 B 0x02 3 4 5 6 7 10 11 12 14 15 slot 1 5 11 C 0x03 3 4 5 6 7 10 11 12 14 15 slot 1 5 11 D 0x05 3 4 5 6 7 10 11 12 14 15 slot 2 5 12 A 0x02 3 4 5 6 7 10 11 12 14 15 slot 2 5 12 B 0x03 3 4 5 6 7 10 11 12 14 15 slot 2 5 12 C 0x05 3 4 5 6 7 10 11 12 14 15 slot 2 5 12 D 0x01 3 4 5 6 7 10 11 12 14 15 embedded 0 16 A 0x01 3 4 5 6 7 10 11 12 14 15 embedded 0 16 B 0x02 3 4 5 6 7 10 11 12 14 15 embedded 0 16 C 0x03 3 4 5 6 7 10 11 12 14 15 embedded 0 16 D 0x05 3 4 5 6 7 10 11 12 14 15 embedded 0 18 A 0x01 3 4 5 6 7 10 11 12 14 15 embedded 0 18 B 0x02 3 4 5 6 7 10 11 12 14 15 embedded 0 18 C 0x03 3 4 5 6 7 10 11 12 14 15 embedded 0 18 D 0x05 3 4 5 6 7 10 11 12 14 15 AcpiOsDerivePciId: bus 0 dev 15 func 1 AcpiOsDerivePciId: bus 0 dev 17 func 0 AcpiOsDerivePciId: bus 0 dev 17 func 0 acpi0: Power Button (fixed) acpi0: wakeup code va 0xcd3fb000 pa 0x9e000 ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 14 15 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 14 15 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 14 15 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 14 15 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 14 15 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 14 15 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 3 N 0 3 4 5 6 7 10 11 12 14 15 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 3 N 0 3 4 5 6 7 10 11 12 14 15 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 14 15 cpu0: <ACPI CPU> on acpi0 acpi_throttle0: <ACPI CPU Throttling> on cpu0 acpi_throttle0: P_CNT from P_BLK 0x5010 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pci0: physical bus=0 found-> vendor=0x1106, dev=0x0204, revid=0x00 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[10]: type 3, range 32, base fa000000, size 25, enabled found-> vendor=0x1106, dev=0x1204, revid=0x00 bus=0, slot=0, func=1 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x2204, revid=0x00 bus=0, slot=0, func=2 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x3204, revid=0x00 bus=0, slot=0, func=3 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x4204, revid=0x00 bus=0, slot=0, func=4 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x7204, revid=0x00 bus=0, slot=0, func=7 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0xb188, revid=0x00 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x0b (2750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x3349, revid=0x00 bus=0, slot=15, func=0 class=01-06-01, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type 4, range 32, base 0000ec00, size 3, enabled map[14]: type 4, range 32, base 0000e880, size 2, enabled map[18]: type 4, range 32, base 0000e800, size 3, enabled map[1c]: type 4, range 32, base 0000e480, size 2, enabled map[20]: type 4, range 32, base 0000e400, size 4, enabled map[24]: type 1, range 32, base febffc00, size 10, enabled pcib0: matched entry for 0.15.INTB pcib0: slot 15 INTB hardwired to IRQ 21 found-> vendor=0x1106, dev=0x0571, revid=0x07 bus=0, slot=15, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[20]: type 4, range 32, base 0000fc00, size 4, enabled found-> vendor=0x1106, dev=0x3038, revid=0x90 bus=0, slot=16, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[20]: type 4, range 32, base 0000e080, size 5, enabled pcib0: matched entry for 0.16.INTA pcib0: slot 16 INTA hardwired to IRQ 20 found-> vendor=0x1106, dev=0x3038, revid=0x90 bus=0, slot=16, func=1 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[20]: type 4, range 32, base 0000e000, size 5, enabled pcib0: matched entry for 0.16.INTC pcib0: slot 16 INTC hardwired to IRQ 22 found-> vendor=0x1106, dev=0x3038, revid=0x90 bus=0, slot=16, func=2 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[20]: type 4, range 32, base 0000dc00, size 5, enabled pcib0: matched entry for 0.16.INTB pcib0: slot 16 INTB hardwired to IRQ 21 found-> vendor=0x1106, dev=0x3038, revid=0x90 bus=0, slot=16, func=3 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=3 powerspec 2 supports D0 D1 D2 D3 current D0 map[20]: type 4, range 32, base 0000d880, size 5, enabled pcib0: matched entry for 0.16.INTD pcib0: slot 16 INTD hardwired to IRQ 23 found-> vendor=0x1106, dev=0x3104, revid=0x90 bus=0, slot=16, func=4 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base febff800, size 8, enabled pcib0: matched entry for 0.16.INTC pcib0: slot 16 INTC hardwired to IRQ 22 found-> vendor=0x1106, dev=0x3287, revid=0x00 bus=0, slot=17, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0003, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 found-> vendor=0x1106, dev=0x287e, revid=0x00 bus=0, slot=17, func=7 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x80 (3840 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x287b, revid=0x00 bus=0, slot=19, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x2000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x287a, revid=0x00 bus=0, slot=19, func=1 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x2000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1100, revid=0x00 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=0x1101, revid=0x00 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=0x1102, revid=0x00 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=0x1103, revid=0x00 bus=0, slot=24, func=3 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) agp0: <VIA 8380 host to PCI bridge> mem 0xfa000000-0xfbffffff at device 0.0 on pci0 agp0: 1 Miscellaneous Control unit(s) found. agp0: Aperture Base[0]: 0x0000007d agp0: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xfa000000 agp0: allocating GATT for aperture of size 32M pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xfc800000-0xfe8fffff pcib1: prefetched decode 0xf0700000-0xf86fffff pci1: <ACPI PCI bus> on pcib1 pci1: physical bus=1 found-> vendor=0x1106, dev=0x3108, revid=0x01 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 3, range 32, base f4000000, size 26, enabled pcib1: (null) requested memory range 0xf4000000-0xf7ffffff: good map[14]: type 1, range 32, base fd000000, size 24, enabled pcib1: (null) requested memory range 0xfd000000-0xfdffffff: good pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 pci1: <display, VGA> at device 0.0 (no driver attached) atapci0: <VIA 8251 SATA300 controller> port 0xec00-0xec07,0xe880-0xe883,0xe800-0xe807,0xe480-0xe483,0xe400-0xe40f mem 0xfebffc00-0xfebfffff irq 21 at device 15.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xe400 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 49 atapci0: [MPSAFE] atapci0: Reserved 0x400 bytes for rid 0x24 type 3 at 0xfebffc00 atapci0: AHCI Version 01.00 controller with 4 ports detected ata2: <ATA channel 0> on atapci0 ata2: SATA connect ready time=0ms ata2: sata_connect devices=0x1<ATA_MASTER> ata2: [MPSAFE] ata3: <ATA channel 1> on atapci0 ata3: SATA connect ready time=0ms ata3: sata_connect devices=0x1<ATA_MASTER> ata3: [MPSAFE] ata4: <ATA channel 2> on atapci0 ata4: SATA connect status=00000000 ata4: [MPSAFE] ata5: <ATA channel 3> on atapci0 ata5: SATA connect status=00000000 ata5: [MPSAFE] atapci1: <VIA 8251 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 15.1 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfc00 ata0: <ATA channel 0> 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=03 ostat0=50 ostat1=00 ata0: stat0=0x90 err=0x90 lsb=0x90 msb=0x90 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER> ioapic0: routing intpin 14 (ISA IRQ 14) to vector 50 ata0: [MPSAFE] ata1: <ATA channel 1> 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=03 ostat0=50 ostat1=00 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x4<ATAPI_MASTER> ioapic0: routing intpin 15 (ISA IRQ 15) to vector 51 ata1: [MPSAFE] uhci0: <VIA 83C572 USB controller> port 0xe080-0xe09f irq 20 at device 16.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xe080 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 52 uhci0: [GIANT-LOCKED] usb0: <VIA 83C572 USB controller> on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: <VIA 83C572 USB controller> port 0xe000-0xe01f irq 22 at device 16.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xe000 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 53 uhci1: [GIANT-LOCKED] usb1: <VIA 83C572 USB controller> on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: <VIA 83C572 USB controller> port 0xdc00-0xdc1f irq 21 at device 16.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xdc00 uhci2: [GIANT-LOCKED] usb2: <VIA 83C572 USB controller> on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: <VIA 83C572 USB controller> port 0xd880-0xd89f irq 23 at device 16.3 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0xd880 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 54 uhci3: [GIANT-LOCKED] usb3: <VIA 83C572 USB controller> on uhci3 usb3: USB revision 1.0 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: <VIA VT6202 USB 2.0 controller> mem 0xfebff800-0xfebff8ff irq 22 at device 16.4 on pci0 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfebff800 ehci0: [GIANT-LOCKED] ehci0: Dropped interrupts workaround enabled usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: <VIA VT6202 USB 2.0 controller> on ehci0 usb4: USB revision 2.0 uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered isab0: <PCI-ISA bridge> at device 17.0 on pci0 isa0: <ISA bus> on isab0 pcib2: <ACPI PCI-PCI bridge> at device 19.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 4 pcib2: I/O decode 0xb000-0xbfff pcib2: memory decode 0xfe900000-0xfe9fffff pcib2: prefetched decode 0xfff00000-0xfffff pci2: <ACPI PCI bus> on pcib2 pci2: physical bus=2 found-> vendor=0x1106, dev=0x287c, revid=0x00 bus=2, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x287d, revid=0x00 bus=2, slot=0, func=1 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0104, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) pcib3: <ACPI PCI-PCI bridge> at device 0.0 on pci2 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0xb000-0xbfff pcib3: memory decode 0xfe900000-0xfe9fffff pcib3: prefetched decode 0xfff00000-0xfffff pci3: <ACPI PCI bus> on pcib3 pci3: physical bus=3 found-> vendor=0x8086, dev=0x10b9, revid=0x06 bus=3, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (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 map[10]: type 1, range 32, base fe9e0000, size 17, enabled pcib3: (null) requested memory range 0xfe9e0000-0xfe9fffff: good pcib2: (null) requested memory range 0xfe9e0000-0xfe9fffff: good map[14]: type 1, range 32, base fe9c0000, size 17, enabled pcib3: (null) requested memory range 0xfe9c0000-0xfe9dffff: good pcib2: (null) requested memory range 0xfe9c0000-0xfe9dffff: good map[18]: type 4, range 32, base 0000bc00, size 5, enabled pcib3: (null) requested I/O range 0xbc00-0xbc1f: in range pcib2: (null) requested I/O range 0xbc00-0xbc1f: in range pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 em0: <Intel(R) PRO/1000 Network Connection Version - 6.2.9> port 0xbc00-0xbc1f mem 0xfe9e0000-0xfe9fffff,0xfe9c0000-0xfe9dffff irq 16 at device 0.0 on pci3 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfe9e0000 em0: Reserved 0x20 bytes for rid 0x18 type 4 at 0xbc00 em0: bpf attached em0: Ethernet address: 00:15:17:1e:54:b7 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 55 em0: [MPSAFE] pcib4: <ACPI PCI-PCI bridge> at device 0.1 on pci2 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0x0-0x0 pcib4: memory decode 0x0-0x0 pcib4: prefetched decode 0x0-0x0 pci4: <ACPI PCI bus> on pcib4 pci4: physical bus=4 pcib5: <ACPI PCI-PCI bridge> at device 19.1 on pci0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: I/O decode 0xc000-0xcfff pcib5: memory decode 0xfea00000-0xfeafffff pcib5: prefetched decode 0xfff00000-0xfffff pci5: <ACPI PCI bus> on pcib5 pci5: physical bus=5 found-> vendor=0x8086, dev=0x107c, revid=0x05 bus=5, slot=11, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base feae0000, size 17, enabled pcib5: (null) requested memory range 0xfeae0000-0xfeafffff: good map[14]: type 1, range 32, base feac0000, size 17, enabled pcib5: (null) requested memory range 0xfeac0000-0xfeadffff: good map[18]: type 4, range 32, base 0000cc00, size 6, enabled pcib5: (null) requested I/O range 0xcc00-0xcc3f: in range pcib5: matched entry for 5.11.INTA pcib5: slot 11 INTA hardwired to IRQ 16 found-> vendor=0x168c, dev=0x0013, revid=0x01 bus=5, slot=12, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x0a (2500 ns), maxlat=0x1c (7000 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fea90000, size 16, enabled pcib5: (null) requested memory range 0xfea90000-0xfea9ffff: good pcib5: matched entry for 5.12.INTA pcib5: slot 12 INTA hardwired to IRQ 17 em1: <Intel(R) PRO/1000 Network Connection Version - 6.2.9> port 0xcc00-0xcc3f mem 0xfeae0000-0xfeafffff,0xfeac0000-0xfeadffff irq 16 at device 11.0 on pci5 em1: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfeae0000 em1: Reserved 0x40 bytes for rid 0x18 type 4 at 0xcc00 em1: bpf attached em1: Ethernet address: 00:0e:0c:d9:ca:1b em1: [MPSAFE] ath0: <Atheros 5212> mem 0xfea90000-0xfea9ffff irq 17 at device 12.0 on pci5 ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xfea90000 ioapic0: routing intpin 17 (PCI IRQ 17) to vector 56 ath0: [MPSAFE] ath0: bpf attached ath0: Ethernet address: 00:12:17:61:01:3b ath0: bpf attached ath0: bpf attached ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: turboA rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: mac 5.6 phy 4.1 radio 3.6 ath0: Use hw queue 1 for WME_AC_BE traffic ath0: Use hw queue 0 for WME_AC_BK traffic ath0: Use hw queue 2 for WME_AC_VI traffic ath0: Use hw queue 3 for WME_AC_VO traffic ath0: Use hw queue 8 for CAB traffic ath0: Use hw queue 9 for beacons acpi_button0: <Sleep Button> on acpi0 acpi_button1: <Power Button> on acpi0 fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 57 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: <Parallel port bus> on ppc0 plip0: <PLIP network interface> on ppbus0 plip0: bpf attached lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 ioapic0: routing intpin 7 (ISA IRQ 7) to vector 58 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 59 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it fdc: fdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sio: sio0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it ex_isa_identify() unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff ahc_isa_probe 11: ioport 0xbc00 alloc failed ahc_isa_probe 12: ioport 0xcc00 alloc failed ahc_isa_probe 13: ioport 0xdc00 alloc failed ahc_isa_probe 14: ioport 0xec00 alloc failed isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: <ISA Option ROM> at iomem 0xc8800-0xc97ff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 60 atkbd0: [GIANT-LOCKED] psm0: current command byte:0045 psm0: failed to reset the aux device. bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) sc0: <System console> 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) sn0: not probed (disabled) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ugen0: American Power Conversion Back-UPS XS 1500 LCD FW:837.H4 .D USB FW:H4, rev 1.10/1.01, addr 2 ulpt0: Lexmark International, Inc. Laser Printer E210, rev 1.10/1.00, addr 3, iclass 7/1 ulpt0: using bi-directional mode ukbd0: Logitech Logitech USB Keyboard, rev 1.10/28.00, addr 2, iclass 3/1 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 Device configuration finished. procfs registered lapic: Divisor 2, Frequency 100003938 hz Timecounter "TSC" frequency 2200100837 Hz quality 800 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging unlimited pflog0: bpf attached lo0: bpf attached pfsync0: bpf attached rr232x: no controller detected. em0: Link is up 1000 Mbps Full Duplex em1: Link is up 100 Mbps Full Duplex ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad0: setting PIO4 on 8251 chip ad0: setting UDMA100 on 8251 chip ad0: 114473MB <Seagate ST3120026A 3.06> at ata0-master UDMA100 ad0: 234441648 sectors [232581C/16H/63S] 16 sectors/interrupt 1 depth queue ad0: VIA check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: setting PIO4 on 8251 chip acd0: setting UDMA33 on 8251 chip acd0: <LITE-ON COMBO LTC-48161H/KGH1> CDRW drive at ata1 as master acd0: read 1377KB/s (8268KB/s) write 8268KB/s (8268KB/s), 2048KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet acd0: Writes: CDR, CDRW, test write, burnproof acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: CD-R 120mm data disc ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 305245MB <Seagate ST3320620AS 3.AAC> at ata2-master SATA150 ad4: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue ad4: VIA check1 failed ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad6: 305245MB <Seagate ST3320620AS 3.AAC> at ata3-master SATA150 ad6: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue ad6: VIA check1 failed ad6: Adaptec check1 failed ad6: LSI (v3) check1 failed ad6: LSI (v2) check1 failed ad6: FreeBSD check1 failed ATA PseudoRAID loaded GEOM: new disk ad0 GEOM: new disk ad4 GEOM: new disk ad6 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05 (probe0:ata1:0:0:0): error 22 (probe0:ata1:0:0:0): Unretryable Error pass0 at ata1 bus 0 target 0 lun 0 pass0: <LITE-ON COMBO LTC-48161H KGH1> Removable CD-ROM SCSI-0 device pass0: 33.000MB/s transfers cd0 at ata1 bus 0 target 0 lun 0 cd0: <LITE-ON COMBO LTC-48161H KGH1> Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: cd present [343722 x 2048 byte records] GEOM_LABEL: Label for provider acd0 is iso9660/FreeSBIE. acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05 GEOM: new disk cd0 (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error (cd0:ata1:0:0:0): (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error Retrying Command (per Sense Data) (cd0:ata1:0:0:0): Retrying Command (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error (cd0:ata1:0:0:0): (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error Retrying Command (per Sense Data) (cd0:ata1:0:0:0): Retrying Command (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error (cd0:ata1:0:0:0): (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error Retrying Command (per Sense Data) (cd0:ata1:0:0:0): Retrying Command (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error (cd0:ata1:0:0:0): (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error Retrying Command (per Sense Data) (cd0:ata1:0:0:0): Retrying Command (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error (cd0:ata1:0:0:0): (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 5 3e a9 0 0 1 0 (cd0:ata1:0:0:0): MEDIUM ERROR info?:53ea9 asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error Retries Exhausted (cd0:ata1:0:0:0): error 5 (cd0:ata1:0:0:0): Unretryable Error (cd0:ata1:0:0:0): cddone: got error 0x5 back Trying to mount root from cd9660:/dev/iso9660/FreeSBIE start_init: trying /sbin/init md0.uzip: 31832 x 65536 blocks em0: Link is Down em0: Link is up 1000 Mbps Full Duplex em1: Link is Down em1: Link is up 100 Mbps Full Duplex --------------080503050409090801000203--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46E5E69E.80708>