RE: panic with devclass_get_name (dc=0xdeadc0dedeadc0de)

From: Roger Hammerstein <cheeky.m_at_live.com>
Date: Tue, 23 Nov 2010 15:55:00 -0500
> Roger Hammerstein wrote:
> > And then wait 30 seconds to a minute.
> > I get a bunch of g_vfs_done():ad8[write(offset=146023743488,length=16384)]error=6
> 
> 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.
> 
> This may be result of some hardware issue, 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, 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,  I booted a recent Ubuntu install, and copying /usr/src/linux to that disk
caused errors in the kernel log, but the disk was still usable and linux did not panic.


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

root_at_linux-desktop:/c/k# dmesg | grep ata3
[    0.899555] ata3: SATA max UDMA/133 mmio m8192_at_0xfc9fe000 port 0xfc9fe200 irq 11
[    1.896040] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.904823] ata3.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[    1.904903] ata3.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    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 69632 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 8192 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_at_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, rip = 0, rsp = 0xffffff80001b4cf0, rbp = 0 ---
Nov 23 15:30:35 butter kernel: ata4: reiniting channel ..
Nov 23 15:30:35 butter kernel: ata4: SATA connect time=0ms status=00000113
Nov 23 15:30:35 butter kernel: ata4: reset tp1 mask=01 ostat0=d0 ostat1=00
Nov 23 15:30:35 butter kernel: ata4: stat0=0xd0 err=0x00 lsb=0x70 msb=0x02
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=d0 stat1=00 devices=0x0
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 = 0; apic id = 00
Nov 23 15:37:28 butter kernel: instruction pointer      = 0x20:0xffffffff805f9f61
Nov 23 15:37:28 butter kernel: stack pointer            = 0x28:0xffffff8000057970
Nov 23 15:37:28 butter kernel: frame pointer            = 0x28:0xffffff80000579a0
Nov 23 15:37:28 butter kernel: code segment             = base 0x0, limit 0xfffff, type 0x1b
Nov 23 15:37:28 butter kernel: = DPL 0, pres 1, long 1, def32 0, gran 1
Nov 23 15:37:28 butter kernel: processor eflags = interrupt enabled, resume, IOPL = 0
Nov 23 15:37:28 butter kernel: current process          = 12 (swi6: task queue)
Nov 23 15:37:28 butter kernel: panic: from debugger
Nov 23 15:37:28 butter kernel: cpuid = 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=260) at /usr/src/sys/kern/kern_shutdown.c:418
#2  0xffffffff805cf761 in panic (fmt=Variable "fmt" is not available.
) at /usr/src/sys/kern/kern_shutdown.c:591
#3  0xffffffff801e5147 in db_panic (addr=Variable "addr" is not available.
) at /usr/src/sys/ddb/db_command.c:478
#4  0xffffffff801e55f1 in db_command (last_cmdp=0xffffffff80c90fc0, cmd_table=Variable "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=Variable "type" is not available.
) at /usr/src/sys/ddb/db_main.c:229
#7  0xffffffff806037de in kdb_trap (type=9, code=0, tf=0xffffff80000578c0) at /usr/src/sys/kern/subr_kdb.c:546
#8  0xffffffff808c9c5d in trap_fatal (frame=0xffffff80000578c0, eva=Variable "eva" is not available.
) at /usr/src/sys/amd64/amd64/trap.c:828
#9  0xffffffff808ca225 in trap (frame=0xffffff80000578c0) 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=0xdeadc0dedeadc0de) at /usr/src/sys/kern/subr_bus.c:1291
#12 0xffffffff805fa4f9 in device_print_prettyname (dev=0xffffff0002635b00) at /usr/src/sys/kern/subr_bus.c:2235
#13 0xffffffff805fcc32 in device_printf (dev=Variable "dev" is not available.
) at /usr/src/sys/kern/subr_bus.c:2255
#14 0xffffffff8027fe9e in ata_completed (context=Variable "context" is not available.
) at /usr/src/sys/dev/ata/ata-queue.c:298
#15 0xffffffff806105b3 in taskqueue_run_locked (queue=0xffffff000278d280) at /usr/src/sys/kern/subr_taskqueue.c:245
#16 0xffffffff806106fd in taskqueue_run (queue=0xffffff000278d280) at /usr/src/sys/kern/subr_taskqueue.c:259
#17 0xffffffff805a8116 in intr_event_execute_handlers (p=Variable "p" is not available.
) at /usr/src/sys/kern/kern_intr.c:1220
#18 0xffffffff805a8e92 in ithread_loop (arg=0xffffff0002526800) at /usr/src/sys/kern/kern_intr.c:1233
#19 0xffffffff805a60da in fork_exit (callout=0xffffffff805a8de0 <ithread_loop>, arg=0xffffff0002526800,
    frame=0xffffff8000057c40) at /usr/src/sys/kern/kern_fork.c:835
