Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2010 15:55:00 -0500
From:      Roger Hammerstein <cheeky.m@live.com>
To:        <mav@freebsd.org>, <freebsd-current@freebsd.org>
Subject:   RE: panic with devclass_get_name (dc=0xdeadc0dedeadc0de)
Message-ID:  <BAY147-w474FC745C51BBA372543DF93E0@phx.gbl>
In-Reply-To: <4CEB6F26.3010004@FreeBSD.org>
References:  <20101122172016.71e6b3ca@core.draftnet>, <mailpost.1290447442.8570004.23594.mailing.freebsd.current@FreeBSD.cs.nctu.edu.tw>, <4CEB6F26.3010004@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help


> Roger Hammerstein wrote:
> > And then wait 30 seconds to a minute.
> > I get a bunch of g_vfs_done():ad8[write(offset=3D146023743488=2Clength=
=3D16384)]error=3D6
>=20
> This part look suspicious. ENXIO may mean that device disappeared. Shown
> "use after free" panic also may tell the same. Could you boot with
> verbose kernel messages and repeat it again? It would be interesting to
> get some prehistory of what's going on.
>=20
> This may be result of some hardware issue=2C not properly handled by
> software. Error recovery is not a best point of old ata(4). You could
> try to switch to CAM-based ATA using ATA_CAM kernel option. It probably
> won't fix original problem=2C but it better handles situations with
> disappearing devices and may give more ideas.

Thank you all for the replies.   Will try ATA_CAM shortly.

Google does have some results for firmware and raptor drives giving errors/=
causing problems.


For kicks=2C  I booted a recent Ubuntu install=2C and copying /usr/src/linu=
x to that disk
caused errors in the kernel log=2C but the disk was still usable and linux =
did not panic.


Here's the dmesg detection and the errors from ubuntu.

root@linux-desktop:/c/k# dmesg | grep ata3
[    0.899555] ata3: SATA max UDMA/133 mmio m8192@0xfc9fe000 port 0xfc9fe20=
0 irq 11
[    1.896040] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.904823] ata3.00: ATA-7: WDC WD1500ADFD-00NLR1=2C 20.07P20=2C max UDM=
A/133
[    1.904903] ata3.00: 293046768 sectors=2C multi 16: LBA48 NCQ (depth 0/3=
2)
[    1.920839] ata3.00: configured for UDMA/133

[51657.988039] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x40000000 action=
 0x6 frozen
[51657.988117] ata3: SError: { }
[51657.988149] ata3.00: cmd ca/00:88:6f:80:06/00:00:00:00:00/eb tag 0 dma 6=
9632 out
[51657.988252] ata3.00: status: { DRDY }
[51657.988284] ata3: hard resetting link

[51658.308042] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[51658.332842] ata3.00: configured for UDMA/133
[51658.332846] ata3.00: device reported invalid CHS sector 0
[51658.332852] ata3: EH complete

[51730.988037] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x40000000 action=
 0x6 frozen
[51730.988096] ata3: SError: { }
[51730.988128] ata3.00: cmd ca/00:10:57:ce:0f/00:00:00:00:00/e0 tag 0 dma 8=
192 out
[51730.988231] ata3.00: status: { DRDY }
[51730.988263] ata3: hard resetting link
[51731.532040] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[51731.556831] ata3.00: configured for UDMA/133
[51731.556835] ata3.00: device reported invalid CHS sector 0
[51731.556840] ata3: EH complete
root@linux-desktop:/c/k#





This is the messages file from a verbose boot and the panic:

Nov 23 15:22:18 butter kernel: --- trap 0=2C rip =3D 0=2C rsp =3D 0xffffff8=
0001b4cf0=2C rbp =3D 0 ---
Nov 23 15:30:35 butter kernel: ata4: reiniting channel ..
Nov 23 15:30:35 butter kernel: ata4: SATA connect time=3D0ms status=3D00000=
113
Nov 23 15:30:35 butter kernel: ata4: reset tp1 mask=3D01 ostat0=3Dd0 ostat1=
=3D00
Nov 23 15:30:35 butter kernel: ata4: stat0=3D0xd0 err=3D0x00 lsb=3D0x70 msb=
=3D0x02
Nov 23 15:31:06 butter last message repeated 305 times
Nov 23 15:37:28 butter syslogd: kernel boot file is /boot/kernel/kernel
Nov 23 15:37:28 butter kernel: ata4: reset tp2 stat0=3Dd0 stat1=3D00 device=
s=3D0x0
Nov 23 15:37:28 butter kernel: ata4: reinit done ..
Nov 23 15:37:28 butter kernel:
Nov 23 15:37:28 butter kernel:
Nov 23 15:37:28 butter kernel: Fatal trap 9: general protection fault while=
 in kernel mode
Nov 23 15:37:28 butter kernel: cpuid =3D 0=3B apic id =3D 00
Nov 23 15:37:28 butter kernel: instruction pointer      =3D 0x20:0xffffffff=
805f9f61
Nov 23 15:37:28 butter kernel: stack pointer            =3D 0x28:0xffffff80=
00057970
Nov 23 15:37:28 butter kernel: frame pointer            =3D 0x28:0xffffff80=
000579a0
Nov 23 15:37:28 butter kernel: code segment             =3D base 0x0=2C lim=
it 0xfffff=2C type 0x1b
Nov 23 15:37:28 butter kernel: =3D DPL 0=2C pres 1=2C long 1=2C def32 0=2C =
gran 1
Nov 23 15:37:28 butter kernel: processor eflags =3D interrupt enabled=2C re=
sume=2C IOPL =3D 0
Nov 23 15:37:28 butter kernel: current process          =3D 12 (swi6: task =
queue)
Nov 23 15:37:28 butter kernel: panic: from debugger
Nov 23 15:37:28 butter kernel: cpuid =3D 0
Nov 23 15:37:28 butter kernel: Uptime: 18m21s


