From owner-freebsd-current@FreeBSD.ORG Sat Apr 30 16:28:40 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD1816A4CE for ; Sat, 30 Apr 2005 16:28:40 +0000 (GMT) Received: from mail.mercenarylabs.com (wilson.mercenarylabs.com [12.158.191.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9111C43D3F for ; Sat, 30 Apr 2005 16:28:39 +0000 (GMT) (envelope-from jondoor@udor.net) Received: from [127.0.0.1] (wilson [12.158.191.94]) by mail.mercenarylabs.com (Postfix) with ESMTP id C7F2CAD17; Sat, 30 Apr 2005 11:28:39 -0500 (CDT) Message-ID: <4273B234.8070808@udor.net> Date: Sat, 30 Apr 2005 12:28:36 -0400 From: Jon Door User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050326) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= , freebsd-current@freebsd.org References: <4272AFC6.2040907@udor.net> <4273441E.5000609@DeepCore.dk> In-Reply-To: <4273441E.5000609@DeepCore.dk> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: ATA RAID -- Promise SATA150 vanished /dev/ar0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jondoor@udor.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 16:28:40 -0000 Søren Schmidt wrote: > Jon Door wrote: > >> I have a Promise Fastrak SATA RAID controller (PDC20371). Running a >> >> stripe between two 120GB drives. Running under a generic RELENG_5 the >> controller, its drives, and the stripe where all detect without >> problem. /dev/ar0 was generated without any special changes. Today I >> upgraded to 6.0-CURRENT. Now the Promise controller and its drives >> are recognized but no /dev/ar0, and no evidence of the stripe. >> Booting back to a RELENG_5 system show the stripe data to still be >> intact. I've beem reading >> through all the ATA mkIII posts and haven't seen this specific issue, >> am I missing a step here or is this possibly an issue between the new >> ATA code and my RAID card? Are there more up to date patches for the >> ATA code that >> I might have missed? >> Thank You. >> >> I do have the following devices in my kernel config and have tried >> both a custom config and a totally generic kernel: >> # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.428 2005/03/31 20:21:42 >> scottl Exp $ >> device ata >> device atadisk # ATA disk drives >> device ataraid # ATA RAID drives > > > How did you define the array originally ? using the BIOS or atacontrol ? > Does the Fasttrak BIOS see the array ? > Please provide the dmesg from a verbose booted system as that will > tell what metadata it looks for and eventually finds. > Using the BIOS. The Fasttrak reports the array as functional during boot, and returning to a 5.4 kernel allows me to mount the volume without incident. Thanks! It looks like its not getting any metadata persiod, cut from the dmesg: ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 114440MB at ata2-master SATA150 ad4: 234375000 sectors [232514C/16H/63S] 16 sectors/interrupt 1 depth queue ad4: Promise check1 failed ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad6: 114440MB at ata3-master SATA150 ad6: 234375000 sectors [232514C/16H/63S] 16 sectors/interrupt 1 depth queue ad6: Promise check1 failed ad6: Adaptec check1 failed ad6: LSI (v3) check1 failed ad6: LSI (v2) check1 failed ad6: FreeBSD check1 failed Full Verbose dmesg from dmesg.boot log: null: npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80000060 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06911106) pcibios: BIOS version 2.10 Found $PIR table, 9 entries at 0xc00f1310 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 4 A 0x05 3 4 5 7 9 10 11 12 embedded 0 4 B 0x01 3 4 5 7 9 10 11 12 embedded 0 4 C 0x02 3 4 5 7 9 10 11 12 embedded 0 4 D 0x03 3 4 5 7 9 10 11 12 slot 1 0 12 A 0x01 3 4 5 7 9 10 11 12 slot 1 0 12 B 0x02 3 4 5 7 9 10 11 12 slot 1 0 12 C 0x03 3 4 5 7 9 10 11 12 slot 1 0 12 D 0x05 3 4 5 7 9 10 11 12 slot 2 0 11 A 0x02 3 4 5 7 9 10 11 12 slot 2 0 11 B 0x03 3 4 5 7 9 10 11 12 slot 2 0 11 C 0x05 3 4 5 7 9 10 11 12 slot 2 0 11 D 0x01 3 4 5 7 9 10 11 12 slot 3 0 10 A 0x03 3 4 5 7 9 10 11 12 slot 3 0 10 B 0x05 3 4 5 7 9 10 11 12 slot 3 0 10 C 0x01 3 4 5 7 9 10 11 12 slot 3 0 10 D 0x02 3 4 5 7 9 10 11 12 slot 4 0 9 A 0x05 3 4 5 7 9 10 11 12 slot 4 0 9 B 0x01 3 4 5 7 9 10 11 12 slot 4 0 9 C 0x02 3 4 5 7 9 10 11 12 slot 4 0 9 D 0x03 3 4 5 7 9 10 11 12 slot 5 0 13 A 0x05 3 4 5 7 9 10 11 12 slot 5 0 13 B 0x01 3 4 5 7 9 10 11 12 slot 5 0 13 C 0x02 3 4 5 7 9 10 11 12 slot 5 0 13 D 0x03 3 4 5 7 9 10 11 12 embedded 0 7 A 0x02 3 4 5 7 9 10 11 12 embedded 0 8 A 0x05 3 4 5 7 9 10 11 12 embedded 0 8 B 0x01 3 4 5 7 9 10 11 12 slot 6 1 0 A 0x01 3 4 5 7 9 10 11 12 slot 6 1 0 B 0x02 3 4 5 7 9 10 11 12 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 4 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 4 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 4 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 4 func 0 acpi0: Power Button (fixed) pci_link0: irq 11 on acpi0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 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 9 10 11 12 14 15 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link1: irq 10 on acpi0 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 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 9 10 11 12 14 15 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link2: irq 12 on acpi0 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 12 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 12 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link3: irq 3 on acpi0 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 3 N 0 3 4 5 6 7 9 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 9 10 11 12 14 15 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 4 func 0 ACPI timer: 0/3 0/3 1/1 0/3 0/3 0/3 0/3 0/3 0/3 1/1 -> 2 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x1106, dev=0x0691, revid=0xc4 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[10]: type 3, range 32, base f0000000, size 27, enabled found-> vendor=0x1106, dev=0x8598, revid=0x00 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) found-> vendor=0x1106, dev=0x0686, revid=0x40 bus=0, slot=4, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0087, 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=0x0571, revid=0x06 bus=0, slot=4, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0087, 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 0000d800, size 4, enabled found-> vendor=0x1106, dev=0x3038, revid=0x16 bus=0, slot=4, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=12 powerspec 2 supports D0 D3 current D0 map[20]: type 4, range 32, base 0000d400, size 5, enabled pcib0: matched entry for 0.4.INTD (src \\_SB_.LNKC:0) ioapic0: Changing trigger for pin 12 to level ioapic0: Changing polarity for pin 12 to low pcib0: slot 4 INTD routed to irq 12 via \\_SB_.LNKC found-> vendor=0x1106, dev=0x3038, revid=0x16 bus=0, slot=4, func=3 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=12 powerspec 2 supports D0 D3 current D0 map[20]: type 4, range 32, base 0000d000, size 5, enabled pcib0: matched entry for 0.4.INTD (src \\_SB_.LNKC:0) pcib0: slot 4 INTD routed to irq 12 via \\_SB_.LNKC found-> vendor=0x1106, dev=0x3057, revid=0x40 bus=0, slot=4, func=4 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 found-> vendor=0x8086, dev=0x1229, revid=0x08 bus=0, slot=7, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0014, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=255 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base e4800000, size 12, memory disabled map[14]: type 4, range 32, base 0000b800, size 6, port disabled map[18]: type 1, range 32, base e4000000, size 20, enabled found-> vendor=0x1000, dev=0x0020, revid=0x01 bus=0, slot=8, func=0 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns) intpin=a, irq=3 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000b400, size 8, enabled map[14]: type 1, range 64, base e3800000, size 10, enabled map[1c]: type 1, range 64, base e3000000, size 13, enabled pcib0: matched entry for 0.8.INTA pcib0: slot 8 INTA hardwired to IRQ 19 found-> vendor=0x1000, dev=0x0020, revid=0x01 bus=0, slot=8, func=1 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns) intpin=b, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000b000, size 8, enabled map[14]: type 1, range 64, base e2800000, size 10, enabled map[1c]: type 1, range 64, base e2000000, size 13, enabled pcib0: matched entry for 0.8.INTB pcib0: slot 8 INTB hardwired to IRQ 16 found-> vendor=0x1102, dev=0x0004, revid=0x03 bus=0, slot=9, func=0 class=04-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0004, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x14 (5000 ns) intpin=a, irq=255 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000a800, size 5, port disabled found-> vendor=0x1102, dev=0x7003, revid=0x03 bus=0, slot=9, func=1 class=09-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0004, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000a400, size 3, port disabled found-> vendor=0x1102, dev=0x4001, revid=0x00 bus=0, slot=9, func=2 class=0c-00-10, hdrtype=0x00, mfdev=1 cmdreg=0x0014, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns) intpin=b, irq=255 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base e1800000, size 11, memory disabled map[14]: type 1, range 32, base e1000000, size 14, enabled found-> vendor=0x105a, dev=0x3371, revid=0x02 bus=0, slot=11, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x0230, cachelnsz=144 (dwords) lattimer=0x60 (2880 ns), mingnt=0x04 (1000 ns), maxlat=0x12 (4500 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D3 current D0 map[10]: type 4, range 32, base 0000a000, size 6, enabled map[14]: type 4, range 32, base 00009800, size 4, enabled map[18]: type 4, range 32, base 00009400, size 7, enabled map[1c]: type 1, range 32, base e0800000, size 12, enabled map[20]: type 1, range 32, base e0000000, size 17, enabled pcib0: matched entry for 0.11.INTA pcib0: slot 11 INTA hardwired to IRQ 17 found-> vendor=0x109e, dev=0x036e, revid=0x11 bus=0, slot=13, func=0 class=04-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0004, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x10 (4000 ns), maxlat=0x28 (10000 ns) intpin=a, irq=255 powerspec 2 supports D0 D3 current D0 map[10]: type 3, range 32, base e7000000, size 12, memory disabled found-> vendor=0x109e, dev=0x0878, revid=0x11 bus=0, slot=13, func=1 class=04-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0004, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x04 (1000 ns), maxlat=0xff (63750 ns) intpin=a, irq=255 powerspec 2 supports D0 D3 current D0 map[10]: type 3, range 32, base e6800000, size 12, memory disabled agp0: mem 0xf0000000-0xf7ffffff at device 0.0 on pci0 agp0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xf0000000 agp0: allocating GATT for aperture of size 256M pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xe000-0xdfff pcib1: memory decode 0xe5000000-0xe67fffff pcib1: prefetched decode 0xe7f00000-0xefffffff pci1: on pcib1 pci1: physical bus=1 found-> vendor=0x10de, dev=0x0322, revid=0xa1 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base e5000000, size 24, enabled pcib1: (null) requested memory range 0xe5000000-0xe5ffffff: good map[14]: type 3, range 32, base e8000000, size 27, enabled pcib1: (null) requested memory range 0xe8000000-0xefffffff: good pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 nvidia0: mem 0xe5000000-0xe5ffffff,0xe8000000-0xefffffff irq 16 at device 0.0 on pci1 nvidia0: Reserved 0x1000000 bytes for rid 0x10 type 3 at 0xe5000000 nvidia0: Reserved 0x8000000 bytes for rid 0x14 type 3 at 0xe8000000 nvidia0: [GIANT-LOCKED] isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd800-0xd80f at device 4.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xd800 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=e0 ostat1=f0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat0=0xa0 err=0xa0 lsb=0xa0 msb=0xa0 ata0: stat1=0xb0 err=0xb0 lsb=0xb0 msb=0xb0 ata0: reset tp2 stat0=a0 stat1=b0 devices=0x0 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=50 ostat1=50 ata1: stat0=0x80 err=0x80 lsb=0x80 msb=0x80 ata1: stat0=0x80 err=0x80 lsb=0x80 msb=0x80 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 stat0=00 stat1=00 devices=0xc ata1: [MPSAFE] uhci0: port 0xd400-0xd41f irq 12 at device 4.2 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xd400 uhci0: [GIANT-LOCKED] usb0: 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: port 0xd000-0xd01f irq 12 at device 4.3 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xd000 uhci1: [GIANT-LOCKED] usb1: 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 fxp0: port 0xb800-0xb83f mem 0xe4800000-0xe4800fff,0xe4000000-0xe40fffff at device 7.0 on pci0 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe4800000 fxp0: using memory space register mapping pcib0: matched entry for 0.7.INTA pcib0: slot 7 INTA hardwired to IRQ 17 fxp0: PCI IDs: 8086 1229 8086 000c 0008 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:00:00:00:00:00 fxp0: [MPSAFE] sym0: <1010-33> port 0xb400-0xb4ff mem 0xe3800000-0xe38003ff,0xe3000000-0xe3001fff irq 19 at device 8.0 on pci0 sym0: Reserved 0x400 bytes for rid 0x14 type 3 at 0xe3800000 sym0: Reserved 0x2000 bytes for rid 0x1c type 3 at 0xe3000000 sym0: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. sym0: initial SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 00/4e/a0/01/00/04 sym0: final SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 00/4e/80/01/08/04 sym0: [GIANT-LOCKED] sym0: enabling clock multiplier sym0: Downloading SCSI SCRIPTS. sym1: <1010-33> port 0xb000-0xb0ff mem 0xe2800000-0xe28003ff,0xe2000000-0xe2001fff irq 16 at device 8.1 on pci0 sym1: Reserved 0x400 bytes for rid 0x14 type 3 at 0xe2800000 sym1: Reserved 0x2000 bytes for rid 0x1c type 3 at 0xe2000000 sym1: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym1: open drain IRQ line driver, using on-chip SRAM sym1: using LOAD/STORE-based firmware. sym1: handling phase mismatch from SCRIPTS. sym1: initial SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 00/4e/a0/01/00/04 sym1: final SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 00/4e/80/01/08/04 sym1: [GIANT-LOCKED] sym1: enabling clock multiplier sym1: Downloading SCSI SCRIPTS. pcm0: port 0xa800-0xa81f at device 9.0 on pci0 pcm0: Reserved 0x20 bytes for rid 0x10 type 4 at 0xa800 emu: setmap (269000, 800), nseg=1, error=0 emu: setmap (26f28000, 1000), nseg=1, error=0 pcm0: pcm0: Codec features 5 bit master volume, no 3D Stereo Enhancement pcib0: matched entry for 0.9.INTA pcib0: slot 9 INTA hardwired to IRQ 19 pcm0: [MPSAFE] emu: setmap (26f06000, 1000), nseg=1, error=0 emu: setmap (26f04000, 1000), nseg=1, error=0 emu: setmap (26f02000, 1000), nseg=1, error=0 emu: setmap (24c000, 1000), nseg=1, error=0 emu: setmap (26e000, 1000), nseg=1, error=0 emu: setmap (26f22000, 1000), nseg=1, error=0 emu: setmap (2c0000, 1000), nseg=1, error=0 emu: setmap (2de000, 1000), nseg=1, error=0 pcm0: sndbuf_setmap 29c000, 1000; 0xc2188000 -> 29c000 pcm0: sndbuf_setmap 29a000, 1000; 0xc2186000 -> 29a000 fwohci0: vendor=1102, dev=4001 fwohci0: vendor=1102, dev=4001 fwohci0: <1394 Open Host Controller Interface> mem 0xe1800000-0xe18007ff,0xe1000000-0xe1003fff at device 9.2 on pci0 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xe1800000 pcib0: matched entry for 0.9.INTB pcib0: slot 9 INTB hardwired to IRQ 16 fwohci0: [MPSAFE] fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3c:00:21:04:f5:d7 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) atapci1: port 0xa000-0xa03f,0x9800-0x980f,0x9400-0x947f mem 0xe0800000-0xe0800fff,0xe0000000-0xe001ffff irq 17 at device 11.0 on pci0 atapci1: rid 0x20 is memory, requested 4 atapci1: Reserved 0x20000 bytes for rid 0x20 type 3 at 0xe0000000 atapci1: Reserved 0x1000 bytes for rid 0x1c type 3 at 0xe0800000 atapci1: [MPSAFE] ata2: on atapci1 ata2: SATA connect ready time=0ms ata2: [MPSAFE] ata3: on atapci1 ata3: SATA connect ready time=0ms ata3: [MPSAFE] ata4: on atapci1 ata4: reset tp1 mask=03 ostat0=60 ostat1=70 ata4: stat0=0x20 err=0x20 lsb=0x20 msb=0x20 ata4: stat1=0x30 err=0x30 lsb=0x30 msb=0x30 ata4: reset tp2 stat0=20 stat1=30 devices=0x0 ata4: [MPSAFE] bktr0: mem 0xe7000000-0xe7000fff at device 13.0 on pci0 bktr0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe7000000 pcib0: matched entry for 0.13.INTA pcib0: slot 13 INTA hardwired to IRQ 19 bktr0: [GIANT-LOCKED] brooktree0: PCI bus latency is 32. bktr0: buffer size 3555328, addr 0x22000000 bktr0: GPIO is 0x00ffffdb bktr0: subsystem 0x0070 0x13eb bktr0: Hauppauge Model 44811 D123 bktr0: Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner. pci0: at device 13.1 (no driver attached) pci0:13:1: Transition from D0 to D3 speaker0: port 0x61 on acpi0 sio0: irq maps: 0x8001 0x8011 0x8001 0x8001 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0067 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it sc: sc0 already exists; skipping it sio: sio0 already exists; skipping it vga: vga0 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 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcefff,0xd0000-0xd3fff,0xd4000-0xd7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0 failed to probe at irq 7 on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0x8001 0x8001 0x8001 0x8001 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) vt0: not probed (disabled) isa_probe_children: probing PnP devices ugen0: vendor 0x046d product 0x0810, rev 1.00/1.00, addr 2 ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/13.00, addr 3, iclass 3/1 ums0: 4 buttons and Z dir. Device configuration finished. linprocfs registered procfs registered lapic: Divisor 2, Frequency 66967568 hz Timecounter "TSC" frequency 937547509 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed pflog0: bpf attached lo0: bpf attached pfsync0: bpf attached (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. sym0: enabling clock multiplier sym0: Downloading SCSI SCRIPTS. (noperiph:sym1:0:-1:-1): SCSI BUS reset delivered. sym1: enabling clock multiplier sym1: Downloading SCSI SCRIPTS. ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire pid 27: corrected slot count (0->1) ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire acd0: setting PIO4 on VIA 82C686B chip acd0: setting UDMA66 on VIA 82C686B chip acd0: DVDROM drive at ata1 as master acd0: read 6875KB/s (6875KB/s), 256KB buffer, UDMA66 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet acd0: Writes: acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc acd1: setting PIO4 on VIA 82C686B chip acd1: setting UDMA33 on VIA 82C686B chip acd1: CDRW drive at ata1 as slave acd1: read 8250KB/s (8250KB/s) write 172KB/s (8937KB/s), 2048KB buffer, UDMA33 acd1: Reads: CDR, CDRW, CDDA stream, packet acd1: Writes: CDR, CDRW, test write, burnproof acd1: Audio: play, 255 volume levels acd1: Mechanism: ejectable tray, unlocked acd1: Medium: no/blank disc ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 114440MB at ata2-master SATA150 ad4: 234375000 sectors [232514C/16H/63S] 16 sectors/interrupt 1 depth queue ad4: Promise check1 failed ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad6: 114440MB at ata3-master SATA150 ad6: 234375000 sectors [232514C/16H/63S] 16 sectors/interrupt 1 depth queue ad6: Promise check1 failed ad6: Adaptec check1 failed ad6: LSI (v3) check1 failed ad6: LSI (v2) check1 failed ad6: FreeBSD check1 failed GEOM: new disk ad4 GEOM: new disk ad6 (probe30:sbp0:0:0:0): error 22 (probe30:sbp0:0:0:0): Unretryable Error (probe32:sbp0:0:2:0): error 22 (probe32:sbp0:0:2:0): Unretryable Error (probe33:sbp0:0:3:0): error 22 (probe33:sbp0:0:3:0): Unretryable Error (probe35:sbp0:0:5:0): error 22 (probe35:sbp0:0:5:0): Unretryable Error (probe31:sbp0:0:1:0): error 22 (probe31:sbp0:0:1:0): Unretryable Error (probe34:sbp0:0:4:0): error 22 (probe34:sbp0:0:4:0): Unretryable Error (probe36:sbp0:0:6:0): error 22 (probe36:sbp0:0:6:0): Unretryable Error (probe0:sym0:0:0:0): Retrying Command pass0 at sym0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-3 device pass0: Serial Number PVY1T569 pass0: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled GEOM: new disk da0 ATA PseudoRAID loaded SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x00000000 VER: 0x00040011 LDR: 0x01000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00000000 err: 0x00010000 pcm: 0x00010000 ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0 ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0 ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0 ioapic0: routing intpin 12 (ISA IRQ 12) to cluster 0 ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0 ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0 ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0 ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0 ioapic0: routing intpin 17 (PCI IRQ 17) to cluster 0 ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0 da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: Serial Number PVY1T569 da0: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da0: 35003MB (71687340 512 byte sectors: 255H 63S/T 4462C) Trying to mount root from ufs:/dev/da0s1a start_init: trying /sbin/init fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to deny, logging disabled