#20 0xffffffff808b4cde in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.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, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 9.0-CURRENT #0: Mon Nov 22 10:30:08 EST 2010
    root_at_butter.local:/usr/obj/usr/src/sys/GENERIC amd64
WARNING: WITNESS option enabled, 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 = "AuthenticAMD"  Id = 0x20f51  Family = f  Model = 25  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>
L1 2MB data TLB: 8 entries, fully associative
L1 2MB instruction TLB: 8 entries, fully associative
L1 4KB data TLB: 32 entries, fully associative
L1 4KB instruction TLB: 32 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 2MB unified TLB: 0 entries, disabled/not present
L2 4KB data TLB: 512 entries, 4-way associative
L2 4KB instruction TLB: 512 entries, 4-way associative
L2 unified cache: 1024 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative
WARNING: This architecture revision has known SMP hardware bugs which may cause random instability
real memory  = 2147483648 (2048 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages)
0x00000000010fb000 - 0x000000007c38ffff, 2066305024 bytes (504469 pages)
avail memory = 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, Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 3, Interrupt 16 at 0xfec01000
MADT: Found IO APIC ID 4, Interrupt 32 at 0xfec02000
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
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, zero device>
random: <entropy source, Software, 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, 20 (4) failed
acpi0: reservation of 500, 20 (4) failed
acpi0: reservation of 560, 20 (4) failed
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 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=0, physical bus=0
found-> vendor=0x1166, dev=0x0036, revid=0x00
        domain=0, bus=0, slot=1, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0205, revid=0x00
        domain=0, bus=0, slot=2, func=0
        class=06-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0107, statreg=0x0200, cachelnsz=0 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0214, revid=0x00
        domain=0, bus=0, slot=2, func=1
        class=01-01-8a, hdrtype=0x00, mfdev=1
        cmdreg=0x0005, statreg=0x0200, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
        map[20]: type I/O Port, range 32, base 0xffa0, size  4, enabled
found-> vendor=0x1166, dev=0x0234, revid=0x00
        domain=0, bus=0, slot=2, func=2
        class=06-01-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0107, statreg=0x0200, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0223, revid=0x01
        domain=0, bus=0, slot=3, func=0
        class=0c-03-10, hdrtype=0x00, mfdev=1
        cmdreg=0x0117, statreg=0x02b0, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
        intpin=a, irq=10
        powerspec 2  supports D0 D3  current D0
        map[10]: type Memory, range 32, base 0xfebfa000, size 12, enabled
        map[14]: type I/O Port, range 32, base 0xe800, size  8, enabled
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, request owner change
found-> vendor=0x1166, dev=0x0223, revid=0x01
        domain=0, bus=0, slot=3, func=1
        class=0c-03-10, hdrtype=0x00, mfdev=0
        cmdreg=0x0117, statreg=0x02b0, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
        intpin=a, irq=10
        powerspec 2  supports D0 D3  current D0
        map[10]: type Memory, range 32, base 0xfebf9000, size 12, enabled
        map[14]: type I/O Port, range 32, base 0xd800, size  8, enabled
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 10
ohci early: SMM active, request owner change
found-> vendor=0x1166, dev=0x0223, revid=0x01
        domain=0, bus=0, slot=3, func=2
        class=0c-03-20, hdrtype=0x00, mfdev=0
        cmdreg=0x0117, statreg=0x02b0, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
        intpin=a, irq=10
        powerspec 2  supports D0 D1 D2 D3  current D0
        map[10]: type Memory, range 32, base 0xfebf8000, size 12, enabled
        map[14]: type I/O Port, range 32, base 0xd400, size  8, enabled
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 10
found-> vendor=0x1002, dev=0x4752, revid=0x27
        domain=0, bus=0, slot=5, func=0
        class=03-00-00, hdrtype=0x00, mfdev=0
        cmdreg=0x0087, statreg=0x0290, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
        intpin=a, irq=10
        powerspec 2  supports D0 D1 D2 D3  current D0
        map[10]: type Memory, range 32, base 0xfd000000, size 24, enabled
        map[14]: type I/O Port, range 32, base 0xe000, size  8, enabled
        map[18]: type Memory, range 32, base 0xfebff000, size 12, enabled