(kgdb) bt
#0  doadump () at /usr/src/sys/kern/kern_shutdown.c:250
#1  0xffffffff805cf2d7 in kern_reboot (howto=3D260) at /usr/src/sys/kern/ke=
rn_shutdown.c:418
#2  0xffffffff805cf761 in panic (fmt=3DVariable "fmt" is not available.
) at /usr/src/sys/kern/kern_shutdown.c:591
#3  0xffffffff801e5147 in db_panic (addr=3DVariable "addr" is not available=
.
) at /usr/src/sys/ddb/db_command.c:478
#4  0xffffffff801e55f1 in db_command (last_cmdp=3D0xffffffff80c90fc0=2C cmd=
_table=3DVariable "cmd_table" is not available.
) at /usr/src/sys/ddb/db_command.c:445
#5  0xffffffff801e5840 in db_command_loop () at /usr/src/sys/ddb/db_command=
.c:498
#6  0xffffffff801e78a9 in db_trap (type=3DVariable "type" is not available.
) at /usr/src/sys/ddb/db_main.c:229
#7  0xffffffff806037de in kdb_trap (type=3D9=2C code=3D0=2C tf=3D0xffffff80=
000578c0) at /usr/src/sys/kern/subr_kdb.c:546
#8  0xffffffff808c9c5d in trap_fatal (frame=3D0xffffff80000578c0=2C eva=3DV=
ariable "eva" is not available.
) at /usr/src/sys/amd64/amd64/trap.c:828
#9  0xffffffff808ca225 in trap (frame=3D0xffffff80000578c0) at /usr/src/sys=
/amd64/amd64/trap.c:644
#10 0xffffffff808b4804 in calltrap () at /usr/src/sys/amd64/amd64/exception=
.S:228
#11 0xffffffff805f9f61 in devclass_get_name (dc=3D0xdeadc0dedeadc0de) at /u=
sr/src/sys/kern/subr_bus.c:1291
#12 0xffffffff805fa4f9 in device_print_prettyname (dev=3D0xffffff0002635b00=
) at /usr/src/sys/kern/subr_bus.c:2235
#13 0xffffffff805fcc32 in device_printf (dev=3DVariable "dev" is not availa=
ble.
) at /usr/src/sys/kern/subr_bus.c:2255
#14 0xffffffff8027fe9e in ata_completed (context=3DVariable "context" is no=
t available.
) at /usr/src/sys/dev/ata/ata-queue.c:298
#15 0xffffffff806105b3 in taskqueue_run_locked (queue=3D0xffffff000278d280)=
 at /usr/src/sys/kern/subr_taskqueue.c:245
#16 0xffffffff806106fd in taskqueue_run (queue=3D0xffffff000278d280) at /us=
r/src/sys/kern/subr_taskqueue.c:259
#17 0xffffffff805a8116 in intr_event_execute_handlers (p=3DVariable "p" is =
not available.
) at /usr/src/sys/kern/kern_intr.c:1220
#18 0xffffffff805a8e92 in ithread_loop (arg=3D0xffffff0002526800) at /usr/s=
rc/sys/kern/kern_intr.c:1233
#19 0xffffffff805a60da in fork_exit (callout=3D0xffffffff805a8de0 <ithread_=
loop>=2C arg=3D0xffffff0002526800=2C
    frame=3D0xffffff8000057c40) at /usr/src/sys/kern/kern_fork.c:835
#20 0xffffffff808b4cde in fork_trampoline () at /usr/src/sys/amd64/amd64/ex=
ception.S:570
#21 0x0000000000000000 in ?? ()
#22 0x0000000000000000 in ?? ()
#23 0x0000000000000001 in ?? ()
#24 0x0000000000000000 in ?? ()
#25 0x0000000000000000 in ?? ()
#26 0x0000000000000000 in ?? ()
#27 0x0000000000000000 in ?? ()
#28 0x0000000000000000 in ?? ()
#29 0x0000000000000000 in ?? ()
#30 0x0000000000000000 in ?? ()
#31 0x0000000000000000 in ?? ()












verbose boot message:

Uptime: 7m11s
Table 'FACP' at 0x7fff0290
Table 'APIC' at 0x7fff0390
APIC: Found table at 0x7fff0390
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 1: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 2: enabled
SMP: Added CPU 1 (AP)
MADT: Found CPU APIC ID 130 ACPI ID 3: disabled
MADT: Found CPU APIC ID 131 ACPI ID 4: disabled
Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979=2C 1980=2C 1983=2C 1986=2C 1988=2C 1989=2C 1991=2C 1992=
=2C 1993=2C 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 9.0-CURRENT #0: Mon Nov 22 10:30:08 EST 2010
    root@butter.local:/usr/obj/usr/src/sys/GENERIC amd64
WARNING: WITNESS option enabled=2C expect reduced performance.
Table 'FACP' at 0x7fff0290
Table 'APIC' at 0x7fff0390
Table 'OEMB' at 0x7fffe040
Table 'SRAT' at 0x7fff41d0
SRAT: Found table at 0x7fff41d0
SRAT: Found CPU APIC ID 0 domain 0: enabled
SRAT: Found CPU APIC ID 1 domain 1: enabled
SRAT: Found CPU APIC ID 2 domain 2: disabled
SRAT: Found CPU APIC ID 3 domain 3: disabled
SRAT: Found memory domain 0 addr 100000 len 3ff00000: enabled
SRAT: Found memory domain 1 addr 40000000 len 40000000: enabled
SRAT: Found memory domain 2 addr 0 len 0: disabled
SRAT: Found memory domain 3 addr 0 len 0: disabled
SRAT: Found memory domain 0 addr 0 len 0: disabled
SRAT: Found memory domain 0 addr 0 len 9fc00: enabled
SRAT: No memory region found for 10fb000 - 7ffe0000
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff810cd000.
Calibrating TSC clock ... TSC clock: 2394058013 Hz
CPU: AMD Opteron(tm) Processor 250 (2394.06-MHz K8-class CPU)
  Origin =3D "AuthenticAMD"  Id =3D 0x20f51  Family =3D f  Model =3D 25  St=
epping =3D 1
  Features=3D0x78bfbff<FPU=2CVME=2CDE=2CPSE=2CTSC=2CMSR=2CPAE=2CMCE=2CCX8=
=2CAPIC=2CSEP=2CMTRR=2CPGE=2CMCA=2CCMOV=2CPAT=2CPSE36=2CCLFLUSH=2CMMX=2CFXS=
R=2CSSE=2CSSE2>
  Features2=3D0x1<SSE3>
  AMD Features=3D0xe2500800<SYSCALL=2CNX=2CMMX+=2CFFXSR=2CLM=2C3DNow!+=2C3D=
Now!>
  AMD Features2=3D0x1<LAHF>