pcib0: matched entry for 0.5.INTA
pcib0: slot 5 INTA hardwired to IRQ 28
found-> vendor=0x1166, dev=0x0130, revid=0xa3
        domain=0, bus=0, slot=8, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0130, revid=0xa3
        domain=0, bus=0, slot=9, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0132, revid=0xa3
        domain=0, bus=0, slot=10, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0132, revid=0xa3
        domain=0, bus=0, slot=11, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0132, revid=0xa3
        domain=0, bus=0, slot=12, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1166, dev=0x0132, revid=0xa3
        domain=0, bus=0, slot=13, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1100, revid=0x00
        domain=0, bus=0, slot=24, func=0
        class=06-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1101, revid=0x00
        domain=0, bus=0, slot=24, func=1
        class=06-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1102, revid=0x00
        domain=0, bus=0, slot=24, func=2
        class=06-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1103, revid=0x00
        domain=0, 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)
found-> vendor=0x1022, dev=0x1100, revid=0x00
        domain=0, bus=0, slot=25, func=0
        class=06-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1101, revid=0x00
        domain=0, bus=0, slot=25, func=1
        class=06-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1102, revid=0x00
        domain=0, bus=0, slot=25, func=2
        class=06-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
        lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1103, revid=0x00
        domain=0, bus=0, slot=25, 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)
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=0, physical bus=1
found-> vendor=0x1166, dev=0x0104, revid=0xb2
        domain=0, bus=1, slot=13, func=0
        class=06-04-00, hdrtype=0x01, mfdev=0
        cmdreg=0x0016, statreg=0x0230, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x02 (500 ns)
found-> vendor=0x1166, dev=0x024a, revid=0x00
        domain=0, bus=1, slot=14, func=0
        class=01-04-05, hdrtype=0x00, mfdev=0
        cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
        intpin=a, irq=11
        powerspec 2  supports D0 D3  current D0
        MSI supports 1 message
        map[10]: type I/O Port, range 32, base 0xbc00, size  3, enabled
pcib1: requested I/O range 0xbc00-0xbc07: in range
        map[14]: type I/O Port, range 32, base 0xb880, size  2, enabled
pcib1: requested I/O range 0xb880-0xb883: in range
        map[18]: type I/O Port, range 32, base 0xb800, size  3, enabled
pcib1: requested I/O range 0xb800-0xb807: in range
        map[1c]: type I/O Port, range 32, base 0xb480, size  2, enabled
pcib1: requested I/O range 0xb480-0xb483: in range
        map[20]: type I/O Port, range 32, base 0xb400, size  5, enabled
pcib1: requested I/O range 0xb400-0xb41f: in range
        map[24]: type Memory, range 32, base 0xfc9fe000, size 13, enabled
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=0, physical bus=2
atapci0: <ServerWorks HT1000 SATA150 controller> port 0xbc00-0xbc07,0xb880-0xb883,0xb800-0xb807,0xb480-0xb483,0xb400-0xb41f mem 0xfc9fe000-0xfc9fffff 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=0ms status=00000113
ata2: reset tp1 mask=01 ostat0=50 ostat1=00
ata2: stat0=0xd0 err=0x00 lsb=0x01 msb=0x0c
ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata2: reset tp2 stat0=50 stat1=00 devices=0x1
ata3: <ATA channel 1> on atapci0
ata3: SATA connect time=0ms status=00000113
ata3: reset tp1 mask=01 ostat0=50 ostat1=00
ata3: stat0=0xd0 err=0x00 lsb=0x10 msb=0x00
ata3: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata3: reset tp2 stat0=50 stat1=00 devices=0x1
ata4: <ATA channel 2> on atapci0
ata4: SATA connect time=0ms status=00000113
ata4: reset tp1 mask=01 ostat0=50 ostat1=00
ata4: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata4: reset tp2 stat0=50 stat1=00 devices=0x1
ata5: <ATA channel 3> on atapci0
ata5: SATA connect time=0ms status=00000113
ata5: reset tp1 mask=01 ostat0=50 ostat1=00
ata5: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata5: reset tp2 stat0=50 stat1=00 devices=0x1
atapci1: <ServerWorks HT1000 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 2.1 on pci0
ata0: <ATA channel 0> on atapci1
ata0: reset tp1 mask=02 ostat0=ff ostat1=50
ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0: reset tp2 stat0=00 stat1=00 devices=0x20000
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 50
ata1: <ATA channel 1> on atapci1
ata1: reset tp1 mask=00 ostat0=ff ostat1=ff
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-0xfebfafff irq 10 at device 3.0 on pci0
ohci0: usbpf attached
ohci0: (New OHCI DeviceId=0x02231166)
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-0xfebf9fff irq 10 at device 3.1 on pci0
ohci1: usbpf attached
ohci1: (New OHCI DeviceId=0x02231166)
usbus1: <OHCI (generic) USB controller> on ohci1
ehci0: <EHCI (generic) USB 2.0 controller> port 0xd400-0xd4ff mem 0xfebf8000-0xfebf8fff irq 10 at device 3.2 on pci0
ehci0: usbpf attached
ehci0: (New EHCI DeviceId=0x02231166)
usbus2: EHCI version 1.0
usbus2: <EHCI (generic) USB 2.0 controller> on ehci0
vgapci0: <VGA-compatible display> port 0xe000-0xe0ff mem 0xfd000000-0xfdffffff,0xfebff000-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=0, physical bus=3
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=0, physical bus=4
found-> vendor=0x14e4, dev=0x166a, revid=0x03
        domain=0, bus=4, slot=4, func=0
        class=02-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0116, statreg=0x02b0, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
        intpin=a, irq=9
        powerspec 2  supports D0 D3  current D0
        MSI supports 8 messages, 64 bit
        map[10]: type Memory, range 64, base 0xfcaf0000, size 16, enabled
pcib4: requested memory range 0xfcaf0000-0xfcafffff: good
        map[18]: type Memory, range 64, base 0xfcae0000, size 16, enabled
pcib4: requested memory range 0xfcae0000-0xfcaeffff: good
pcib4: matched entry for 4.4.INTA
pcib4: slot 4 INTA hardwired to IRQ 17
found-> vendor=0x14e4, dev=0x166a, revid=0x03
        domain=0, bus=4, slot=4, func=1
        class=02-00-00, hdrtype=0x00, mfdev=1
        cmdreg=0x0116, statreg=0x02b0, cachelnsz=16 (dwords)
        lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
        intpin=b, irq=5
        powerspec 2  supports D0 D3  current D0
        MSI supports 8 messages, 64 bit
        map[10]: type Memory, range 64, base 0xfcad0000, size 16, enabled
pcib4: requested memory range 0xfcad0000-0xfcadffff: good
        map[18]: type Memory, range 64, base 0xfcac0000, size 16, enabled
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, remain 14
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x008003> mem 0xfcaf0000-0xfcafffff,0xfcae0000-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; ASIC REV 0x08; CHIP REV 0x80; PCI-X
miibus0: <MII bus> on bge0
brgphy0: <BCM5780 10/100/1000baseTX PHY> PHY 1 on miibus0
brgphy0: OUI 0x000818, model 0x0035, rev. 0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bge0: bpf attached
bge0: Ethernet address: 00:xx:xx:xx:xx:xx
pci0:4:4:1: bad VPD cksum, remain 14
bge1: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x008003> mem 0xfcad0000-0xfcadffff,0xfcac0000-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; ASIC REV 0x08; CHIP REV 0x80; PCI-X
miibus1: <MII bus> on bge1
brgphy1: <BCM5780 10/100/1000baseTX PHY> PHY 1 on miibus1
brgphy1: OUI 0x000818, model 0x0035, rev. 0
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-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=0, physical bus=5
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=0, physical bus=6
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=0, physical bus=7
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=0, physical bus=8
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, adjustment 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,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, 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,0x3f7 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; skipping it
atrtc: atrtc0 already exists; skipping it
fdc: fdc0 already exists; skipping it
sc: sc0 already exists; skipping it
uart: uart0 already exists; skipping it
uart: uart1 already exists; skipping it
isa_probe_children: probing non-PnP devices
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
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, Frequency 99752434 Hz
Timecounters tick every 1.000 msec
vlan: initialized, 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=PIO4 wdma=WDMA2 udma=UDMA66 cable=40 wire
acd0: DMA limited to UDMA33, 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), 256KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet
acd0: Writes:
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray, 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, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <0x1166> at usbus1
uhub1: <0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <0x1166> at usbus2
uhub2: <0x1166 EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2
ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 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=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 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=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 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=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 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 queue
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, expect reduced performance.
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, 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, self powered
Trying to mount root from ufs:/dev/ad4s1a [rw]...
ct_to_ts([2010-11-23 15:12:47]) = 1290525167.000000000
start_init: trying /sbin/init





 		 	   		  
Received on Tue Nov 23 2010 - 19:55:13 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:09 UTC