L1 2MB data TLB: 8 entries=2C fully associative
L1 2MB instruction TLB: 8 entries=2C fully associative
L1 4KB data TLB: 32 entries=2C fully associative
L1 4KB instruction TLB: 32 entries=2C fully associative
L1 data cache: 64 kbytes=2C 64 bytes/line=2C 1 lines/tag=2C 2-way associati=
ve
L1 instruction cache: 64 kbytes=2C 64 bytes/line=2C 1 lines/tag=2C 2-way as=
sociative
L2 2MB unified TLB: 0 entries=2C disabled/not present
L2 4KB data TLB: 512 entries=2C 4-way associative
L2 4KB instruction TLB: 512 entries=2C 4-way associative
L2 unified cache: 1024 kbytes=2C 64 bytes/line=2C 1 lines/tag=2C 16-way ass=
ociative
WARNING: This architecture revision has known SMP hardware bugs which may c=
ause random instability
real memory  =3D 2147483648 (2048 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009bfff=2C 634880 bytes (155 pages)
0x00000000010fb000 - 0x000000007c38ffff=2C 2066305024 bytes (504469 pages)
avail memory =3D 2050400256 (1955 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <A M I  OEMAPIC >
INTR: Adding local APIC 1 as a target
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 2 package(s) x 1 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
APIC: CPU 0 has ACPI ID 1
APIC: CPU 1 has ACPI ID 2
x86bios:  IVT 0x000000-0x0004ff at 0xffffff0000000000
x86bios: SSEG 0x001000-0x001fff at 0xffffff800000d000
x86bios: EBDA 0x09f000-0x09ffff at 0xffffff000009f000
x86bios:  ROM 0x0a0000-0x0fefff at 0xffffff00000a0000
ULE: setup cpu 0
ULE: setup cpu 1
ACPI: RSDP 0xf9cd0 00024 (v02 ACPIAM)
ACPI: XSDT 0x7fff0100 00044 (v01 A M I  OEMXSDT  06000630 MSFT 00000097)
ACPI: FACP 0x7fff0290 000F4 (v03 A M I  OEMFACP  06000630 MSFT 00000097)
ACPI: DSDT 0x7fff0410 03DBD (v01  0ABGZ 0ABGZ005 00000005 INTL 02002026)
ACPI: FACS 0x7fffe000 00040
ACPI: APIC 0x7fff0390 00080 (v01 A M I  OEMAPIC  06000630 MSFT 00000097)
ACPI: OEMB 0x7fffe040 00056 (v01 A M I  AMI_OEM  06000630 MSFT 00000097)
ACPI: SRAT 0x7fff41d0 00160 (v01 A M I  OEMSRAT  06000630 MSFT 00000097)
MADT: Found IO APIC ID 2=2C Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 3=2C Interrupt 16 at 0xfec01000
MADT: Found IO APIC ID 4=2C Interrupt 32 at 0xfec02000
MADT: Interrupt override: source 0=2C irq 2
ioapic0: Routing IRQ 0 -> intpin 2
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0: intpin 9 polarity: low
ioapic0: intpin 9 trigger: level
ioapic0 <Version 1.1> irqs 0-15 on motherboard
ioapic1 <Version 1.1> irqs 16-31 on motherboard
ioapic2 <Version 1.1> irqs 32-47 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: 0x000000f0 pmc: 0x00010400
wlan: <802.11 Link Layer>
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
nfslock: pseudo-device
null: <null device=2C zero device>
random: <entropy source=2C Software=2C Yarrow>
io: <I/O>
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
CPU0: local APIC error 0x80
acpi0: <A M I OEMXSDT> on motherboard
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
ACPI: Executed 1 blocks of module-level executable AML code
acpi0: Power Button (fixed)
acpi0: Sleep Button (fixed)
acpi0: reservation of 540=2C 20 (4) failed
acpi0: reservation of 500=2C 20 (4) failed
acpi0: reservation of 560=2C 20 (4) failed
acpi0: reservation of 0=2C a0000 (3) failed
acpi0: reservation of 100000=2C 7ff00000 (3) failed
ACPI timer: 0/4 0/4 0/4 0/4 0/3 0/4 0/4 0/3 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
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: <ACPI CPU> on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 7 9 10 11 12 14 15
  Validation          0  255   N     0  3 4 5 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 7 9 10 11 12 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0    9   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0    9   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0    5   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0    5   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link8:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link9:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link10:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link11:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link12:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0   10   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link13:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link14:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link15:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link16:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link17:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link18:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link19:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link20:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link21:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link22:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link23:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link24:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link25:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link26:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link27:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link28:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link29:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link30:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 9 10 11 12 14 15
pci_link31:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  10
  Validation          0   10   N     0  10
  After Disable       0  255   N     0  10
pci_link32:       Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  11
  Validation          0   11   N     0  11
  After Disable       0  255   N     0  11
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: domain=3D0=2C physical bus=3D0
found-> vendor=3D0x1166=2C dev=3D0x0036=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D1=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0007=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x=
00 (0 ns)
found-> vendor=3D0x1166=2C dev=3D0x0205=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D2=2C func=3D0
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0107=2C statreg=3D0x0200=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 =
(0 ns)
found-> vendor=3D0x1166=2C dev=3D0x0214=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D2=2C func=3D1
        class=3D01-01-8a=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0005=2C statreg=3D0x0200=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 =
(0 ns)
        map[20]: type I/O Port=2C range 32=2C base 0xffa0=2C size  4=2C ena=
bled
found-> vendor=3D0x1166=2C dev=3D0x0234=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D2=2C func=3D2
        class=3D06-01-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0107=2C statreg=3D0x0200=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1166=2C dev=3D0x0223=2C revid=3D0x01
        domain=3D0=2C bus=3D0=2C slot=3D3=2C func=3D0
        class=3D0c-03-10=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0117=2C statreg=3D0x02b0=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 =
(0 ns)
        intpin=3Da=2C irq=3D10
        powerspec 2  supports D0 D3  current D0
        map[10]: type Memory=2C range 32=2C base 0xfebfa000=2C size 12=2C e=
nabled
        map[14]: type I/O Port=2C range 32=2C base 0xe800=2C size  8=2C ena=
bled
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 10
ioapic0: Changing trigger for pin 10 to level
ioapic0: Changing polarity for pin 10 to low
ohci early: SMM active=2C request owner change
found-> vendor=3D0x1166=2C dev=3D0x0223=2C revid=3D0x01
        domain=3D0=2C bus=3D0=2C slot=3D3=2C func=3D1
        class=3D0c-03-10=2C hdrtype=3D0x00=2C mfdev=3D0
        cmdreg=3D0x0117=2C statreg=3D0x02b0=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 =
(0 ns)
        intpin=3Da=2C irq=3D10
        powerspec 2  supports D0 D3  current D0
        map[10]: type Memory=2C range 32=2C base 0xfebf9000=2C size 12=2C e=
nabled
        map[14]: type I/O Port=2C range 32=2C base 0xd800=2C size  8=2C ena=
bled
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 10
ohci early: SMM active=2C request owner change
found-> vendor=3D0x1166=2C dev=3D0x0223=2C revid=3D0x01
        domain=3D0=2C bus=3D0=2C slot=3D3=2C func=3D2
        class=3D0c-03-20=2C hdrtype=3D0x00=2C mfdev=3D0
        cmdreg=3D0x0117=2C statreg=3D0x02b0=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 =
(0 ns)
        intpin=3Da=2C irq=3D10
        powerspec 2  supports D0 D1 D2 D3  current D0
        map[10]: type Memory=2C range 32=2C base 0xfebf8000=2C size 12=2C e=
nabled
        map[14]: type I/O Port=2C range 32=2C base 0xd400=2C size  8=2C ena=
bled
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 10
found-> vendor=3D0x1002=2C dev=3D0x4752=2C revid=3D0x27
        domain=3D0=2C bus=3D0=2C slot=3D5=2C func=3D0
        class=3D03-00-00=2C hdrtype=3D0x00=2C mfdev=3D0
        cmdreg=3D0x0087=2C statreg=3D0x0290=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x08 (2000 ns)=2C maxlat=3D0x=
00 (0 ns)
        intpin=3Da=2C irq=3D10
        powerspec 2  supports D0 D1 D2 D3  current D0
        map[10]: type Memory=2C range 32=2C base 0xfd000000=2C size 24=2C e=
nabled
        map[14]: type I/O Port=2C range 32=2C base 0xe000=2C size  8=2C ena=
bled
        map[18]: type Memory=2C range 32=2C base 0xfebff000=2C size 12=2C e=
nabled
pcib0: matched entry for 0.5.INTA
pcib0: slot 5 INTA hardwired to IRQ 28
found-> vendor=3D0x1166=2C dev=3D0x0130=2C revid=3D0xa3
        domain=3D0=2C bus=3D0=2C slot=3D8=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0006=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x=
00 (0 ns)
found-> vendor=3D0x1166=2C dev=3D0x0130=2C revid=3D0xa3
        domain=3D0=2C bus=3D0=2C slot=3D9=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0006=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x=
00 (0 ns)
found-> vendor=3D0x1166=2C dev=3D0x0132=2C revid=3D0xa3
        domain=3D0=2C bus=3D0=2C slot=3D10=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0006=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x00 =
(0 ns)
found-> vendor=3D0x1166=2C dev=3D0x0132=2C revid=3D0xa3
        domain=3D0=2C bus=3D0=2C slot=3D11=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0006=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x00 =
(0 ns)
found-> vendor=3D0x1166=2C dev=3D0x0132=2C revid=3D0xa3
        domain=3D0=2C bus=3D0=2C slot=3D12=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0006=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x00 =
(0 ns)
found-> vendor=3D0x1166=2C dev=3D0x0132=2C revid=3D0xa3
        domain=3D0=2C bus=3D0=2C slot=3D13=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0006=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x00 =
(0 ns)
found-> vendor=3D0x1022=2C dev=3D0x1100=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D24=2C func=3D0
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1022=2C dev=3D0x1101=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D24=2C func=3D1
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0000=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1022=2C dev=3D0x1102=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D24=2C func=3D2
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0000=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1022=2C dev=3D0x1103=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D24=2C func=3D3
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0000=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1022=2C dev=3D0x1100=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D25=2C func=3D0
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0010=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1022=2C dev=3D0x1101=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D25=2C func=3D1
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0000=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1022=2C dev=3D0x1102=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D25=2C func=3D2
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0000=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
found-> vendor=3D0x1022=2C dev=3D0x1103=2C revid=3D0x00
        domain=3D0=2C bus=3D0=2C slot=3D25=2C func=3D3
        class=3D06-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0000=2C statreg=3D0x0000=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x00 (0 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 (0 =
ns)
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   2
pcib1:   I/O decode        0xa000-0xbfff
pcib1:   memory decode     0xfc900000-0xfc9fffff
pcib1:   no prefetched decode
pci1: <ACPI PCI bus> on pcib1
pci1: domain=3D0=2C physical bus=3D1
found-> vendor=3D0x1166=2C dev=3D0x0104=2C revid=3D0xb2
        domain=3D0=2C bus=3D1=2C slot=3D13=2C func=3D0
        class=3D06-04-00=2C hdrtype=3D0x01=2C mfdev=3D0
        cmdreg=3D0x0016=2C statreg=3D0x0230=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x04 (1000 ns)=2C maxlat=3D0x=
02 (500 ns)
found-> vendor=3D0x1166=2C dev=3D0x024a=2C revid=3D0x00
        domain=3D0=2C bus=3D1=2C slot=3D14=2C func=3D0
        class=3D01-04-05=2C hdrtype=3D0x00=2C mfdev=3D0
        cmdreg=3D0x0107=2C statreg=3D0x0210=2C cachelnsz=3D0 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x00 (0 ns)=2C maxlat=3D0x00 =
(0 ns)
        intpin=3Da=2C irq=3D11
        powerspec 2  supports D0 D3  current D0
        MSI supports 1 message
        map[10]: type I/O Port=2C range 32=2C base 0xbc00=2C size  3=2C ena=
bled
pcib1: requested I/O range 0xbc00-0xbc07: in range
        map[14]: type I/O Port=2C range 32=2C base 0xb880=2C size  2=2C ena=
bled
pcib1: requested I/O range 0xb880-0xb883: in range
        map[18]: type I/O Port=2C range 32=2C base 0xb800=2C size  3=2C ena=
bled
pcib1: requested I/O range 0xb800-0xb807: in range
        map[1c]: type I/O Port=2C range 32=2C base 0xb480=2C size  2=2C ena=
bled
pcib1: requested I/O range 0xb480-0xb483: in range
        map[20]: type I/O Port=2C range 32=2C base 0xb400=2C size  5=2C ena=
bled
pcib1: requested I/O range 0xb400-0xb41f: in range
        map[24]: type Memory=2C range 32=2C base 0xfc9fe000=2C size 13=2C e=
nabled
pcib1: requested memory range 0xfc9fe000-0xfc9fffff: good
pcib1: matched entry for 1.14.INTA
pcib1: slot 14 INTA hardwired to IRQ 11
ioapic0: Changing trigger for pin 11 to level
ioapic0: Changing polarity for pin 11 to low
pcib2: <ACPI PCI-PCI bridge> at device 13.0 on pci1
pcib2:   domain            0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   I/O decode        0x0-0x0
pcib2:   no prefetched decode
pci2: <ACPI PCI bus> on pcib2
pci2: domain=3D0=2C physical bus=3D2
atapci0: <ServerWorks HT1000 SATA150 controller> port 0xbc00-0xbc07=2C0xb88=
0-0xb883=2C0xb800-0xb807=2C0xb480-0xb483=2C0xb400-0xb41f mem 0xfc9fe000-0xf=
c9fffff irq 11 at device 14.0 on pci1
ioapic0: routing intpin 11 (ISA IRQ 11) to lapic 0 vector 49
ata2: <ATA channel 0> on atapci0
ata2: SATA connect time=3D0ms status=3D00000113
ata2: reset tp1 mask=3D01 ostat0=3D50 ostat1=3D00
ata2: stat0=3D0xd0 err=3D0x00 lsb=3D0x01 msb=3D0x0c
ata2: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata2: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1
ata3: <ATA channel 1> on atapci0
ata3: SATA connect time=3D0ms status=3D00000113
ata3: reset tp1 mask=3D01 ostat0=3D50 ostat1=3D00
ata3: stat0=3D0xd0 err=3D0x00 lsb=3D0x10 msb=3D0x00
ata3: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata3: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1
ata4: <ATA channel 2> on atapci0
ata4: SATA connect time=3D0ms status=3D00000113
ata4: reset tp1 mask=3D01 ostat0=3D50 ostat1=3D00
ata4: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata4: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1
ata5: <ATA channel 3> on atapci0
ata5: SATA connect time=3D0ms status=3D00000113
ata5: reset tp1 mask=3D01 ostat0=3D50 ostat1=3D00
ata5: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata5: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1
atapci1: <ServerWorks HT1000 UDMA100 controller> port 0x1f0-0x1f7=2C0x3f6=
=2C0x170-0x177=2C0x376=2C0xffa0-0xffaf at device 2.1 on pci0
ata0: <ATA channel 0> on atapci1
ata0: reset tp1 mask=3D02 ostat0=3Dff ostat1=3D50
ata0: stat1=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata0: reset tp2 stat0=3D00 stat1=3D00 devices=3D0x20000
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 50
ata1: <ATA channel 1> on atapci1
ata1: reset tp1 mask=3D00 ostat0=3Dff ostat1=3Dff
ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 0 vector 51
isab0: <PCI-ISA bridge> at device 2.2 on pci0
isa0: <ISA bus> on isab0
ohci0: <OHCI (generic) USB controller> port 0xe800-0xe8ff mem 0xfebfa000-0x=
febfafff irq 10 at device 3.0 on pci0
ohci0: usbpf attached
ohci0: (New OHCI DeviceId=3D0x02231166)
ioapic0: routing intpin 10 (ISA IRQ 10) to lapic 0 vector 52
usbus0: <OHCI (generic) USB controller> on ohci0
ohci1: <OHCI (generic) USB controller> port 0xd800-0xd8ff mem 0xfebf9000-0x=
febf9fff irq 10 at device 3.1 on pci0
ohci1: usbpf attached
ohci1: (New OHCI DeviceId=3D0x02231166)
usbus1: <OHCI (generic) USB controller> on ohci1
ehci0: <EHCI (generic) USB 2.0 controller> port 0xd400-0xd4ff mem 0xfebf800=
0-0xfebf8fff irq 10 at device 3.2 on pci0
ehci0: usbpf attached
ehci0: (New EHCI DeviceId=3D0x02231166)
usbus2: EHCI version 1.0
usbus2: <EHCI (generic) USB 2.0 controller> on ehci0
vgapci0: <VGA-compatible display> port 0xe000-0xe0ff mem 0xfd000000-0xfdfff=
fff=2C0xfebff000-0xfebfffff irq 28 at device 5.0 on pci0
pcib3: <ACPI PCI-PCI bridge> at device 8.0 on pci0
pcib3:   domain            0
pcib3:   secondary bus     3
pcib3:   subordinate bus   3
pcib3:   I/O decode        0x0-0x0
pcib3:   no prefetched decode
pci3: <ACPI PCI bus> on pcib3
pci3: domain=3D0=2C physical bus=3D3
pcib4: <ACPI PCI-PCI bridge> at device 9.0 on pci0
pcib4:   domain            0
pcib4:   secondary bus     4
pcib4:   subordinate bus   4
pcib4:   I/O decode        0x0-0x0
pcib4:   memory decode     0xfca00000-0xfcafffff
pcib4:   prefetched decode 0xff500000-0xff5fffff
pci4: <ACPI PCI bus> on pcib4
pci4: domain=3D0=2C physical bus=3D4
found-> vendor=3D0x14e4=2C dev=3D0x166a=2C revid=3D0x03
        domain=3D0=2C bus=3D4=2C slot=3D4=2C func=3D0
        class=3D02-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0116=2C statreg=3D0x02b0=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x40 (16000 ns)=2C maxlat=3D0=
x00 (0 ns)
        intpin=3Da=2C irq=3D9
        powerspec 2  supports D0 D3  current D0
        MSI supports 8 messages=2C 64 bit
        map[10]: type Memory=2C range 64=2C base 0xfcaf0000=2C size 16=2C e=
nabled
pcib4: requested memory range 0xfcaf0000-0xfcafffff: good
        map[18]: type Memory=2C range 64=2C base 0xfcae0000=2C size 16=2C e=
nabled
pcib4: requested memory range 0xfcae0000-0xfcaeffff: good
pcib4: matched entry for 4.4.INTA
pcib4: slot 4 INTA hardwired to IRQ 17
found-> vendor=3D0x14e4=2C dev=3D0x166a=2C revid=3D0x03
        domain=3D0=2C bus=3D4=2C slot=3D4=2C func=3D1
        class=3D02-00-00=2C hdrtype=3D0x00=2C mfdev=3D1
        cmdreg=3D0x0116=2C statreg=3D0x02b0=2C cachelnsz=3D16 (dwords)
        lattimer=3D0x40 (1920 ns)=2C mingnt=3D0x40 (16000 ns)=2C maxlat=3D0=
x00 (0 ns)
        intpin=3Db=2C irq=3D5
        powerspec 2  supports D0 D3  current D0
        MSI supports 8 messages=2C 64 bit
        map[10]: type Memory=2C range 64=2C base 0xfcad0000=2C size 16=2C e=
nabled
pcib4: requested memory range 0xfcad0000-0xfcadffff: good
        map[18]: type Memory=2C range 64=2C base 0xfcac0000=2C size 16=2C e=
nabled
pcib4: requested memory range 0xfcac0000-0xfcacffff: good
pcib4: matched entry for 4.4.INTB
pcib4: slot 4 INTB hardwired to IRQ 19
pci0:4:4:0: bad VPD cksum=2C remain 14
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller=2C ASIC rev. 0x008003=
> mem 0xfcaf0000-0xfcafffff=2C0xfcae0000-0xfcaeffff irq 17 at device 4.0 on=
 pci4
bge0: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 256 to local APIC 0 vector 56
bge0: using IRQ 256 for MSI
bge0: CHIP ID 0x00008003=3B ASIC REV 0x08=3B CHIP REV 0x80=3B PCI-X
miibus0: <MII bus> on bge0
brgphy0: <BCM5780 10/100/1000baseTX PHY> PHY 1 on miibus0
brgphy0: OUI 0x000818=2C model 0x0035=2C rev. 0
brgphy0:  10baseT=2C 10baseT-FDX=2C 100baseTX=2C 100baseTX-FDX=2C 1000baseT=
=2C 1000baseT-master=2C 1000baseT-FDX=2C 1000baseT-FDX-master=2C auto=2C au=
to-flow
bge0: bpf attached
bge0: Ethernet address: 00:xx:xx:xx:xx:xx
pci0:4:4:1: bad VPD cksum=2C remain 14
bge1: <Broadcom NetXtreme Gigabit Ethernet Controller=2C ASIC rev. 0x008003=
> mem 0xfcad0000-0xfcadffff=2C0xfcac0000-0xfcacffff irq 19 at device 4.1 on=
 pci4
bge1: attempting to allocate 1 MSI vectors (8 supported)
msi: routing MSI IRQ 257 to local APIC 0 vector 64
bge1: using IRQ 257 for MSI
bge1: CHIP ID 0x00008003=3B ASIC REV 0x08=3B CHIP REV 0x80=3B PCI-X
miibus1: <MII bus> on bge1
brgphy1: <BCM5780 10/100/1000baseTX PHY> PHY 1 on miibus1
brgphy1: OUI 0x000818=2C model 0x0035=2C rev. 0
brgphy1:  10baseT=2C 10baseT-FDX=2C 100baseTX=2C 100baseTX-FDX=2C 1000baseT=
=2C 1000baseT-master=2C 1000baseT-FDX=2C 1000baseT-FDX-master=2C auto=2C au=
to-flow
bge1: bpf attached
bge1: Ethernet address: 00:xx:xx:xx:xx:xx
pcib5: <ACPI PCI-PCI bridge> at device 10.0 on pci0
pcib5:   domain            0
pcib5:   secondary bus     5
pcib5:   subordinate bus   5
pcib5:   I/O decode        0x0-0x0
pcib5:   no prefetched decode
pci5: <ACPI PCI bus> on pcib5
pci5: domain=3D0=2C physical bus=3D5
pcib6: <ACPI PCI-PCI bridge> at device 11.0 on pci0
pcib6:   domain            0
pcib6:   secondary bus     6
pcib6:   subordinate bus   6
pcib6:   I/O decode        0x0-0x0
pcib6:   no prefetched decode
pci6: <ACPI PCI bus> on pcib6
pci6: domain=3D0=2C physical bus=3D6
pcib7: <ACPI PCI-PCI bridge> at device 12.0 on pci0
pcib7:   domain            0
pcib7:   secondary bus     7
pcib7:   subordinate bus   7
pcib7:   I/O decode        0x0-0x0
pcib7:   no prefetched decode
pci7: <ACPI PCI bus> on pcib7
pci7: domain=3D0=2C physical bus=3D7
pcib8: <ACPI PCI-PCI bridge> at device 13.0 on pci0
pcib8:   domain            0
pcib8:   secondary bus     8
pcib8:   subordinate bus   8
pcib8:   I/O decode        0x0-0x0
pcib8:   no prefetched decode
pcib8: could not get PCI interrupt routing table for \\_SB_.PCI0.BR46 - AE_=
NOT_FOUND
pci8: <ACPI PCI bus> on pcib8
pci8: domain=3D0=2C physical bus=3D8
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 53
Event timer "i8254" frequency 1193182 Hz quality 100
atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
atrtc0: registered as a time-of-day clock (resolution 1000000us=2C adjustme=
nt 0.500000000s)
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 54
Event timer "RTC" frequency 32768 Hz quality 0
atkbdc0: <Keyboard controller (i8042)> port 0x60=2C0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0=2C AT 101/102 (2)=2C config:0x0=2C flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 55
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5=2C0x3f7 irq 6 drq 2 =
on acpi0
fdc0: ic_type 90 part_id 73
ioapic0: routing intpin 6 (ISA IRQ 6) to lapic 0 vector 57
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 58
uart0: fast interrupt
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 59
uart1: fast interrupt
acpi0: wakeup code va 0xffffff8000184000 pa 0x4000
ex_isa_identify()
ahc_isa_probe 0: ioport 0xc00 alloc failed
ahc_isa_probe 11: ioport 0xbc00 alloc failed
isa_probe_children: disabling PnP devices
atkbdc: atkbdc0 already exists=3B skipping it
atrtc: atrtc0 already exists=3B skipping it
fdc: fdc0 already exists=3B skipping it
sc: sc0 already exists=3B skipping it
uart: uart0 already exists=3B skipping it
uart: uart1 already exists=3B skipping it
isa_probe_children: probing non-PnP devices
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff=2C0xc8000-0xc9fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles=2C flags=3D0x300>
sc0: fb0=2C kbd1=2C terminal emulator: scteken (teken terminal)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ppc0: cannot reserve I/O port range
ppc0: <Parallel port> failed to probe at irq 7 on isa0
isa_probe_children: probing PnP devices
powernow0: <Cool`n'Quiet K8> on cpu0
powernow0: STATUS: 0x4060604101010
powernow0: STATUS: maxfid: 0x10
powernow0: STATUS: maxvid: 0x04
device_attach: powernow0 attach returned 6
powernow1: <Cool`n'Quiet K8> on cpu1
powernow1: STATUS: 0x4060604101010
powernow1: STATUS: maxfid: 0x10
powernow1: STATUS: maxvid: 0x04
device_attach: powernow1 attach returned 6
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 2394058013 Hz quality -100
lapic: Divisor 2=2C Frequency 99752434 Hz
Timecounters tick every 1.000 msec
vlan: initialized=2C using hash tables with chaining
lo0: bpf attached
hptrr: no controller detected.
ata0: Identifying devices: 00020000
ata0: New devices: 00020000
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 480Mbps High Speed USB v2.0
ata0-slave: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA66 cable=3D40 wire
acd0: DMA limited to UDMA33=2C device found non-ATA66 cable
acd0: setting UDMA33
acd0: <MATSHITADVD-ROM SR-8178/PZ16> DVDROM drive at ata0 as slave
acd0: read 4125KB/s (4125KB/s)=2C 256KB buffer=2C UDMA33
acd0: Reads: CDR=2C CDRW=2C CDDA stream=2C DVDROM=2C DVDR=2C DVDRAM=2C pack=
et
acd0: Writes:
acd0: Audio: play=2C 255 volume levels
acd0: Mechanism: ejectable tray=2C unlocked
acd0: Medium: no/blank disc
ata1: Identifying devices: 00000000
ata1: New devices: 00000000
ata2: Identifying devices: 00000001
ata2: New devices: 00000001
ugen0.1: <0x1166> at usbus0
uhub0: <0x1166 OHCI root HUB=2C class 9/0=2C rev 1.00/1.00=2C addr 1> on us=
bus0
ugen1.1: <0x1166> at usbus1
uhub1: <0x1166 OHCI root HUB=2C class 9/0=2C rev 1.00/1.00=2C addr 1> on us=
bus1
ugen2.1: <0x1166> at usbus2
uhub2: <0x1166 EHCI root HUB=2C class 9/0=2C rev 2.00/1.00=2C addr 1> on us=
bus2
ata2-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA133 cable=3D40 wire
ad4: setting UDMA100
ad4: 190782MB <Seagate ST3200826AS 3.02> at ata2-master UDMA100 SATA 1.5Gb/=
s
ad4: 390721968 sectors [387621C/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
ata3: Identifying devices: 00000001
ata3: New devices: 00000001
ata3-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA133 cable=3D40 wire
ad6: setting UDMA100
ad6: 190782MB <Seagate ST3200826AS 3.02> at ata3-master UDMA100 SATA 1.5Gb/=
s
ad6: 390721968 sectors [387621C/16H/63S] 16 sectors/interrupt 1 depth queue
ad6: Adaptec check1 failed
ad6: LSI (v3) check1 failed
ad6: LSI (v2) check1 failed
ad6: FreeBSD check1 failed
ata4: Identifying devices: 00000001
ata4: New devices: 00000001
ata4-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA133 cable=3D40 wire
ad8: setting UDMA100
ad8: 143089MB <WDC WD1500ADFD-00NLR1 20.07P20> at ata4-master UDMA100 SATA =
1.5Gb/s
ad8: 293046768 sectors [290721C/16H/63S] 16 sectors/interrupt 1 depth queue
ad8: Adaptec check1 failed
ad8: LSI (v3) check1 failed
ad8: LSI (v2) check1 failed
ad8: FreeBSD check1 failed
ata5: Identifying devices: 00000001
ata5: New devices: 00000001
ata5-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA133 cable=3D40 wire
ad10: setting UDMA100
ad10: 143089MB <WDC WD1500ADFD-00NLR1 20.07P20> at ata5-master UDMA100 SATA=
 1.5Gb/s
ad10: 293046768 sectors [290721C/16H/63S] 16 sectors/interrupt 1 depth queu=
e
ad10: Adaptec check1 failed
ad10: LSI (v3) check1 failed
ad10: LSI (v2) check1 failed
ad10: FreeBSD check1 failed
ATA PseudoRAID loaded
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x00040010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00000000 err: 0x000000f0 pmc: 0x00010400
ioapic0: routing intpin 1 (CPU1: local APIC error 0x80ISA IRQ 1
) to lapic 1 vector 48
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 1 vector 49
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 50
ioapic0: routing intpin 11 (ISA IRQ 11) to lapic 1 vector 51
ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 1 vector 52
msi: Assigning MSI IRQ 257 to local APIC 1 vector 53
WARNING: WITNESS option enabled=2C expect reduced performance.
uhub0: 2 ports with 2 removable=2C self powered
uhub1: 2 ports with 2 removable=2C self powered
GEOM: new disk ad4
GEOM: new disk ad6
GEOM: new disk ad8
GEOM: new disk ad10
Root mount waiting for: usbus2
uhub2: 4 ports with 4 removable=2C self powered
Trying to mount root from ufs:/dev/ad4s1a [rw]...
ct_to_ts([2010-11-23 15:12:47]) =3D 1290525167.000000000
start_init: trying /sbin/init





 		 	   		  =



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY147-w474FC745C51BBA372543DF93E0>